/* This file is reserved for overriding and extending the template styles. */

/* Admin üst çubuk — teklif bildirimleri açılır menüsü (daha geniş liste) */
.dropdown-menu.admin-panel-notifications-dropdown {
    min-width: min(28rem, 94vw);
    max-width: min(40rem, 96vw);
    width: min(36rem, 94vw);
    padding: 0.5rem 0;
}

.admin-panel-notifications-dropdown .admin-panel-notifications-scroll {
    height: auto;
    max-height: 22rem;
}

/* Zil üzerinde bildirim adedi */
.notification-button .admin-notification-count {
    position: absolute;
    top: -6px;
    right: -10px;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    min-width: 1.15rem;
    padding: 0.2rem 0.35rem;
}