/* Holidays Banner Styles */
.deco-holidays-banner {
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
    border-left: 4px solid #d4a853;
    border-right: 4px solid #d4a853;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.deco-holidays-banner h6 {
    margin: 0;
    padding: 0;
    font-size: clamp(1rem, 4vw, 1.4rem);
    font-weight: 600;
    color: #60b02c;
    line-height: 1.25;
    font-family: 'Fredoka One', cursive, sans-serif;
    white-space: nowrap;
}

.deco-holidays-banner h6 span {
    display: inline;
}
