/* Healthy met Heleen – Affiliate Favorieten */

.hmh-aff-wrapper {
    font-family: paralino-linetype, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    padding: 32px 16px;
}

.hmh-aff-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.hmh-aff-header {
    text-align: left;
    margin-bottom: 24px;
}

.hmh-aff-header h2 {
    margin: 0 0 6px 0;
    font-size: 1.9rem;
    color: #85576D;
}

.hmh-aff-header p {
    margin: 0;
    color: #5d4a54;
    font-size: 0.98rem;
    max-width: 42rem;
}

.hmh-aff-grid {
    display: grid;
    gap: 18px;
}

@media (min-width: 900px) {
    .hmh-aff-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.hmh-aff-card {
    position: relative;
}

.hmh-aff-card-inner {
    position: relative;
    background: linear-gradient(
        135deg,
        #FBF4F1 0%,
        rgba(219,193,209,0.5) 40%,
        rgba(133,87,109,0.6) 100%
    );
    border-radius: 22px;
    padding: 1.7rem 1.3rem 1.5rem 1.3rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    color: #2b2226;
    overflow: hidden;
    border: 1px solid rgba(219,193,209,0.9);
	align-content: center;
}

.hmh-aff-badge {
    display: inline-block;
    padding: 0.18rem 0.75rem;
    border-radius: 999px;
    font-size: 0.76rem;
    margin-bottom: 0.6rem;
    background: #FFFFFF;
    border: 1px solid rgba(195,150,172,0.6);
    color: #85576D;
}

.hmh-aff-image {
    text-align: center;
    margin-bottom: 0.8rem;
}

.hmh-aff-image img {
    width: 300px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hmh-aff-text h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    color: #000;
	text-align: center;
}

.hmh-aff-text {
	color: #000 !important;
}

.hmh-aff-subtitle {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #000;
}

.hmh-aff-description {
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    color: #FDF9FB;
}

.hmh-aff-button {
    display: inline-flex;
	align-self: center;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    background: linear-gradient(
        135deg,
        #85576D,
        #C396AC
    );
    color: #ffffff;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, filter 0.08s ease-out;
}

.hmh-aff-button:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.22);
	color: #fff;
}

.hmh-aff-arrow {
    font-size: 1rem;
    line-height: 1;
}

.hmh-aff-disclaimer {
    margin-top: 22px;
    font-size: 0.82rem;
    color: #6b5964;
    max-width: 42rem;
}

@media (max-width: 768px) {
    .hmh-aff-wrapper {
        padding: 24px 12px;
    }
}


.hmh-aff-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.hmh-aff-card-link:hover .hmh-aff-card-inner {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}
