.header-icons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.header-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.header-icon-button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.notification-count {
    position: absolute;
    top: -0.35rem;
    right: -0.35rem;
    min-width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    background: #e53935;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.notification-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 0.65rem);
    width: min(320px, 80vw);
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    padding: 0.75rem;
    z-index: 2000;
    color: #222;
}

.notification-menu__header {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.notification-menu__section {
    margin-bottom: 0.75rem;
}

.notification-menu__section-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 0.4rem;
}

.notification-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-menu__item {
    margin-bottom: 0.35rem;
}

.notification-menu__item a {
    color: #222;
    text-decoration: none;
    font-size: 0.9rem;
}

.notification-menu__item a:hover {
    text-decoration: underline;
}

.notification-menu__empty {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
}

.notification-menu__link {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    text-decoration: none;
    color: #2a6dff;
}

.notification-menu__link:hover {
    text-decoration: underline;
}
