.table {
    --bs-table-color-type: unset;
    --bs-table-bg-type: unset;
    --bs-table-color-state: unset;
    --bs-table-bg-state: unset;
    --bs-table-color: unset;
    --bs-table-bg: unset;
    --bs-table-border-color: unset;
    --bs-table-accent-bg: unset;
    --bs-table-striped-color: unset;
    --bs-table-striped-bg: unset;
    --bs-table-active-color: unset;
    --bs-table-active-bg: unset;
    --bs-table-hover-color: unset;
    --bs-table-hover-bg: unset;
}


.language-button .nav-link {
    color: #be866c !important;
}

.language-flag {
    border: 3px solid #3e1d26;
}

.language-button .bi {
    color: #d4a75f;
}

.language-button .dropdown-menu {
    color: #bbb !important;
}

#mainNav .nav-link:active,
#mainNav .nav-link:hover,
#mainNav.navbar-shrink .navbar-brand {
    color: #dbd2b2;
}

#mainNav {
    background-color: #151009;
    border-bottom: 1px solid #e5b66b;
}

#mainNav .nav-link {
    color: #fff;
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
    filter: drop-shadow(0px 0px 7px #6a5426);
}


.card-title {
    color: #dbd2b2;
}

.card {
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    color: #fff;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
}


.text-gold {
    color: #dbd2b2 !important;
}

@media (min-width: 992px) {
    .projects-section .project-text hr {
        border-color: #dbd2b2;
    }
}


.news {
    color: #dbd2b2;
}

.updates {
    color: #db9090;
}



.pagination li a {
    background: #151009;
}

.pagination li a:hover {
    background: #211812;
}

.pagination .active a {
    background: #211812 !important;
}

.news .title, .news .title a {
    color: #dbd2b2;
}


.news .title {
    border-top: 1px solid #8b8773;
    border-left: 1px solid #8b8773;
}

.news .title:after {
    background: linear-gradient(90deg, #8b8773 0, rgba(44, 32, 16, 0) 100%);
}

.news .title .icon {
    background: linear-gradient(199deg, rgb(18, 13, 9) 0, rgb(27, 20, 12) 100%);
    border-right: 1px solid #8b8773;
}



.news .title .title-right {
    color: #dbd2b2;
}

.news .news-desc {
    color: #eadec0;
}

.news-content:nth-of-type(2n + 1):before, .news-content:nth-of-type(2n + 2):before {
    background: linear-gradient(transparent 10px, #2c2010);
}

.news > article {
    background: #20180e;
    background: linear-gradient(199deg, rgb(18, 13, 9) 0, rgb(27, 20, 12) 100%);
}


.button {
    background: linear-gradient(160deg, rgba(29, 21, 13, 1) 39%, rgba(64, 47, 22, 1) 100%);
}

.table {
    color: #fff;
}

.table td, .table th {
    border-top: 1px solid #3a2c15;
}

.table thead th {
    border-bottom: 1px solid #3a2c15;
}


.table-hover tbody tr:hover {
    color: #dbd2b2;
    background-color: rgba(0, 0, 0, 0.275);
}

.table-hover tbody tr:hover a {
    color: #dbd2b2 !important;
}

.form-control {
    background-color: #1d150d;
    border: 1px solid #46351a;
    box-shadow: inset 0 5px 20px 0 rgba(0, 0, 0, 0.75);
    color: #ffffff;
}


.form-control:focus {
    color: #dbd2b2;
    background-color: #151009;
    border-color: #dbd2b2;
}

.form-control::placeholder {
    color: #6c757d;
}

.form-control:disabled {
    background-color: #41300d;
}

body tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.3);
}

h4:after {
    background: linear-gradient(to right, #dbd2b2 20%, #8b8773 20%);
}

.gradient-center:after {
    background: linear-gradient(to right, #7a6636, #7a6636 35%, #dbd2b2 35%, #dbd2b2 65%, #7a6636 65%) !important;
}

.hero-level {
    color: rgb(232, 214, 170);
}

.ranking-highlight-col {
    background: #16110c;
    background: linear-gradient(180deg, rgb(22, 17, 12) 0%, rgba(22, 17, 12, 0.9) 50%, rgba(22, 17, 12, 0.6) 75%, rgba(22, 17, 12, 0) 100%);
}


.border-gold {
    border: 1px solid #e5b66b54;
}

.ranking-pos-circle {
    color: #fff;
    background: linear-gradient(133deg, rgb(87, 70, 40) 0%, rgb(98, 78, 42) 50%, rgb(94, 80, 52) 100%);
    border: 2px solid #151009;
}

footer {
    background: #151009;
    border-top: 1px solid hsla(0, 0%, 94.9%, 0.15);
    color: #dbd2b2 !important;
}


.btn-hover:before {
    background: rgba(255, 255, 255, 0.1);
}


.btn:hover {
    color: #dbd2b2;
}

@keyframes anim-text-flow-keys {
    0% {
        color: #556905;
    }
    5% {
        color: #c8d65c;
    }
    10% {
        color: #62ff00;
    }
    15% {
        color: #0a9801;
    }
    20% {
        color: #059c11;
    }
    25% {
        color: #317307;
    }
    30% {
        color: #31a900;
    }
    35% {
        color: #10ff00;
    }
    40% {
        color: #1aab00;
    }
    45% {
        color: #014600;
    }
    50% {
        color: #008e1f;
    }
    55% {
        color: #008416;
    }
    60% {
        color: #019621;
    }
    65% {
        color: #6cd65c;
    }
    70% {
        color: #009e05;
    }
    75% {
        color: #00d223;
    }
    80% {
        color: #039a16;
    }
    85% {
        color: #0aa000;
    }
    90% {
        color: #78d65c;
    }
    95% {
        color: #00cc48;
    }
    100% {
        color: #72ad00;
    }
}


.btn-primary {
    background: #151009 linear-gradient(160deg, rgba(29, 21, 13, 1) 39%, rgba(64, 47, 22, 1) 100%);
    border-image-source: linear-gradient(160deg, rgba(29, 21, 13, 1) 39%, rgba(64, 47, 22, 1) 100%);
    color: #fff;
    border-color: #453317;
    border: 1px solid rgba(0, 0, 0, 0);
}

.btn-primary:hover{
    border-color: #453317;
}


.btn-danger {
    background: #151009 linear-gradient(160deg, rgba(32, 16, 16, 1) 39%, rgba(60, 26, 26, 1) 100%);
    border-image-source: linear-gradient(160deg, rgba(32, 16, 16, 1) 39%, rgba(60, 26, 26, 1) 100%);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
}



.dropdown-menu {
    color: #212529;
    background-color: #151009;
    border: 1px solid rgba(0, 0, 0, 0.15);
}


.dropdown-item {
    color: #fff;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #dbd2b2;
}

.dropdown-item:active {
    color: #fff;
    background-color: #453317;
}

.dropdown-item:disabled {
    color: #6c757d;
}



.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.show {
    color: #fff;
}



#mainNav .navbar-brand {
    color: #000;
}


@media (min-width: 992px) {
    #mainNav .navbar-brand {
        color: #dbd2b2;
    }

    #mainNav .nav-link {
        color: #fff;
    }

    #mainNav .nav-link:active, #mainNav .nav-link:hover, #mainNav.navbar-shrink .navbar-brand {
        color: #dbd2b2;
    }

    #mainNav.navbar-shrink .nav-link:active, #mainNav.navbar-shrink .nav-link:hover {
        color: #fff;
    }
}


@media only screen and (max-width: 992px) {
    .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}



.navbar-brand img {
    position: absolute;
    max-height: 120px !important;
    margin-top: -40px;
}

.language-flag {
    border: 2px solid #5c4722;
}

.dropdown-menu a {
    color: #dbd2b2;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background: #06060630;
    color: #f5bda3;
}

.dropdown-menu {
    background: rgba(14, 18, 20, 0.7);
}



.language-selector .social-holder {
    background-color: rgba(0, 0, 0, 0.5);
}


.pre-social {
    border-bottom: 1px solid rgba(241, 224, 150, 0.15);
    color: #dbd2b2;
}



.top3-level {
    color: #0bb1d2;
}


.register-input-container .text-muted {
    color: #fff3cd !important;
}



body {
    color: #fff3cd;
}


.forum-container {
    background-color: #241c12;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.category-item, .post-item {
    background-color: #3c2d15;
}

.category-item:hover, .post-item:hover {
    background-color: #4a3a1c;
}

.category-icon, .post-icon {
    color: #d2d8e3;
}



.category-stats, .post-author, .post-stats, .post-date, .latest-post-date {
    color: #eaeaea;
}



.no-posts {
    color: #b0b0b0;
}



.note-frame {
    background: #151009;
}


.accordion {
    --bs-accordion-bg: rgba(0, 0, 0, 0.4);
    --bs-accordion-border-color: #fff0;
    --bs-accordion-color: #dbd2b2;
}

.accordion-header {
    background-color: rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    /* no bg */
    background: transparent;
    color: var(--bs-accordion-color);
}


.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-color);
    background-color: rgba(0, 0, 0, 0.0);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
    background: #201811;
}

.download-btn {
    background-color: #302412;
    border-color: #241b10;
    color: white;
}


.download-btn:hover {
    background-color: #33260f;
    border-color: #33260f;
    color: white;
}


.download-btn .btn-icon {
    background-color: #150f08;
}


.modal-content {
    background: rgb(53, 40, 20);
    background: linear-gradient(180deg, rgb(53, 40, 20) 39%, rgb(53, 40, 20) 100%);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.text-muted {
    color: #b0b0b0 !important;
}


.login-area {
    background: rgba(19, 13, 7, 0.98);
}



.login-area li a {
    background: #1d150d;
}

.login-area li.logout a{
    background: #7c0e0e;
    border-bottom: 0 solid #fff !important;
}

.s-coin {
    color: #b3947f !important;
}

.voteMarks {
    color: #98dbef !important;
}


.top-button {
    background: #211912;
}

.top-button small {
    color: #a4a4a4;
}

.top-button.shop-button {
    background: #932b2b;
}


.date-nav-btn {
    background: #16110c;
    border: 1px solid #46351a;
    color: #dfd1af !important;
}

.date-nav-btn:hover {
    background: #3c2d15 !important;
    border-color: #e5b66b !important;
    color: #fff !important;
}

.current-date {
    color: #dfd1af;
}


.panel-title {
    background-color: #16110c;
    color: #dbd2b2;
    border-bottom: 1px solid #dbd2b2;
    position: relative;
}

.event-icon img {
    -webkit-filter: drop-shadow(0px 0px 3px rgb(245, 208, 100, 0.5));
    filter: drop-shadow(0px 0px 3px rgb(245, 208, 100, 0.5));
}

.panel-body {
    background-color: #322717;
    position: relative;
    z-index: 1;
}


.event-time,.text-gray {
    color: #a4a4a4;
}

.event-card {
    background: #16110c;
    border: 1px solid #46351a;
}


.downloadButton:hover {
    box-shadow: inset 0 1px 0 rgba(255, 224, 160, 0.35), 0 0 24px rgba(229, 182, 107, 0.4);
    color: #2a1e0d;
}

.downloadButton {
    background: linear-gradient(180deg, rgb(148, 124, 80) 0%, rgb(105, 84, 50) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 224, 160, 0.25), inset 0 -8px 16px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.4);
    color: #e8d5a2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
}

.downloadButton span {
    color: #1c1408;
    letter-spacing: 3px;
    text-shadow: 0 1px 1px rgba(255, 224, 160, 0.25);
}

@media (max-width: 767px) {
    .downloadButton {
        background-size: cover;
    }
}


.large-article-info {
    background: #130d06;
}

.large-article-date {
    color: #a4a4a4;
}

.large-article-image::before {
    background: linear-gradient(transparent 10px, #2c2010);
}

.glow-line {
    width: 100%;
    height: 2px;
}



.form-check-input {
    --bs-form-check-bg: #241b10;
    border: var(--bs-border-width) solid #362917;
}



#loginModal a, #loginModal .form-check-label {
    color: #d2caab !important;
}


.btn-secondary {
    background: #4f3d1e linear-gradient(160deg, rgb(58, 48, 30) 39%, rgb(73, 60, 36) 100%);
    border-image-source: linear-gradient(160deg, rgba(29, 21, 13, 1) 39%, rgba(64, 47, 22, 1) 100%);
}


#loginModal .form-control {
    border: 1px solid #d2caab;
}


.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;

}

.card-header {
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}


.card {
    --bs-card-bg: rgb(26, 20, 12);
    --bs-card-color: #eef6ff;
    --bs-card-border-color: #151009;
    --bs-card-cap-bg: rgb(21, 16, 9);
    --bs-card-cap-color: #ebf5ff;
}


.footer-copyright {
    border-top: 1px solid #46351a;
}

.play-button {
    color: #15130f !important;
    text-shadow: -0.485px -0.875px 0px rgba(120, 120, 120, 0.6), 0.982px 0.191px 0px rgba(120, 120, 120, 0.004);
}

.play-button:hover {
    filter: brightness(120%);
    text-shadow: -0.485px -0.875px 0px rgba(255, 255, 255, 0.6), 0.982px 0.191px 0px rgba(255, 255, 255, 0.004);
}


.dominate-text h2 {
    color: rgb(223, 209, 175);
}

.dominate-text p {
    color: rgb(255, 255, 255);
}

/* Faith uses the bronze gradient defined above instead of the green
   download_btn.png artwork */



.points-holder {
    background: #493a1c;
}




.referral-reward-card {
    border: 1px solid #46351a;
}

a {
    color: #dbd2b2 !important;
}


.category-pill{
    color: #fff !important;
}

.button.type2 {
    border: 1px solid #95947c;
    background: linear-gradient(160deg, #1d150d 39%, #382a13 100%);
}

.button.type2:hover {
    filter: brightness(120%);
}

.mainpage {
    background: linear-gradient(146deg, #15100a 0%, #18120b 100%);
    background-size: cover;
}



.lang-subnav-inner {
    background: rgba(14, 18, 20, 0.7);
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.language-flag{
    border: 3px solid #4a4136;
}

.lang-toggle{
    background: transparent;
    color: #e7e7e7;
}

.lang-toggle:hover{ border-color: rgba(255,255,255,.25); }

.lang-label{
    color: #8a7a5c;
}


.alert-info{
    --bs-alert-color: #ffffffad;
    --bs-alert-bg: #1b140c;
    --bs-alert-border-color: #382a13;
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.login-alert a{
    background: #2b2113;
    border: 1px solid #bdb89ca3;
}

.login-alert a:hover{
    background: #3c2d15 !important;
    border-color: #e5b66b !important;
    color: #fff !important;
}


.post_date {
    color: #6c757d;
}

.list-group-item {
    color: #fff;
    background-color: #382a13;
    border: 1px solid #382a13;
}


.events-nav-btn {
    background: #16110c;
    border: 1px solid #46351a;
    color: #dfd1af !important;
}


.events-nav-btn:hover:not(:disabled) {
    background: #3c2d15 !important;
    border-color: #e5b66b !important;
    color: #fff !important;
}

.events-page-indicator {
    color: #a4a4a4;
}

.srv-select {
    background-color: #181106;
}
.srv-select .s-header {
    background: linear-gradient(146deg, rgb(22, 17, 10) 0%, rgb(41, 33, 19) 100%)
}

/* S1 */
.btn-s1{
    background-color: #4a3719;
    border: 1px solid #4a3719;
}


/* S2 */
.btn-s2{
    background-color: #452026;
    border: 1px solid #452026;
}

.news-section {
    background-color: #16110c;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #dbd2b2;
    --bs-pagination-bg: #151009;
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: #453317;
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #1d150d;
    --bs-pagination-hover-border-color: #453317;
    --bs-pagination-focus-color: #dbd2b2;
    --bs-pagination-focus-bg: #1d150d;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(219, 210, 178, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #33260f;
    --bs-pagination-active-border-color: #453317;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #3c2d15;
    --bs-pagination-disabled-border-color: #46351a;
    list-style: none;
}

.download-card {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(215, 170, 100, 0.2);
}

.download-card:hover {
    border-color: rgba(229, 182, 107, 0.6);
}

.download-card-header {
    background: #33260f;
    border-bottom: 1px solid #e5b66b;
}


.referral-reward-card {
    background: rgba(20, 28, 11, 0.63);
    overflow: hidden;
    transition: all 0.3s ease;
}

.referral-reward-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.referral-reward-card .card-header {
    background: #33260f;
    border-bottom: 2px solid rgb(120, 100, 70);
}

.referral-reward-card .card-body,
.referral-reward-card .card-footer {
    background: #1d150d;
}

.reward-box {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 193, 7, 0.2);
    display: inline-flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
}

:root {
    /* === Base Backgrounds === */
    --register-bg-primary: #0f0b07;

    /* === Gold Theme Colors === */
    --register-gold: #382a13;
    --register-gold-border: #382a13;

    /* === Input + Form Elements === */
    --register-input-border: #382a13;

    /* === Accent Colors === */
    --register-accent-gold-light: rgb(21, 16, 9);
    --register-accent-gold-medium: rgb(29, 21, 13);
    --register-accent-gold-hover: rgb(45, 35, 17);
    --register-accent-bg-dark: rgba(0, 0, 0, 0.3);
    --register-accent-bg-darker: rgba(0, 0, 0, 0.4);
    --register-accent-bg-deep: rgba(215, 170, 100, 0.05);

    /* === Shadows & Lines === */
    --register-shadow-dark: rgba(0, 0, 0, 0.5);
    --register-border-faint: rgba(241, 224, 150, 0.15);
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #c0ba9e;
    background-color: #20180e;
    border-color: #2c2010;
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #dbd2b2;
    background: #16100a;
    border: 1px solid #2c2010;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: #2c2010;
    --bs-nav-tabs-border-radius: 3px;
    --bs-nav-tabs-link-hover-border-color: #2c2010;
    --bs-nav-tabs-link-active-color: #c0ba9e;
    --bs-nav-tabs-link-active-bg: #20180e;
    --bs-nav-tabs-link-active-border-color: #2c2010;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background: #20180e;
    color: #fff;
}

.ranking-sidebar {
    background: #16110c;
    border: 1px solid #46351a;
}

.subcategory-item, .category-item {
    background: rgb(68, 53, 26);
    color: #c4b4a0;
}

.subcategory-item:hover, .category-item:hover {
    background: #20180e;
    color: #f4e4d0;
    transform: translateX(3px);
}

.subcategory-item.selected, .category-item.active  {
    background: #20180e;
    color: #dbd2b2;
    font-weight: 500;
    border-left: 3px solid #dbd2b2;
}

.login-area li a {
    background: #1d150d;
    border: 1px solid rgba(0, 0, 0, 0);
}
.login-area li a:hover:not(.logout a) {
    border: 1px solid #423114 !important;
    border-bottom: 1px solid #423114 !important;
}



/* ============================================================
   Rules ported from css_odegon/rodnia.css
   (selectors that did not exist in the legacy rodnia base)
   Colors recolored to legacy rodnia green palette via /tmp/recolor_v2.py
   ============================================================ */

html {
    scroll-behavior: smooth;
}

#mainNav .nav-link:hover, #mainNav .nav-link.active {
    color: #dbd2b2 !important;
}

.imgishop img {
    max-height: 64px;
    margin: auto;
    margin-top: 50px;
    background: rgba(191, 160, 75, 0.1);
    border-radius: 6px;
    padding: 5px;
}

.news-btn .btn-primary {
    background: #2d2211 !important;
    border: 1px solid rgba(229, 182, 107, 0.25) !important;
    color: #dbd2b2 !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    padding: 7px 18px !important;
    border-radius: 3px !important;
    transition: border-color 0.3s, color 0.3s !important;
}

.news-btn .btn-primary:hover {
    border-color: rgba(229, 182, 107, 0.6) !important;
    color: #e5b66b !important;
    background: #33260f !important;
}

.form-select {
    background-color: #1b140c;
    border: 1px solid rgba(229, 182, 107, 0.2);
    box-shadow: none;
    color: #dbd2b2;
    border-radius: 3px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c0b898' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select:focus {
    background-color: #1b140c;
    border-color: rgba(229, 182, 107, 0.5);
    color: #dbd2b2;
    box-shadow: none;
}

.form-select option {
    background-color: #1b140c;
    color: #dbd2b2;
}

footer a, footer img {
    transition: transform 0.6s ease, text-shadow 0.6s ease;
}

@-webkit-keyframes anim-text-flow-keys {
    0% {
        color: #8B7355;
    }
    5% {
        color: #D4AF37;
    }
    10% {
        color: #FFD700;
    }
    15% {
        color: #B8860B;
    }
    20% {
        color: #DAA520;
    }
    25% {
        color: #CD853F;
    }
    30% {
        color: #F4A460;
    }
    35% {
        color: #FFE135;
    }
    40% {
        color: #CCAC00;
    }
    45% {
        color: #996515;
    }
    50% {
        color: #E6AC27;
    }
    55% {
        color: #C9A96E;
    }
    60% {
        color: #CFAA3D;
    }
    65% {
        color: #F7DC6F;
    }
    70% {
        color: #B7950B;
    }
    75% {
        color: #F1C40F;
    }
    80% {
        color: #D68910;
    }
    85% {
        color: #FFC72C;
    }
    90% {
        color: #EACD76;
    }
    95% {
        color: #F39C12;
    }
    100% {
        color: #B8860B;
    }
}

.accordion-item {
    background: #1d150d !important;
    border: none !important;
    border-bottom: 1px solid rgba(229, 182, 107, 0.1) !important;
    border-radius: 0 !important;
}

.accordion-item:first-child {
    border-top: 1px solid rgba(229, 182, 107, 0.1) !important;
}

.accordion-button:hover {
    background: transparent;
    color: #dbd2b2;
}

.accordion-item:has(.accordion-button:hover) {
    background: #120d09 !important;
    transition: background 0.25s;
}

.spoiler-block {
    background: #120d09;
    border: 1px solid rgba(229, 182, 107, 0.2);
    border-radius: 4px;
    padding: 8px 12px;
    margin: 8px 0;
}

.spoiler-block .spoiler-title {
    cursor: pointer;
    color: #dbd2b2;
    font-weight: 500;
    user-select: none;
    margin: 0;
    padding-bottom: 0;
}

.spoiler-block .spoiler-content {
    display: none;
    padding: 8px 0 4px 0;
    margin-top: 8px;
    border-top: 1px solid rgba(229, 182, 107, 0.1);
}

.spoiler-block.open .spoiler-content {
    display: block;
}

.top-button.invite-friends-button {
    background: linear-gradient(180deg, rgb(180, 148, 90) 0%, rgb(203, 174, 116) 100%);
}

.top-button.invite-friends-button i,
.top-button.invite-friends-button span {
    color: #1b140c !important;
}

.top-button.invite-friends-button i {
    font-size: 1.4rem;
}

.top-button.invite-friends-button span {
    font-family: 'Albertus Nova', serif;
    font-size: 14px!important;
    line-height: 1.25;
    padding: 0 10px;
    overflow-wrap: break-word;
}

.panel-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(229, 182, 107, 0.55), transparent);
    pointer-events: none;
}

.event-time {
    color: #a4a4a4;
}

.login-modal-header {
    padding: 24px 24px 16px;
    justify-content: center;
}

.login-modal-title {
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 4px;
    color: #dbd2b2 !important;
    text-transform: uppercase;
    text-align: center;
}

.login-modal-input {
    background: #1b140c !important;
    border: 1px solid rgba(229, 182, 107, 0.2) !important;
    color: #dbd2b2 !important;
    font-size: 13px !important;
    padding: 10px 14px !important;
    border-radius: 3px !important;
    transition: border-color 0.25s !important;
}

.login-modal-input::placeholder {
    color: #4a4136 !important;
}

.login-modal-input:focus {
    border-color: rgba(229, 182, 107, 0.5) !important;
    box-shadow: none !important;
}

.login-modal-label {
    font-size: 12px;
    color: #8a7a5c;
}

.login-modal-links {
    font-size: 12px;
    color: #8a7a5c;
}

.login-modal-links a {
    color: #dbd2b2 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

.login-modal-links a:hover {
    color: #e5b66b !important;
}

.login-modal-btn-submit {
    background: #33260f !important;
    border: 1px solid rgba(229, 182, 107, 0.3) !important;
    color: #dbd2b2 !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    padding: 10px !important;
    border-radius: 3px !important;
    transition: border-color 0.25s, color 0.25s !important;
}

.login-modal-btn-submit:hover {
    border-color: rgba(229, 182, 107, 0.6) !important;
    color: #e5b66b !important;
}

.login-modal-btn-close {
    background: #2a1212 !important;
    border: 1px solid rgba(180, 60, 60, 0.35) !important;
    color: #9a6060 !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    padding: 10px !important;
    border-radius: 3px !important;
    transition: border-color 0.25s, color 0.25s, background 0.25s !important;
}

.login-modal-btn-close:hover {
    background: #341616 !important;
    border-color: rgba(180, 60, 60, 0.6) !important;
    color: #c07070 !important;
}

.footer-totop-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 16px;
}

.footer-totop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(229, 182, 107, 0.35);
    background: #120d09;
    color: #dbd2b2;
    font-size: 16px;
    text-decoration: none !important;
    transition: background 0.6s, border-color 0.6s, box-shadow 0.6s, color 0.6s, transform 0.6s;
    box-shadow: 0 0 0 0 rgba(229, 182, 107, 0);
}

.footer-totop-btn:hover {
    background: #241b10;
    border-color: rgba(229, 182, 107, 0.7);
    color: #e5b66b;
    box-shadow: 0 0 10px rgba(229, 182, 107, 0.18);
}

.footer-links-row {
    padding: 14px 0;
    border-top: 1px solid rgba(229, 182, 107, 0.12);
    border-bottom: 1px solid rgba(229, 182, 107, 0.12);
    margin-bottom: 0;
}

.footer-link {
    font-size: 11px;
    color: #8a7a5c !important;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: all 0.5s;
}

.footer-link:hover {
    color: #dbd2b2 !important;
}

.footer-partner-icon {
    opacity: 0.55;
    transition: opacity 0.2s;
}

.footer-partner-icon:hover {
    opacity: 0.9;
}

.copyright-text {
    font-size: 12px;
    color: #4a4136 !important;
    letter-spacing: 0.5px;
}

.lang-subnav-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    position: relative;
}

.lang-chevron {
    font-size: 11px;
    transition: transform 0.35s ease;
}

.lang-chevron.rotated {
    transform: rotate(180deg);
}

.lang-current-name {
    font-size: 13px;
}

.lang-options {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #120d09;
    border: 1px solid rgba(229, 182, 107, 0.18);
    border-top: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.5);
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.lang-options.open {
    max-height: 500px;
    opacity: 1;
}

.lang-option {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: #dbd2b2;
    text-decoration: none;
    font-size: 12px;
    border-top: 1px solid rgba(229, 182, 107, 0.08);
    transition: color 0.2s, background 0.2s;
}

.lang-option:hover {
    color: #e5b66b;
    background: rgba(229, 182, 107, 0.06);
}

.tickets-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ticket-filters {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.ticket-filter {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    border-radius: 3px;
    background: #1b140c;
    border: 1px solid rgba(229,182,107,0.18);
    color: #b0a880;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.ticket-filter:hover {
    color: #dbd2b2;
    border-color: rgba(229,182,107,0.35);
    text-decoration: none;
}

.ticket-filter.active {
    color: #e5b66b;
    border-color: rgba(229,182,107,0.5);
    background: rgba(229,182,107,0.12);
}

.ticket-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ticket-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid rgba(229,182,107,0.08);
    background: rgba(255,255,255,0.02);
    border-left-width: 3px;
    text-decoration: none;
    transition: background 0.2s;
}

.ticket-row:hover {
    background: rgba(255,255,255,0.04);
    text-decoration: none;
}

.ticket-row.ts-open   { border-left-color: #4caf7d; }

.ticket-row.ts-user   { border-left-color: #5a8fc4; }

.ticket-row.ts-admin  { border-left-color: #e5b66b; }

.ticket-row.ts-closed { border-left-color: #362917; }

.ticket-row-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ticket-row-title {
    font-size: 0.88rem;
    color: #dbd2b2;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-row:hover .ticket-row-title {
    color: #e5b66b;
}

.ticket-row-meta {
    font-size: 0.75rem;
    color: #46351a;
}

.ticket-row-sep {
    margin: 0 6px;
}

.ticket-status-badge.ts-open   { background: rgba(76,175,125,0.12);  color: #4caf7d; border-color: rgba(76,175,125,0.25); }

.ticket-status-badge.ts-user   { background: rgba(90,143,196,0.12);  color: #7aabdc; border-color: rgba(90,143,196,0.25); }

.ticket-status-badge.ts-admin  { background: rgba(229,182,107,0.12); color: #e5b66b; border-color: rgba(229,182,107,0.3); }

.ticket-status-badge.ts-closed { background: rgba(58, 47, 28, 0.4);     color: #8a7a5c; border-color: rgba(58, 47, 28, 0.5); }

.ticket-empty {
    text-align: center;
    padding: 40px;
    color: #46351a;
}

.ticket-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(229,182,107,0.1);
    border-radius: 4px;
}

.ticket-status-badge {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}

.ticket-status-badge.status-open   { background: rgba(40,167,69,0.15); color: #4caf7d; border: 1px solid rgba(40,167,69,0.3); }

.ticket-status-badge.status-closed { background: rgba(220,53,69,0.12); color: #e57373; border: 1px solid rgba(220,53,69,0.25); }

.ticket-thread {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ticket-msg {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 85%;
}

.ticket-msg.user-msg {
    align-self: flex-start;
}

.ticket-msg.staff-msg {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.msg-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    opacity: 0.85;
    margin-top: 2px;
}

.msg-bubble {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(229,182,107,0.1);
    border-radius: 6px;
    padding: 10px 14px;
    min-width: 0;
}

.staff-msg .msg-bubble {
    background: rgba(229,182,107,0.06);
    border-color: rgba(229,182,107,0.18);
}

.msg-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.msg-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: #dbd2b2;
}

.msg-name.staff-name {
    color: #e5b66b;
}

.msg-time {
    font-size: 0.72rem;
    color: #8a7a5c;
}

.msg-body {
    font-size: 0.88rem;
    color: #b0a880;
    white-space: pre-line;
    line-height: 1.6;
}

.msg-images-label {
    font-size: 0.75rem;
    color: #8a7a5c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.msg-image-link {
    font-size: 0.8rem;
    color: rgba(229,182,107,0.6);
    word-break: break-all;
}

.msg-image-link:hover {
    color: #e5b66b;
}

.ticket-reply-form {
    padding: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(229,182,107,0.1);
    border-radius: 4px;
}

.reply-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8a7a5c;
    margin-bottom: 6px;
    display: block;
}

.reply-label-optional {
    font-size: 0.72rem;
    text-transform: none;
    letter-spacing: 0;
    color: #362917;
}

.reply-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

thead td {
    background-color: #1b140c!important;
}

.referral-code-box {
    background: #1d150d;
    border: 1px solid rgba(229, 182, 107, 0.15);
    border-radius: 6px;
}

.referral-label {
    font-size: 12px;
    color: #8a7a5c;
    letter-spacing: 0.5px;
}

.referral-copy-btn {
    background: #33260f !important;
    border: 1px solid rgba(229, 182, 107, 0.2) !important;
    color: #dbd2b2 !important;
}

.referral-copy-btn:hover {
    background: #33260f !important;
    color: #e5b66b !important;
    border-color: rgba(229, 182, 107, 0.4) !important;
}

.referral-warning {
    font-size: 12px;
    color: #c09040;
    background: rgba(180, 120, 20, 0.1);
    border: 1px solid rgba(180, 120, 20, 0.25);
    border-radius: 4px;
    padding: 10px 14px;
    line-height: 1.5;
}

.referral-how-icon {
    font-size: 2rem;
    color: #e5b66b;
    display: block;
}

.referral-how-title {
    color: #dbd2b2 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.referral-how-desc {
    font-size: 13px;
    color: #8a7a5c;
    line-height: 1.6;
}

.referral-stat-inline {
    font-size: 13px;
    color: #8a7a5c;
    letter-spacing: 0.5px;
}

.referral-stat-inline strong {
    color: #dbd2b2;
}

.referral-stat-eligible strong {
    color: #6db87a;
}

.referral-stat-eligible i {
    color: #6db87a;
}

.referral-reward-card .card-header h5 {
    font-size: 14px;
    color: #dbd2b2 !important;
    letter-spacing: 1px;
}

.referral-rewards-label {
    font-size: 11px;
    color: #8a7a5c;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.referral-progress-bar {
    background-color: #dbd2b2 !important;
}

.referral-btn-locked {
    background: #2a1212 !important;
    border: 1px solid rgba(180, 60, 60, 0.35) !important;
    color: #9a6060 !important;
    font-size: 12px;
    letter-spacing: 1px;
}

.referral-btn-claim {
    background: #2a2012 !important;
    border: 1px solid rgba(100, 180, 80, 0.35) !important;
    color: #90c870 !important;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.referral-btn-claim:hover {
    background: #322612 !important;
    border-color: rgba(100, 180, 80, 0.6) !important;
    color: #a8e090 !important;
}

.referral-btn-claimed {
    background: #162016 !important;
    border: 1px solid rgba(80, 150, 80, 0.3) !important;
    color: #6a9a6a !important;
    font-size: 12px;
}

.referral-table-title {
    font-size: 13px;
    font-weight: 600;
    color: #dbd2b2;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(229, 182, 107, 0.15);
    padding-bottom: 10px;
}

.btn-outline-gold {
    color: #e5b66b;
    border: 1px solid rgba(229, 182, 107, 0.4);
    background: transparent;
    align-self: center;
}

.btn-outline-gold:hover {
    background: rgba(229, 182, 107, 0.15);
    color: #e5b66b;
    border-color: #e5b66b;
}

.login-area li a:hover {
    border: 1px solid rgba(229, 182, 107, 0.4) !important;
}

.dominate-element{
    margin-left: auto;
    margin-top: 120px;
    margin-bottom: 120px!important;
}

.sm-panel {
    border: 1px solid rgb(65, 52, 30);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(65, 52, 30);
    border-top: none;
}

.panel-title img {
    width: 10px;
    height: auto;
}

.panel-title h5 {
    font-family: "Albertus Nova", "Georgia", serif;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(219, 210, 178, 0.2);
}

.event-title {
    font-family: "Albertus Nova", serif;
    letter-spacing: 0.5px;
    color: #dfd1af;
    font-size: 13px;
}

.top-button:not(.shop-button):hover {
    background-color: #33260f;
}

.tranking tr:hover .player-name {
    text-shadow: 0 0 8px rgba(255, 215, 76, 0.35);
}

.ranking-highlight-col .player-name {
    font-size: 11px;
    letter-spacing: 0.3px;
}

.points-holder > span:first-child {
    font-size: 14px;
    font-weight: 600;
}

.pre-social.text-title {
    font-family: "Inter", sans-serif;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: 700;
    color: #dbd2b2 !important;
    border-bottom: 1px solid rgba(229, 182, 107, 0.18) !important;
    padding-bottom: 16px !important;
    margin-bottom: 20px !important;
    position: static;
}

.pre-social.text-title::after {
    display: none;
}

.user-avatar-box {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(229, 182, 107, 0.22);
    border-radius: 4px;
    overflow: hidden;
}

.user-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.user-welcome {
    font-size: 15px;
    color: #dbd2b2;
    margin-bottom: 6px;
}

.user-welcome strong {
    color: #e5b66b;
}

.user-coins {
    font-size: 13px;
    color: #8a7a5c;
}

.user-coins strong {
    color: #dbd2b2;
}

.user-btn {
    display: inline-block;
    font-size: 12px !important;
    padding: 6px 14px !important;
    background: #1b140c  !important;
    border: 1px solid rgba(229, 182, 107, 0.18) !important;
    border-radius: 3px !important;
    color: #b0a880 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: all 0.2s ease !important;
}

.user-btn:hover {
    background: rgba(229, 182, 107, 0.08) !important;
    border-color: rgba(229, 182, 107, 0.4) !important;
    color: #dbd2b2 !important;
    transform: none !important;
}

.user-btn-admin {
    background: #361010 !important;
    border-color: rgba(180, 50, 50, 0.4) !important;
    color: #c87070 !important;
}

.user-btn-admin:hover {
    background: rgba(180, 50, 50, 0.15) !important;
    border-color: rgba(180, 50, 50, 0.6) !important;
    color: #e09090 !important;
}

.user-btn-logout {
    background: #581414 !important;
    border-color: rgba(200, 50, 50, 0.5) !important;
    color: #d07070 !important;
}

.user-btn-logout:hover {
    background: rgba(200, 50, 50, 0.2) !important;
    border-color: rgba(200, 50, 50, 0.7) !important;
    color: #f09090 !important;
}

.large-article-image {
    height: 160px;
    overflow: hidden;
}

.large-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.large-article-title {
    font-family: "Albertus Nova", serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.large-article-preview:hover {
    border-left-color: rgba(229, 182, 107, 0.5);
}

.top-button:last-child {
    border-right: none !important;
}

.top-buttons-row .top-button:nth-child(3) {
    border-right: 1px solid rgba(229, 182, 107, 0.18) !important;
}

.top-buttons-row .top-button:nth-child(n+4) small {
    color: #8a7a5c;
    font-size: 9px;
    letter-spacing: 0.8px;
}

.top-buttons-row .top-button:nth-child(n+4) > span {
    font-size: 18px;
    font-weight: 700;
    color: #d8ceaa;
}

#main-category-select,
#sidebar-seasonal-subcategory,
#sidebar-weekly-subcategory,
#sidebar-dungeon-subcategory,
#sidebar-pve-subcategory,
#sidebar-pvp-subcategory {
    background-color: #1b140c;
    color: #dbd2b2;
    border-color: rgba(229, 182, 107, 0.2) !important;
    font-size: 12px;
    font-family: "Albertus Nova", serif;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

.news-content {
    border-left: 1px solid rgba(229, 182, 107, 0.15);
    transition: border-left-color 0.25s ease;
    border-radius: 5px;
}

.news-content:hover {
    border-left-color: rgba(229, 182, 107, 0.5);
}

.ranking .col-4 {
    padding: 0 4px !important;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(195, 184, 154, 0.2) 20%, rgba(195, 184, 154, 0.2) 80%, transparent);
}

.panel-body::before {
    background: url('../images/background2.png') center / cover no-repeat;
    opacity: .03;
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    filter: hue-rotate(110deg);
}

.news-desc{
    position: relative;
    z-index: 1;
}

.news-desc::before {
    background: url('https://odegon.to/images/background2.png') center / cover no-repeat;
    opacity: .015;
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    filter: hue-rotate(110deg);
}

#discord {
    position: fixed;
    bottom: 30px;
    right: -150px;
    z-index: 45;
    opacity: .5;
    transition: .3s;
}

#discord:hover {
    right: 0;
    opacity: 1;
}

#beginner-event {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 45;
    display: block;
    line-height: 0;
}

#beginner-event img {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1199.98px) {
    #beginner-event {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .pe-below-xl-0 {
        padding-right: 0 !important;
    }
}


/* ============================================================
   Navbar fit at laptop sizes — tighten link padding, brand
   margin, and logo height so the inline navbar stays on one
   row from 992px upward without overflowing.
   ============================================================ */
@media (min-width: 992px) and (max-width: 1920px) {
    /*#mainNav .navbar-nav .nav-link {*/
    /*    padding-left: 0.75rem;*/
    /*    padding-right: 0.75rem;*/
    /*}*/
    #mainNav .navbar-brand {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-brand img {
        max-height: 100px !important;
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #mainNav .navbar-nav .nav-link {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 0.9rem;
        letter-spacing: 0;
    }
    .navbar-brand img {
        max-height: 42px !important;
        position: static;
        margin-top: 0;
    }
}

/* ============================================================
   Faith palette overrides for shared common/site.css greens
   ============================================================ */
.server-switch-title {
    background: #211912;
}
