:root {
    --bg-color: #05070a;
    --bg-secondary-color: #10141b;
    --neon-aqua-accent: #89e4ff;
    --header-bg-color: #1b2130;
    --header-footer-shadeLight: #343c4d;
    --header-footer-shadeDark: #262d3d;
    --blockquote-bg-color: #24283b;
    --tag-bg-color: #24283b;
    --blockquote-scroll-track: #353847;
    --blockquote-scroll-thumb: #5c5c5c;
    --navbar-bg-color: #586581;
    --link-color: #f4f8fc;
    --hover-color: #3a3a3a;
    --date-color: #686868;
    --post-h1-color: #9aeaf0;
    --post-h2-color: #77b3f8;
    --post-h3-color: #6cc7eb;
    --post-h4-color: #a9ebff;
    --paragraph-color: #ffffff;
    --description-color: #f5fcfd;
    --language-plaintext: #ffffff;
    --codeblock-highlight-bg: #24283b;
    --highlight-code: #c0caf5;
    --highlight-kd: #7aa2f7;
    --highlight-nc: #ff9e64;
    --highlight-nf: #47fcfc;
    --highlight-s: #9ece6a;
    --highlight-o: #bb9af7;
    --highlight-c: #565f89;
    --highlight-mi: #ff9e64;
    --button-text-color: #3a4357;
    --button-hover-color: #434e64;
    --search-text-color: #f4f8fc;
    --search-placeholder-color: #bdeefd;

    --light-bg-color: #ffffff;
    --light-bg-secondary-color: #fcfbfb;
    --light-neon-aqua-accent: #2e50af;
    --light-header-bg-color: #f7f7f7;
    --light-header-footer-shadeLight: #dadada;
    --light-header-footer-shadeDark: #d1d1d1;
    --light-blockquote-bg-color: #f0f0f0;
    --light-tag-bg-color: #f0f0f0;
    --light-blockquote-scroll-track: #c0c0c0;
    --light-blockquote-scroll-thumb: #dadada;
    --light-navbar-bg-color: #d0d0d0;
    --light-link-color: #3c5fbe;
    --light-hover-color: #e0e0e0;
    --light-date-color: #888888;
    --light-paragraph-color: #3f3f3f;
    --light-post-h1-color: #0066cc;
    --light-post-h2-color: #0077dd;
    --light-post-h3-color: #0088ee;
    --light-post-h4-color: #0099ff;
    --light-description-color: #444444;
    --light-language-plaintext: #000000;
    --light-codeblock-highlight-bg: #f0f0f0;
    --light-highlight-code: #333333;
    --light-highlight-kd: #0066cc;
    --light-highlight-nc: #cc6600;
    --light-highlight-nf: #32aedf;
    --light-highlight-s: #008000;
    --light-highlight-o: #8800bb;
    --light-highlight-c: #888888;
    --light-highlight-mi: #cc6600;
    --light-button-text-color: #d0d0d0;
    --light-button-hover-color: #d0d0d0;
    --light-search-text-color: #0066cc;
    --light-search-placeholder-color: #0066cc;

    --box-shadow-part-1: 0 0 10px rgba(0, 0, 0, 0.2);
    --box-shadow-part-2: 0 0 25px rgba(0, 0, 0, 0.4);
    --text-shadow-part-1: 0 0 25px rgba(0, 0, 0, 0.2);
    --text-shadow-part-2: 0 0 15px rgba(0, 0, 0, 0.4);

    --light-box-shadow-part-1: 0 0 0 0 transparent;
    --light-box-shadow-part-2: 0 0 0 0 transparent;
    --light-text-shadow-part-1: 0 0 0 transparent;
    --light-text-shadow-part-2: 0 0 0 transparent;

    --border-width: 1px;
}

html.light-mode,
body.light-mode {
    --bg-color: var(--light-bg-color);
    --bg-secondary-color: var(--light-bg-secondary-color);
    --neon-aqua-accent: var(--light-neon-aqua-accent);
    --header-bg-color: var(--light-header-bg-color);
    --header-footer-shadeLight: var(--light-header-footer-shadeLight);
    --header-footer-shadeDark: var(--light-header-footer-shadeDark);
    --blockquote-bg-color: var(--light-blockquote-bg-color);
    --tag-bg-color: var(--light-tag-bg-color);
    --blockquote-scroll-track: var(--light-blockquote-scroll-track);
    --blockquote-scroll-thumb: var(--light-blockquote-scroll-thumb);
    --navbar-bg-color: var(--light-navbar-bg-color);
    --link-color: var(--light-link-color);
    --hover-color: var(--light-hover-color);
    --date-color: var(--light-date-color);
    --paragraph-color: var(--light-paragraph-color);
    --post-h1-color: var(--light-post-h1-color);
    --post-h2-color: var(--light-post-h2-color);
    --post-h3-color: var(--light-post-h3-color);
    --post-h4-color: var(--light-post-h4-color);
    --description-color: var(--light-description-color);
    --language-plaintext: var(--light-language-plaintext);
    --codeblock-highlight-bg: var(--light-codeblock-highlight-bg);
    --highlight-code: var(--light-highlight-code);
    --highlight-kd: var(--light-highlight-kd);
    --highlight-nc: var(--light-highlight-nc);
    --highlight-nf: var(--light-highlight-nf);
    --highlight-s: var(--light-highlight-s);
    --highlight-o: var(--light-highlight-o);
    --highlight-c: var(--light-highlight-c);
    --highlight-mi: var(--light-highlight-mi);
    --button-text-color: var(--light-button-text-color);
    --button-hover-color: var(--light-button-hover-color);
    --search-text-color: var(--light-search-text-color);
    --search-placeholder-color: var(--light-search-placeholder-color);
    --box-shadow-part-1: var(--light-box-shadow-part-1);
    --box-shadow-part-2: var(--light-box-shadow-part-2);
    --text-shadow-part-1: var(--light-text-shadow-part-1);
    --text-shadow-part-2: var(--light-text-shadow-part-2);
    --border-width: 2px;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    color: var(--neon-aqua-accent);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--bg-secondary-color);
    background-size: 50px 50px;
    scroll-behavior: smooth;
}

body {
    display: none;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: var(--header-footer-shadeLight);
    z-index: 9999;
}

body::-webkit-scrollbar-track {
    margin-top: 90px;
    background: var(--header-footer-shadeLight);
    border-radius: 4px;
    z-index: 9999;
}

body::-webkit-scrollbar-thumb {
    background: var(--header-bg-color);
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: padding-box;
    z-index: 9999;
}

main {
    flex: 1;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

.horizontal-divider-line {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: var(--header-footer-shadeLight);
    margin: 30px 0px;
}

.biography-divider-line {
    display: none;
}

.main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.outside-general-main-container {
    flex: 1;
    padding: 0px 28vw 100px 28vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.inside-main-container {
    width: 100%;
    height: 100%;
    margin: 60px 0;
}

.image-container {
    width: 100%;
    aspect-ratio: 1;
    margin: 0;
    border: var(--border-width) solid var(--date-color);
    background-color: var(--header-bg-color);
    border-radius: 12px;
    box-shadow: var(--box-shadow-part-1), var(--box-shadow-part-2);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.text-container {
    font-size: 18px;
    color: var(--paragraph-color);
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.text-container p {
    margin: 0 0 0.5em 0;
}

.about-block {
    padding: 1.5em;
    border: var(--border-width) solid var(--header-footer-shadeLight);
    background-color: var(--header-bg-color);
    border-radius: 20px;
    box-shadow: var(--box-shadow-part-1), var(--box-shadow-part-2);
    transition: border 0.4s ease;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
}

.about-left-column {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-right-column {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.about-info-card {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    box-sizing: border-box;
    width: 100%;
}

.about-info-name {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--neon-aqua-accent);
    font-family: 'Quicksand', sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.about-info-name svg {
    flex-shrink: 0;
    color: var(--link-color);
}

.about-info-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--paragraph-color);
    font-size: 14px;
}

.about-info-item svg {
    flex-shrink: 0;
    color: var(--link-color);
    opacity: 0.85;
}

.about-info-item a {
    color: var(--paragraph-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

.biography-header {
    font-size: 26px;
    color: var(--neon-aqua-accent);
    margin: 0 0 14px 0;
    font-family: 'Quicksand', sans-serif;
}

.about-block a {
    color: var(--paragraph-color);
    text-decoration: underline dotted;
    text-decoration-color: var(--date-color);
    text-underline-offset: 4px;
    transition: color 0.3s ease;
}

.about-block li {
    margin: 5px 0;
}

#translateButton {
    all: unset;
    display: flex;
    align-items: center;
    padding: 0 10px;
    opacity: 0.75;
    cursor: pointer;
    transition: opacity 0.2s ease;
    color: var(--link-color);
}

#translateButton svg {
    width: 1.2em;
    height: 1.2em;
    display: block;
    color: var(--link-color) !important;
}

#theme-toggle-desktop {
    display: flex;
    align-items: center;
    padding: 0 10px;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

#theme-toggle-desktop svg {
    width: 1.2em;
    height: 1.2em;
    display: block;
}
.about-block h2 {
    color: var(--post-h2-color);
    font-size: 32px;
    margin: 20px 0 0 0;
}

.about-block h4 {
    color: var(--neon-aqua-accent);
    font-size: 24px;
    margin: 20px 0 0 0;
}

.about-block h6 {
    color: var(--navbar-bg-color);
    font-size: 18px;
    margin: auto 0 0 0;
    padding-top: 20px;
    text-align: right;
    text-justify: inter-word;
    text-align: right !important;
    font-weight: normal;
}

.general-header-container header {
    position: fixed;
    width: 100%;
    height: 100px;
    padding: 0px 30px;
    box-shadow: var(--box-shadow-part-1), var(--box-shadow-part-2);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: var(--header-bg-color);
    background-size: 100px 50px;
    border-bottom: var(--border-width) solid var(--header-footer-shadeLight);
    z-index: 5000;
    transition: all 0.3s ease;
}

.general-header-container header.transformed {
    height: 50px;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    align-self: center;
    transition: all 0.2s ease;
    z-index: 9999;
}

.nav-bar-divider {
    height: 10px;
    width: 4px;
    border-radius: 10px;
    background-color: var(--navbar-bg-color);
    align-self: center;
    margin: 0px 2px;
}

.nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.nav-bar ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-bar li {
    margin: 0 5px;
    padding: 0 15px;
    position: relative;
}

.nav-bar li::before,
.nav-bar li::after {
    content: '';
    position: absolute;
    top: 100%;
    height: 2px;
    width: 0;
    background-color: var(--neon-aqua-accent);
    transition: width 0.3s ease;
}

.nav-bar li::before {
    left: 0;
}

.nav-bar li::after {
    right: 0;
}

.nav-bar a {
    color: var(--link-color);
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.nav-bar button {
    all: unset;
    color: var(--link-color);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.header-logo-container a {
    padding: 0px;
    margin: 0px 0px 2px 0px;
}

.header-title {
    color: var(--link-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

#general-header-title {
    font-size: 2em;
    font-weight: bold;
    transition: all 0.2s ease;
}

.header-logo-container {
    display: flex;
    width: 60px;
    height: 40px;
    margin: 0px 10px 0px 0px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

.logo-container {
    position: relative;
    width: 56.18px;
    height: 26.75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-button {
    all: unset;
    cursor: pointer;
}

.logo,
.u-shape,
.right-arrow-top,
.right-arrow-bottom,
.left-arrow-top {
    transition: all 0.5s ease;
}

.logo {
    width: 26.75px;
    height: 26.75px;
    position: relative;
}

.u-shape {
    position: absolute;
    background-color: var(--link-color);
    border-radius: 12px;
}

.left-side {
    left: 0;
    top: 0;
    width: 5.35px;
    height: 26.75px;
}

.bottom {
    left: 0;
    bottom: 0;
    width: 26.75px;
    height: 5.35px;
}

.right-side {
    right: 0;
    top: 0;
    width: 5.35px;
    height: 26.75px;
}

.right-arrow-top {
    position: absolute;
    right: 2.68px;
    top: 5.89px;
    width: 17.4px;
    height: 5.35px;
    background-color: var(--link-color);
    transform: rotate(-45deg);
    border-radius: 4px;
}

.right-arrow-bottom {
    position: absolute;
    right: 2.68px;
    top: 14.73px;
    width: 17.4px;
    height: 5.35px;
    background-color: var(--link-color);
    transform: rotate(45deg);
    border-radius: 4px;
}

.left-arrow-top {
    position: absolute;
    left: 2.68px;
    top: 5.89px;
    width: 17.4px;
    height: 5.35px;
    background-color: var(--link-color);
    transform: rotate(45deg);
    border-radius: 4px;
}

.relative-footer footer {
    width: 100%;
    box-shadow: var(--box-shadow-part-1), var(--box-shadow-part-2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 15px;
    background-color: var(--header-bg-color);
    background-size: 100px 50px;
    border-top: var(--border-width) solid var(--header-footer-shadeLight);
}

.copyright-text p {
    color: var(--link-color);
    margin: 5px 0;
}

.copyright-text a {
    text-decoration: underline;
}

.footer-info {
    color: var(--link-color);
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-info a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 0.4rem;
}

.footer-info i {
    font-size: 14px;
}

.general-title h1 {
    color: var(--neon-aqua-accent);
    font-size: 2.3em;
    display: flex;
    margin: 0px 0px 25px 0px;
    justify-self: center;
}

.about-title h1 {
    color: var(--neon-aqua-accent);
    font-size: 20px;
    display: flex;
    margin: 25px 0px 25px 0px;
    justify-self: center;
    text-align: center;
}

.about-title h2 {
    color: var(--paragraph-color);
    font-size: 18px;
    display: flex;
    margin: 25px 0px 25px 0px;
    justify-self: center;
    text-align: center;
}

.about-title a {
    color: var(--paragraph-color);
    font-size: 26px;
    display: flex;
    text-decoration: underline dotted;
    text-decoration-color: var(--date-color);
    text-underline-offset: 4px;
    justify-self: center;
    transition: color 0.3s ease;
}

.about-title img {
    box-shadow: var(--box-shadow-part-1);
    border: var(--border-width) solid var(--header-footer-shadeLight);
    box-sizing: border-box;
    max-width: 400px;
    max-height: 70vh;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
}

#about-title-mobile {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
}

.about-title h2 {
    color: var(--paragraph-color);
    font-size: 16px;
    display: flex;
    margin: 25px 0px 25px 0px;
    justify-self: center;
    text-align: center;
}

.default-title h1 {
    color: var(--neon-aqua-accent);
    font-size: 20px;
    display: flex;
    margin: 25px 0px 25px 0px;
    justify-self: center;
    text-align: center;
}

.default-title a {
    color: var(--paragraph-color);
    font-size: 26px;
    display: flex;
    max-width: 75%;
    text-decoration: underline dotted;
    text-decoration-color: var(--date-color);
    text-underline-offset: 4px;
    justify-self: center;
}

.default-title img {
    box-shadow: var(--box-shadow-part-1);
    border: var(--border-width) solid var(--header-footer-shadeLight);
    box-sizing: border-box;
    max-width: 400px;
    max-height: 70vh;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.default-title h2 {
    color: var(--paragraph-color);
    font-size: 16px;
    display: flex;
    margin: 25px 0px 25px 0px;
    justify-self: center;
    text-align: center;
}

@media (hover: hover) {

    #theme-toggle-desktop:hover {
        opacity: 1;
    }
    
    #translateButton:hover {
        opacity: 1;
    }

    .image-container:hover img {
        transform: scale(1.05);
    }

    .nav-bar a:hover li::before,
    .nav-bar a:hover li::after {
        width: 55%;
    }

    .nav-bar a:hover {
        color: var(--neon-aqua-accent);
    }

    .logo-container:hover .u-shape {
        background-color: var(--neon-aqua-accent);
    }

    .logo-container:hover .logo {
        transform: scale(0.6) rotate(45deg);
    }

    .logo-container:hover .right-arrow-top {
        background-color: var(--neon-aqua-accent);
        transform: translateX(-34.47px) translateY(-1px) rotate(-45deg) scaleY(0.6);
    }

    .logo-container:hover .right-arrow-bottom {
        background-color: var(--neon-aqua-accent);
        transform: translateX(-34.47px) translateY(1px) rotate(45deg) scaleY(0.6);
    }

    .logo-container:hover .left-arrow-top {
        background-color: var(--neon-aqua-accent);
        transform: translateX(34.47px) rotate(45deg) scaleY(0.6);
    }

    .about-block a:hover {
        color: var(--neon-aqua-accent);
    }

    .about-title a:hover {
        color: var(--neon-aqua-accent);
    }
}

/* Special for about block */
@media (max-width: 1400px) {

    .outside-general-main-container {
        flex: 1;
        padding: 0px 18vw 100px 18vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .about-left-column {
        width: 240px;
    }

    .about-block h2 {
        font-size: 26px;
    }

    .about-block h4 {
        font-size: 20px;
    }

    .footer-info {
        gap: 20px;
    }

    .footer-info i {
        font-size: 20px;
        color: var(--link-color);
        padding: 10px 0;
    }
}

/* Medium devices (portrait desktops or tablets, 992px and below) */
@media (max-width: 1050px) {
    .outside-general-main-container {
        padding: 0px 16vw 100px 16vw;
    }

    .footer-info {
        gap: 20px;
    }

    .footer-info p {
        display: none;
    }

    .footer-info i {
        font-size: 20px;
        color: var(--link-color);
        padding: 10px 0;
    }
}

/* Small devices (landscape phones or small tablets, 768px and below) */
@media (max-width: 790px) {

    #backButton {
        display: none;
    }

    #backButtonDiv {
        display: none;
    }

    .outside-general-main-container {
        margin-top: 80px;
        padding: 0px 15px 100px 15px;
    }

    #general-header-title {
        display: none;
    }

    .footer-info {
        gap: 20px;
    }

    .footer-info p {
        display: none;
    }

    .footer-info i {
        font-size: 20px;
        color: var(--link-color);
        padding: 10px 0;
    }

    .about-title h1 {
        font-size: 16px;
        justify-self: center;
        text-align: center;
    }

    body::-webkit-scrollbar {
        display: none;
    }

    .biography-header {
        font-size: 20px;
    }

    .about-block h2 {
        font-size: 22px;
    }

    .about-block h4 {
        font-size: 20px;
    }

    .text-container p {
        font-size: 16px;
        margin: 0 5px 0.5em 5px;
    }

    #about-title-mobile {
        display: flex;
        font-size: 38px;
        justify-self: center;
        text-align: center;
        margin-bottom: 35px;
    }

    .general-header-container header {
        height: 75px;
        padding: 0px 15px 0px 30px;
    }

    .inside-main-container {
        margin: 0;
    }

    .about-block {
        padding: 1.5em;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .about-info-card {
        padding: 14px 6px;
    }

    .biography-divider-line {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background-color: var(--header-footer-shadeLight);
        margin-bottom: 8px;
    }

    .about-left-column {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        flex-shrink: 0;
    }

    .about-info-card {
        flex: unset;
        min-width: unset;
        overflow-x: unset;
        scrollbar-width: unset;
    }

    .about-info-card::-webkit-scrollbar {
        display: unset;
    }

    .about-info-name {
        font-size: 22px;
        white-space: normal;
    }

    .about-info-item {
        font-size: 14px;
        white-space: normal;
    }

    .default-title img {
        max-width: 95%;
        border-radius: 15px;
    }

    .nav-container {
        margin-right: 10px;
    }

    input,
    textarea,
    button,
    select,
    a {
        -webkit-tap-highlight-color: transparent;
    }

    * {
        -webkit-tap-highlight-color: transparent;
    }
}

strong {
    font-weight: 900;
    color: var(--post-h1-color) !important;
}
/* -- Coming Soon Notification ---------------------------------------------- */
#notify-overlay {
    display: flex;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    animation: notify-fade-in 0.3s ease;
}
@keyframes notify-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
#notify-container {
    padding: 24px;
    border: var(--border-width, 1px) solid var(--header-footer-shadeLight, #343c4d);
    background-color: var(--header-bg-color, #1b2130);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 320px;
    max-width: 90vw;
    box-shadow: var(--box-shadow-part-1, 0 0 10px rgba(0,0,0,0.2)), var(--box-shadow-part-2, 0 0 25px rgba(0,0,0,0.4));
    animation: notify-slide-in 0.4s ease;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}
@keyframes notify-slide-in {
    from { opacity: 0; transform: translateY(-40px); }
    to { opacity: 1; transform: translateY(0); }
}
#notify-container p.notify-title {
    color: var(--neon-aqua-accent, #6bd9fa);
    margin: 0;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
}
#notify-container span.notify-desc {
    color: var(--paragraph-color, #e7e6e6);
    font-size: 15px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}
#notify-divider {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--header-footer-shadeLight, #343c4d);
    flex-shrink: 0;
}
#notify-close-btn {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    color: var(--paragraph-color, #e7e6e6);
    border: var(--border-width, 1px) solid var(--header-footer-shadeLight, #343c4d);
    background-color: var(--header-bg-color, #1b2130);
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    text-align: center;
    box-shadow: var(--box-shadow-part-1, 0 0 10px rgba(0,0,0,0.2));
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}
@media (hover: hover) {
    #notify-close-btn:hover {
        border-color: var(--neon-aqua-accent, #6bd9fa);
    }
}
/* -------------------------------------------------------------------------- */
