/* MAKE IMPORTANT TEXT BIGGER AND MORE VISIBLE */

/* MwSt text under prices - MAKE IT BIGGER! */
.total span {
    font-size: 18px !important;
    color: #333 !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.home-content .form-wrapper .items .form-wrapper .total span {
    font-size: 18px !important;
    color: #333 !important;
    font-weight: 600 !important;
}

/* Price list MwSt note */
section.price-list strong.zzgl {
    font-size: 20px !important;
    padding: 15px !important;
    font-weight: bold !important;
}

/* Warning box - MAKE EVEN MORE VISIBLE */
div[style*="background: #fff5f5"] p {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

div[style*="background: #fff5f5"] strong {
    font-size: 20px !important;
}

/* Success page text */
.success p {
    font-size: 18px !important;
    line-height: 1.8 !important;
    margin: 15px 0 !important;
}

/* All spans with inline font-size containing MwSt text - OVERRIDE INLINE STYLES */
p span[style*="font-size"] {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Specifically target order sum MwSt text */
.home-content p span,
.form-wrapper p span {
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* Gray box for subtitle sections like Versandart */
.title.subtitle {
    background: #f0f0f0 !important;
    color: #333 !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    margin: 20px 0 15px 0 !important;
    border: 1px solid #d0d0d0 !important;
}

.title.subtitle strong {
    color: #333 !important;
}
