/* Polyglossia color overrides — loaded after hux-blog.min.css */

body {
    background-color: #F5EFE0;
    color: #2E2116;
}

/* The theme's single signature accent (#0085a1) appears on:
   link hovers, buttons, pager, tag cloud, text selection, listing separators.
   Swapping this one value does most of the visual work. */
a:hover, a:focus,
.post-container a:hover, .post-container a:focus,
.post-preview > .post-meta > a:hover, .post-preview > .post-meta > a:focus,
.post-content-preview:hover,
.btn-default:hover, .btn-default:focus,
.pager li > a:hover, .pager li > a:focus,
.navbar-custom.is-fixed .navbar-brand:hover, .navbar-custom.is-fixed .navbar-brand:focus,
.navbar-custom.is-fixed .nav li a:hover, .navbar-custom.is-fixed .nav li a:focus,
footer .copyright a:hover, footer .copyright a:focus,
.listing-seperator {
    color: #E08A1E;
}
.btn-default:hover, .btn-default:focus,
.pager li > a:hover, .pager li > a:focus {
    background-color: #E08A1E;
    border-color: #E08A1E;
    color: #F5EFE0;
}
#tag_cloud a:hover, #tag_cloud .tag:hover,
#tag_cloud a:active, #tag_cloud .tag:active {
    background-color: #E08A1E !important;
}
.sidebar-container a:hover, .sidebar-container a:active {
    color: #E08A1E !important;
}
.sidebar-container .tags a:hover, .sidebar-container .tags a:active {
    border-color: #E08A1E;
}
::selection { background: #E08A1E; }
::-moz-selection { background: #E08A1E; }

/* Base link and body text colors */
a { color: #7A2333; }
.post-container a { color: #7A2333; }
.post-preview > .post-meta > a { color: #2E2116; }
footer .copyright a { color: #7A2333; }
body { color: #2E2116; }

/* Fallback background behind header images, while they load */
.intro-header { background-color: #2B4570; }

/* Navbar text once scrolled (background is already handled by the theme) */
.navbar-custom.is-fixed .navbar-brand,
.navbar-custom.is-fixed .nav li a {
    color: #2E2116;
}

.intro-header {
    position: relative;
}
.intro-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(20, 15, 10, 0.45) 0%,
            rgba(20, 15, 10, 0.25) 20%,
            rgba(20, 15, 10, 0.38) 55%,
            rgba(20, 15, 10, 0.55) 100%
        ),
        radial-gradient(
            ellipse at center,
            rgba(20, 15, 10, 0.05) 40%,
            rgba(20, 15, 10, 0.3) 100%
        );
    z-index: 1;
}
.intro-header .container {
    position: relative;
    z-index: 2;
}

.comment {
    max-width: 700px;
    margin: 0 auto;
}



.post-preview a {
    outline: none;
}
.post-preview a:focus-visible {
    outline: 2px solid #7A2333;
    outline-offset: 4px;
}




/* Icon badges — replaces Font Awesome fa-stack */
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #404040;
    color: #fff;
}
.icon-circle svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.listing-seperator svg {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-right: 4px;
}