/*
 * Bulkkortingen-pagina: oranje info-card links (zelfde stijl als contact groene card)
 * Padding onderaan op main i.p.v. body zodat footer onderaan viewport blijft.
 */
.bulkkortingen-page-wrap .site-main {
    padding-bottom: 2rem;
}

.bulkkortingen-info {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(230, 126, 34, 0.35);
    padding: 2rem;
    border: none;
    height: 100%;
    color: #fff;
}

.bulkkortingen-info__title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #fff !important;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
}

.bulkkortingen-info__text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin: 0 0 1rem;
}

.bulkkortingen-info__subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #fff !important;
    margin: 0 0 0.5rem;
}

@media (max-width: 991.98px) {
    .bulkkortingen-info {
        padding: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .bulkkortingen-info {
        padding: 1.25rem;
    }
}

/* Productpagina: card niet te hoog, voorkom overlap met beschrijving */
.shop-item-page .bulkkortingen-info {
    height: auto;
    max-height: 18rem;
    overflow-y: auto;
    padding: 1.25rem;
}
.shop-item-page .bulkkortingen-info__title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
}
.shop-item-page .bulkkortingen-info__text {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}
.shop-item-page .bulkkortingen-info__subtitle {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}
