.ct-header [data-row*="middle"],
.ct-footer [data-row*="bottom"] {
    background: rgb(48, 48, 48);
    background: -webkit-linear-gradient(left, rgba(48, 48, 48, 1) 35%, rgba(22, 22, 22, 1) 100%) !important;
    background: -moz-linear-gradient(left, rgba(48,48,48,1) 35%, rgba(22,22,22,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(48,48,48,1) 35%, rgba(22,22,22,1) 100%) !important;
    background: linear-gradient(to right, rgba(48, 48, 48, 1) 35%, rgba(22, 22, 22, 1) 100%) !important;
}

/* # Header and Navigation
------------------------------------------------------------------------------------ */

.mtv-banner {
    background: #892212;
    padding: 10px 0;
    width: 100%;
}

.mtv-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mtv-banner-text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
}

.mtv-banner-button {
    background-color: #f7f6fb;
    border: 2px solid #444;
    border-radius: 20px;
    color: #444;
    font-weight: 700;
    padding: 2px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.mtv-banner-button:hover {
    background-color: #e9a178;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mtv-banner-container {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .mtv-banner-text {
        font-size: 16px;
    }
    
    .mtv-banner-button {
    font-size: 14px;
}

.ct-header .alynt-es-search-icon svg
Specificity: (0,2,1) {
    width: 20px !important;
    height: 20px !important;
}

}