/*
|--------------------------------------------------------------------------
| Dosya Adı           : public-magazine-dropdown-force-v9-05-17.css
| Oluşturulma Tarihi  : 04.08.2026
| Değişiklik Tarihi   : 04.08.2026
| Yaratan             : Özgür Elibol
| Dokümanın Amacı     : Magazin açılır menü bağlantılarını üst menü
|                      kurallarından bağımsız olarak görünür hâle getirir.
|--------------------------------------------------------------------------
*/

.caa-magazine-panel-v90515 {
    box-sizing: border-box !important;
    display: none;
    grid-auto-flow: row !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    min-width: 220px !important;
    min-height: 104px !important;
    padding: 8px !important;
    overflow: visible !important;
    background: #ffffff !important;
    opacity: 1 !important;
}

.caa-magazine-menu-v90515:hover
.caa-magazine-panel-v90515,
.caa-magazine-menu-v90515:focus-within
.caa-magazine-panel-v90515,
.caa-magazine-menu-v90515.is-open
.caa-magazine-panel-v90515 {
    display: grid !important;
}

html body header
.caa-magazine-panel-v90515 > a,
html body header
.caa-magazine-panel-v90515 > a:link,
html body header
.caa-magazine-panel-v90515 > a:visited,
html body
.caa-magazine-panel-v90515 > a {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 42px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    pointer-events: auto !important;
}

html body
.caa-magazine-panel-v90515 > a:hover,
html body
.caa-magazine-panel-v90515 > a:focus {
    background: #f3f4f6 !important;
    color: #ed1c24 !important;
}

@media (max-width: 900px) {
    .caa-magazine-panel-v90515 {
        min-height: 0 !important;
        background: rgba(255, 255, 255, .10) !important;
    }

    html body
    .caa-magazine-panel-v90515 > a,
    html body
    .caa-magazine-panel-v90515 > a:link,
    html body
    .caa-magazine-panel-v90515 > a:visited {
        background: transparent !important;
        color: #ffffff !important;
    }
}
