/* Warm Yellow Tone Theme Overrides for Free Shipping */
.fs-theme-yellow {
    background-color: #fef9c3;
    /* Soft pastel yellow */
    border-color: #fde047 !important;
    border-left: 5px solid #eab308 !important;
    /* Deep yellow Accent Stripe */
}

.fs-theme-yellow .fs-title {
    color: #111827;
    /* High-contrast near black */
}

.fs-theme-yellow .fs-desc {
    color: #374151;
    /* Dark slate gray for excellent readability */
    font-weight: 500;
}