/*
    Kitty Kissed Photography
    Account navigation override loaded last on purpose.
*/

header .account-nav {
    padding: 10px 8% 14px !important;
    background: rgba(10, 10, 12, 0.92) !important;
    border-bottom: 1px solid rgba(247, 180, 210, 0.10) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.20) !important;
}

header .account-nav .account-nav-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
}

header .account-nav .account-nav-links {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
}

header .account-nav .account-nav-links li {
    width: auto !important;
    min-width: 0 !important;
}

header .account-nav .account-nav-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #B8B8B8 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(247, 180, 210, 0.12) !important;
    background: rgba(37, 37, 41, 0.45) !important;
    transition: all 0.3s ease !important;
}

header .account-nav .account-nav-links a:hover {
    color: #F7B4D2 !important;
    border-color: rgba(247, 180, 210, 0.34) !important;
    background: rgba(247, 180, 210, 0.10) !important;
    box-shadow: 0 0 12px rgba(247, 180, 210, 0.12) !important;
}

header .account-nav .account-nav-email {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 1 280px !important;
    gap: 8px !important;
    min-width: 120px !important;
    max-width: 280px !important;
    width: auto !important;
    margin-left: auto !important;
    color: #F7B4D2 !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    overflow: hidden !important;
    text-align: right !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

header .account-nav .account-nav-email i {
    flex: 0 0 auto !important;
}

@media (max-width: 1100px) {
    header .account-nav {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    header .account-nav .account-nav-inner {
        gap: 10px !important;
    }

    header .account-nav .account-nav-links {
        gap: 7px !important;
    }

    header .account-nav .account-nav-links a {
        font-size: 0.68rem !important;
        padding: 7px 10px !important;
    }

    header .account-nav .account-nav-email {
        flex-basis: 220px !important;
        max-width: 220px !important;
        font-size: 0.72rem !important;
    }
}

@media (max-width: 620px) {
    header .account-nav {
        padding: 12px 5% !important;
    }

    header .account-nav .account-nav-inner {
        align-items: stretch !important;
        flex-direction: column-reverse !important;
        gap: 12px !important;
    }

    header .account-nav .account-nav-links {
        justify-content: center !important;
        width: 100% !important;
        margin: 0 !important;
    }

    header .account-nav .account-nav-links li,
    header .account-nav .account-nav-links a {
        width: 100% !important;
        text-align: center !important;
    }

    header .account-nav .account-nav-email {
        justify-content: center !important;
        flex-basis: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        text-align: center !important;
        font-size: 0.78rem !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}
