/* Header notification bell — loaded from base.html on every page */
.header-notif {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.header-notif .header-nav__link.header-notif__btn {
    width: 34px;
    min-width: 34px;
    padding: 0;
    justify-content: center;
    position: relative;
}

.header-notif__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 50% !important;
    background: #c2410c;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
}

.header-notif__menu {
    width: 320px;
    max-width: 90vw;
    padding: 0 !important;
    border: 1px solid var(--app-line, #e6e2d8) !important;
    box-shadow: 0 12px 32px rgba(26, 18, 0, 0.12) !important;
}

.header-notif__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid var(--app-line, #e6e2d8);
    font-size: 12px;
    font-weight: 700;
}

.header-notif__list {
    max-height: 320px;
    overflow-y: auto;
}

.header-notif__item {
    display: block;
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid var(--app-line, #e6e2d8);
    text-decoration: none;
    color: inherit;
    font-size: 11.5px;
}

.header-notif__item strong {
    display: block;
    font-weight: 650;
    color: var(--app-ink, #1c1915);
    margin-bottom: 2px;
}

.header-notif__item span {
    font-size: 10.5px;
    color: var(--app-muted, #6f6a62);
}

.header-notif__item.is-unread {
    background: rgba(201, 168, 76, 0.08);
}

.header-notif__item:hover {
    background: rgba(201, 168, 76, 0.1);
}

.header-notif__foot {
    padding: 0.55rem 0.85rem;
    border-top: 1px solid var(--app-line, #e6e2d8);
    text-align: center;
}

.header-notif__foot a {
    font-size: 11.5px;
    font-weight: 600;
    text-decoration: none;
}

.header-notif__empty,
.header-notif__loading {
    padding: 1rem;
    text-align: center;
    font-size: 11.5px;
    color: var(--app-muted, #6f6a62);
}
