
.hp-listing__image:has(img[src*="/hivepress/assets/images/placeholders/image-landscape.svg"]) {
    display: none !important;
}

@media (max-width: 768px) {
    .post__categories {
        display: none !important;
    }
}

.post__readmore {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;

    background: #ffc107 !important;
    color: #ffffff !important;

    padding: 0.85rem 1.6rem !important;
    min-width: 170px !important;

    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;

    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.post__readmore span {
    color: #ffffff !important;
}

.post__readmore i {
    display: none !important;
}

.post__readmore:hover {
    background: #e5ad00 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.post__date,
.post__author {
    display: none !important;
}

.fix246-category-service-provider-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-top: -5rem !important;
		margin-bottom: 1rem !important;
    padding: 0.8rem 1.6rem !important;

    background: #17CD73 !important;
    color: #ffffff !important;

    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;

    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.fix246-category-service-provider-button:hover {
    background: #13b864 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.fix246-quote {
    margin: 1.25rem 0 !important;
    padding: 1rem 1.4rem !important;
    background: #ffffff !important;
    border-left: 4px solid transparent !important;
    color: #4b5563 !important;
		font-size: 1.08rem !important;
}

.fix246-quote p {
    margin-bottom: 0.5rem !important;
    line-height: 1.5 !important;
}

.fix246-quote p:last-child {
    margin-bottom: 0 !important;
}

.fix246-quote strong {
    font-weight: 600 !important;
}

/* Job Requests / Commercial users = Blau */
.fix246-quote--job {
    border-left-color: #104291 !important;
}

.fix246-quote--job strong {
    color: #104291 !important;
}

/* Service Offering / Business Service Providers = Grün */
.fix246-quote--service {
    border-left-color: #17CD73 !important;
}

.fix246-quote--service strong {
    color: #17CD73 !important;
}

.fix246-quote > p:first-child {
    font-size: 1.08rem !important;
    line-height: 1.4 !important;
}

.fix246-quote > p:first-child strong {
    font-size: 1.08rem !important;
}

.fix246-guide-lead {
    margin: 0 0 0.85rem 0 !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
    font-weight: 600 !important;
    color: #0B1629 !important;
		font-style: italic !important;
	  text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0.03em;
}

.fix246-quote--neutral {
    border-left-color: #ffc107 !important;
}

.fix246-quote--neutral strong {
    color: #0B1629 !important;
}

/* Mobile */

@media (max-width: 850px) {
    .fix246-guide-lead {
        margin-top: 1.25rem;
        font-size: 2rem;
    }
	
	.fix246-category-service-provider-button {
    margin-top: -1rem !important;
}
}
