.site-header {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.header-separator {
    display: none !important;
}

#site-navigation.main-navigation {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
}

.site .container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.entry-content:has(.glory-sections) {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.sidebar-none .entry-content:has(.glory-sections),
body.sidebar-none .site-main:has(.glory-sections) .breadcrumb,
body.sidebar-none .site-main:has(.glory-sections) .entry-title,
body.sidebar-none .site-main:has(.glory-sections) .entry-meta {
    max-width: none !important;
}

.glory-sections {
    display: grid;
    gap: 24px;
    margin: 0 0 32px;
    width: 100%;
    max-width: 100%;
    container-type: inline-size;
    container-name: glory;
}

.glory-sections--after_content {
    margin: 32px 0 0;
}

.glory-block {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid #d8e4f6;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    box-shadow: 0 18px 40px rgba(31, 72, 132, 0.08);
    box-sizing: border-box;
}

.glory-block *,
.glory-block *::before,
.glory-block *::after {
    box-sizing: border-box;
}

.glory-block__head,
.glory-hero__content,
.glory-cta__inner,
.glory-info-cards,
.glory-comparison,
.glory-hero__media {
    min-width: 0;
    padding: 22px;
}

.glory-block__eyebrow {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e8f0ff;
    color: #355ca8;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.glory-block__title {
    margin: 0 0 12px;
    color: #15284b;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.25;
    overflow-wrap: break-word;
}

.glory-block__text,
.glory-block__text p,
.glory-info-card__text,
.glory-info-card__text p,
.glory-cta__note,
.glory-comparison__note {
    color: #4d6289;
    font-size: 16px;
    line-height: 1.65;
}

.glory-block__text p:last-child,
.glory-info-card__text p:last-child {
    margin-bottom: 0;
}

.glory-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.glory-button:hover {
    transform: translateY(-1px);
}

.glory-button--primary {
    background: linear-gradient(135deg, #3d77ff 0%, #5f98ff 100%);
    box-shadow: 0 14px 26px rgba(61, 119, 255, 0.24);
    color: #fff;
}

.glory-button--ghost,
.glory-button--link {
    background: transparent;
    color: #355ca8;
}

.glory-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
}

.glory-hero__title {
    font-size: clamp(26px, 5vw, 40px);
}

.glory-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.glory-hero__badge {
    padding: 8px 12px;
    border-radius: 12px;
    background: #fff;
    color: #233b6f;
    font-size: 14px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px #deebff;
}

.glory-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.glory-hero__actions .glory-button {
    flex: 1 1 160px;
}

.glory-hero__media {
    padding-top: 0;
}

.glory-hero__media-card {
    position: relative;
    border-radius: 20px;
    background: radial-gradient(circle at top left, #dceaff 0%, #c8dbff 30%, #edf3ff 100%);
    padding: 12px;
}

.glory-hero__media-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.glory-comparison__table {
    display: grid;
    gap: 14px;
    padding: 0 22px 22px;
}

.glory-comparison__header {
    display: none !important;
}

.glory-comparison__row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px 14px;
    margin: 0;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
}

.glory-comparison__row > .glory-comparison__cell {
    min-width: 0;
    max-width: 100%;
}

.glory-comparison__row > .glory-comparison__cell--rank {
    grid-column: 1;
    grid-row: 1;
}

.glory-comparison__row > .glory-comparison__cell--name {
    grid-column: 2;
    grid-row: 1;
}

.glory-comparison__row > .glory-comparison__cell--rating,
.glory-comparison__row > .glory-comparison__cell--bonus,
.glory-comparison__row > .glory-comparison__cell--action {
    grid-column: 1 / -1;
}

.glory-rank-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef4ff;
    color: #355ca8;
    font-weight: 800;
}

.glory-comparison__cell--name {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.glory-comparison__logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f6f8fd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 56px;
}

.glory-comparison__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.glory-casinos-archive .content-area {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.glory-archive {
    width: 100%;
    max-width: 100%;
}

.glory-archive__header {
    margin: 0 0 20px;
}

.glory-archive__header .page-title {
    margin: 0 0 8px;
}

.glory-archive .glory-comparison {
    padding-top: 8px;
}

.glory-archive .glory-block__head:empty {
    display: none;
}

.glory-comparison__brand {
    min-width: 0;
}

.glory-comparison__brand h3 {
    margin: 0 0 4px;
    color: #15284b;
    font-size: 18px;
    line-height: 1.3;
    overflow-wrap: break-word;
}

.glory-comparison__brand p {
    margin: 0;
    color: #4d6289;
    font-size: 14px;
}

.glory-score-card,
.glory-bonus-card {
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    background: #f6f9ff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
}

.glory-score-card strong,
.glory-bonus-card {
    display: block;
    color: #203966;
    font-size: 18px;
    line-height: 1.35;
    overflow-wrap: break-word;
}

.glory-score-card span {
    display: block;
    margin-top: 4px;
    color: #62739a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.glory-comparison__cell--rating::before,
.glory-comparison__cell--bonus::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    color: #62739a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.glory-comparison__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.glory-comparison__actions .glory-button {
    width: 100%;
}

.glory-comparison__note {
    padding: 0 22px 22px;
}

.glory-cta--soft {
    background: linear-gradient(135deg, #f7faff 0%, #ecf3ff 100%);
}

.glory-cta--dark {
    background: linear-gradient(135deg, #1f315d 0%, #304a85 100%);
}

.glory-cta--dark .glory-block__title,
.glory-cta--dark .glory-block__text,
.glory-cta--dark .glory-cta__note,
.glory-cta--dark .glory-block__eyebrow {
    color: #fff;
}

.glory-cta--dark .glory-block__eyebrow {
    background: rgba(255, 255, 255, 0.12);
}

.glory-cta--accent {
    background: linear-gradient(135deg, #18294f 0%, #5b6ff3 120%);
}

.glory-cta--accent .glory-block__title,
.glory-cta--accent .glory-block__text,
.glory-cta--accent .glory-cta__note,
.glory-cta--accent .glory-block__eyebrow {
    color: #fff;
}

.glory-cta--accent .glory-block__eyebrow {
    background: rgba(255, 255, 255, 0.12);
}

.glory-cta__inner {
    display: grid;
    gap: 18px;
}

.glory-cta__aside {
    display: grid;
    gap: 10px;
    justify-items: stretch;
    min-width: 0;
}

.glory-cta__aside .glory-button {
    width: 100%;
}

.glory-info-cards__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 22px 22px;
}

.glory-info-card {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
}

.glory-info-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.glory-info-card__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.glory-info-card__title {
    margin: 0;
    color: #15284b;
    font-size: 20px;
    line-height: 1.3;
    overflow-wrap: break-word;
}

@container glory (min-width: 700px) {
    .glory-comparison__row {
        grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
    }

    .glory-comparison__row > .glory-comparison__cell--rank {
        grid-column: 1;
        grid-row: 1;
    }

    .glory-comparison__row > .glory-comparison__cell--name {
        grid-column: 2 / -1;
        grid-row: 1;
    }

    .glory-comparison__row > .glory-comparison__cell--rating {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .glory-comparison__row > .glory-comparison__cell--bonus {
        grid-column: 3 / -1;
        grid-row: 2;
    }

    .glory-comparison__row > .glory-comparison__cell--action {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .glory-comparison__actions {
        grid-template-columns: 1fr 1fr;
    }

    .glory-info-cards__grid {
        grid-template-columns: 1fr 1fr;
    }

    .glory-pc__grid {
        grid-template-columns: 1fr 1fr;
    }

    .glory-expert__card {
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: start;
    }
}

@container glory (min-width: 900px) {
    .glory-hero {
        grid-template-columns: minmax(0, 1.2fr) minmax(240px, .75fr);
        align-items: center;
    }

    .glory-hero__media {
        padding: 22px 22px 22px 0;
    }

    .glory-cta__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .glory-cta__aside {
        min-width: 200px;
    }

    .glory-cta__aside .glory-button {
        width: auto;
    }

    .glory-facts__row {
        grid-template-columns: 220px minmax(0, 1fr);
    }
}

@container glory (min-width: 1100px) {
    .glory-info-cards__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .glory-comparison__row {
        grid-template-columns: auto minmax(0, 1.5fr) minmax(160px, .8fr) minmax(180px, 1fr);
        align-items: start;
        gap: 16px;
    }

    .glory-comparison__row > .glory-comparison__cell--rank {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .glory-comparison__row > .glory-comparison__cell--name {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .glory-comparison__row > .glory-comparison__cell--rating {
        grid-column: 3;
        grid-row: 1;
    }

    .glory-comparison__row > .glory-comparison__cell--bonus {
        grid-column: 4;
        grid-row: 1;
    }

    .glory-comparison__row > .glory-comparison__cell--action {
        grid-column: 3 / -1;
        grid-row: 2;
    }
}

@media (max-width: 767px) {
    .glory-sections {
        gap: 18px;
    }

    .glory-hero__actions .glory-button,
    .glory-cta__aside .glory-button {
        flex: 1 1 100%;
        width: 100%;
    }
}

.glory-qa {
    padding: 22px;
}

.glory-qa__answer {
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
    color: #15284b;
    font-size: 18px;
    line-height: 1.6;
}

.glory-qa__note {
    margin: 14px 0 0;
    color: #62739a;
    font-size: 14px;
}

.glory-facts__list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0 22px 22px;
}

.glory-facts__row {
    display: grid;
    grid-template-columns: minmax(120px, .4fr) minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #e3ecfb;
}

.glory-facts__row dt {
    margin: 0;
    color: #62739a;
    font-weight: 700;
}

.glory-facts__row dd {
    margin: 0;
    color: #15284b;
    overflow-wrap: break-word;
}

.glory-pc__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 22px 22px;
}

.glory-pc__col {
    padding: 18px 18px 18px 20px;
    border-radius: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
    overflow: hidden;
}

.glory-pc__col h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.glory-pc__col--pros h3 { color: #1f7a4d; }
.glory-pc__col--cons h3 { color: #a33b3b; }

.entry-content .glory-pc__list,
.glory-pc__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry-content .glory-pc__list > li,
.glory-pc__list > li {
    position: relative;
    margin: 0;
    padding: 8px 0 8px 22px;
    color: #203966;
    overflow-wrap: break-word;
    list-style: none;
}

.entry-content .glory-pc__list > li:before,
.glory-pc__col--pros .glory-pc__list > li:before,
.glory-pc__col--cons .glory-pc__list > li:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 14px !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    font: 0/0 a !important;
    background: #3bb273 !important;
}

.entry-content .glory-pc__col--cons .glory-pc__list > li:before,
.glory-pc__col--cons .glory-pc__list > li:before {
    background: #d26565 !important;
}

.glory-howto__list {
    margin: 0;
    padding: 0 22px 22px;
    list-style: none;
    counter-reset: none;
}

.glory-howto__step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid #e3ecfb;
}

.glory-howto__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef4ff;
    color: #355ca8;
    font-weight: 800;
}

.glory-howto__body h3 {
    margin: 0 0 6px;
    color: #15284b;
    font-size: 18px;
}

.glory-howto__body p {
    margin: 0;
    color: #4d6289;
}

.glory-faq__list {
    display: grid;
    gap: 10px;
    padding: 0 22px 22px;
}

.glory-faq__item {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
}

.glory-faq__item summary {
    cursor: pointer;
    color: #15284b;
    font-weight: 700;
    overflow-wrap: break-word;
}

.glory-faq__answer {
    margin-top: 10px;
    color: #4d6289;
}

.glory-expert__card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 22px 22px;
}

.glory-expert__photo {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    overflow: hidden;
    background: #eef4ff;
}

.glory-expert__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glory-expert__name {
    margin: 0 0 4px;
    color: #15284b;
    font-size: 22px;
}

.glory-expert__role,
.glory-expert__updated {
    margin: 0 0 10px;
    color: #62739a;
}

.glory-lead__inner,
.glory-podium,
.glory-bestfor,
.glory-method,
.glory-disclosure {
    min-width: 0;
    padding: 22px;
}

.glory-lead__title {
    font-size: clamp(28px, 5vw, 42px);
    margin: 0 0 12px;
}

.glory-lead__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px 0 0;
}

.glory-lead__stat {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
}

.glory-lead__stat dt {
    margin: 0 0 4px;
    color: #62739a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.glory-lead__stat dd {
    margin: 0;
    color: #15284b;
    font-size: 18px;
    font-weight: 700;
    overflow-wrap: break-word;
}

.glory-podium__grid,
.glory-bestfor__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.glory-method__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.glory-podium .glory-block__head,
.glory-bestfor .glory-block__head,
.glory-method .glory-block__head {
    padding-bottom: 8px;
}

.glory-podium__card,
.glory-bestfor__item {
    min-width: 0;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e3ecfb;
}

.glory-podium__card--1 {
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    box-shadow: inset 0 0 0 2px #c9d9f8;
}

.glory-podium__place {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #eef4ff;
    color: #355ca8;
    font-weight: 800;
}

.glory-podium__card--1 .glory-podium__place {
    background: #3d77ff;
    color: #fff;
}

.glory-podium__award {
    margin-bottom: 12px;
    color: #62739a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.glory-podium__logo {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    background: #f6f8fd;
}

.glory-podium__logo img,
.glory-bestfor__casino img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glory-podium__name,
.glory-bestfor__casino h3 {
    margin: 0 0 6px;
    color: #15284b;
    font-size: 20px;
    line-height: 1.3;
}

.glory-podium__score {
    margin: 0 0 8px;
    color: #203966;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.glory-podium__score span {
    margin-left: 2px;
    color: #62739a;
    font-size: 14px;
    font-weight: 700;
}

.glory-podium__bonus,
.glory-bestfor__text,
.glory-method__row p {
    margin: 0 0 14px;
    color: #4d6289;
    font-size: 14px;
}

.glory-podium__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.glory-bestfor__label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #355ca8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.glory-bestfor__casino {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.glory-bestfor__casino img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    flex: 0 0 48px;
}

.glory-bestfor__casino p {
    margin: 0;
    color: #62739a;
    font-size: 13px;
}

.glory-method__row {
    padding: 16px 0;
    border-top: 1px solid #e3ecfb;
}

.glory-method__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    color: #15284b;
}

.glory-method__top span {
    color: #355ca8;
    font-weight: 800;
}

.glory-method__track {
    height: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8eef9;
}

.glory-method__track span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #3d77ff 0%, #7aa4ff 100%);
}

.glory-disclosure {
    background: #f7f9fd;
    box-shadow: none;
}

.glory-disclosure p {
    margin: 0 0 10px;
    color: #4d6289;
    font-size: 14px;
    line-height: 1.55;
}

.glory-disclosure p:last-child {
    margin-bottom: 0;
}

.glory-disclosure__rg {
    font-weight: 700;
}

@container glory (min-width: 700px) {
    .glory-lead__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .glory-podium__grid,
    .glory-bestfor__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .glory-podium__actions {
        grid-template-columns: 1fr;
    }
}
