/* ============================================================
   Casino pages — styles scoped to #casino-obsah
   Does NOT affect any existing site styles
   ============================================================ */

/* Fluid container override for casino pages only */
body:has(#casino-obsah) #vnitrek {
    width: 100%;
    max-width: 770px;
    box-sizing: border-box;
}

body:has(#casino-obsah) #menu {
    position: static;
    width: 100%;
}

/* Topbar (burger + lang) — hidden on desktop */
.menu-topbar {
    display: none;
}

/* Burger button — hidden on desktop */
.menu-burger {
    display: none;
}

/* Mobile nav — hidden on desktop */
.menu-mobile-nav {
    display: none;
}

/* Nav wrapper — always visible on desktop */
.menu-nav {
    display: block;
}

/* Language flag cell in desktop nav */
.menu-lang-desktop-cell {
    text-align: right;
    padding-right: 4px;
    white-space: nowrap;
    width: 28px;
}
.menu-lang-desktop-cell img {
    display: block;
    vertical-align: middle;
}

#casino-obsah {
    margin-top: 20px;
    padding: 6px 10px 30px;
    font-family: tahoma, arial;
}

/* ----- Hero ----- */
.casino-hero {
    margin-bottom: 36px;
    padding: 16px 18px 14px;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 60%);
    border: 1px solid #e0e0e0;
    border-left: 4px solid #058331;
    border-radius: 4px;
}

.casino-hero h1 {
    font-family: tahoma, arial;
    font-size: 14.5pt;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.3;
}

.casino-hero p {
    font-family: tahoma, arial;
    font-size: 10pt;
    color: #444;
    margin: 0;
    line-height: 1.6;
    padding-top: 8px;
    border-top: 1px solid #e8e8e8;
}

.casino-hero p a {
    color: #058331;
    text-decoration: underline;
    font-weight: bold;
}

.casino-hero p a:hover {
    color: #046328;
    text-decoration: none;
}

/* ----- Section titles ----- */
.casino-section-title {
    font-family: tahoma, arial;
    font-size: 12.5pt;
    font-weight: bold;
    color: #000;
    margin: 14px 0 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #058331;
}

.casino-section-subtitle {
    font-family: tahoma, arial;
    font-size: 9.5pt;
    color: #555;
    margin: 0 0 10px;
    line-height: 1.4;
}

/* ============================================================
   STAR RATINGS
   ============================================================ */
.vcard__stars,
.hcard__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-bottom: 5px;
}

.star--full  { color: #e8a000; }
.star--half  { color: #e8a000; opacity: .55; }
.star--empty { color: #ccc; }

.vcard__rating-num,
.hcard__rating-num {
    font-family: tahoma, arial;
    font-weight: bold;
    font-size: 9.5pt;
    color: #333;
    margin-left: 5px;
}

/* ============================================================
   CTA BUTTON
   ============================================================ */
.btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #058331;
    color: #fff !important;
    text-decoration: none !important;
    font-family: tahoma, arial;
    font-weight: bold;
    font-size: 9.5pt;
    padding: 9px 10px;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
}

.btn-cta:hover {
    background: #046328;
    text-decoration: none !important;
    color: #fff !important;
}

/* ============================================================
   TOP-3 VERTICAL CARDS (vcard)
   ============================================================ */
.brands-v__grid {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.casino-section-title + .brands-v__grid {
    margin-top: 20px;
}

.vcard {
    flex: 1 1 0;
    min-width: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.vcard--featured {
    order: 2;
    border-color: #058331;
    box-shadow: 0 0 8px rgba(5,131,49,.35);
    transform: translateY(-10px);
}

.brands-v__grid .vcard:nth-child(2) { order: 1; margin-bottom: 10px; }
.brands-v__grid .vcard:nth-child(3) { order: 3; margin-bottom: 10px; }

.vcard__featured-label {
    background: #058331;
    color: #fff;
    font-family: tahoma, arial;
    font-size: 8pt;
    font-weight: bold;
    padding: 3px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.vcard__logo-area {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
}

.vcard__rank {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #058331;
    color: #fff;
    font-family: tahoma, arial;
    font-size: 8pt;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.vcard__logo img {
    max-width: 160px;
    max-height: 72px;
    object-fit: contain;
}

.vcard__body {
    padding: 12px 12px 10px;
    text-align: center;
}

.vcard__name {
    font-family: tahoma, arial;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 4px;
    color: #000;
}

.vcard__bonus-label {
    font-family: tahoma, arial;
    font-size: 8pt;
    color: #777;
    margin: 0 0 4px;
}

.vcard__bonus {
    margin: 8px 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    line-height: 1.4;
}

.vcard__bonus-prefix {
    font-family: tahoma, arial;
    font-size: 10.5pt;
    font-weight: bold;
    color: #111;
}

.vcard__bonus-main {
    font-family: tahoma, arial;
    font-weight: bold;
    font-size: 11.5pt;
    color: #058331;
}

.vcard__bonus-suffix {
    font-family: tahoma, arial;
    font-size: 10.5pt;
    font-weight: bold;
    color: #111;
}

.vcard__cta-btn {
    margin: 6px 0;
}

.vcard__stats {
    margin: 4px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 6px;
    list-style: none;
    padding: 0;
}

.vcard__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vcard__stat dd {
    margin: 0;
}

.vcard__stat--full {
    grid-column: 1 / -1;
}

.vcard__stat-label {
    font-family: tahoma, arial;
    font-size: 7.5pt;
    color: #777;
    display: block;
}

.vcard__stat-value {
    font-family: tahoma, arial;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
}

/* ============================================================
   HORIZONTAL CARDS (hcard) — positions 4–10
   ============================================================ */
.brands-v__list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hcard {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.hcard__inner {
    display: flex;
    align-items: stretch;
}

.hcard__logo-col {
    width: 115px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    position: relative;
    background: #222;
}

.hcard__logo-area {
    text-align: center;
}

.hcard__rank {
    position: absolute;
    top: 3px;
    left: 3px;
    background: #058331;
    color: #fff;
    font-family: tahoma, arial;
    font-size: 7.5pt;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.hcard__logo img {
    max-width: 85px;
    max-height: 48px;
    object-fit: contain;
}

.hcard__info-col {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hcard__identity {
    min-width: 78px;
    flex-shrink: 0;
    text-align: center;
}

.hcard__name {
    font-family: tahoma, arial;
    font-weight: bold;
    font-size: 10pt;
    color: #000;
    margin: 0 0 3px;
}

.hcard__vdivider {
    width: 1px;
    background: #e0e0e0;
    align-self: center;
    height: 60px;
    flex-shrink: 0;
}

.hcard__bonus {
    flex: 1;
    min-width: 0;
}

.hcard__bonus-label {
    font-family: tahoma, arial;
    font-size: 8pt;
    color: #777;
    margin: 0 0 2px;
}

.hcard__bonus-amount {
    font-family: tahoma, arial;
    font-weight: bold;
    font-size: 10.5pt;
    color: #000;
    margin: 0 0 4px;
}

.hcard__bonus-divider {
    border-top: 1px solid #ebebeb;
    margin: 4px 0;
}

.hcard__stats {
    margin: 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.hcard__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hcard__stat dd {
    margin: 0;
}

.hcard__stat-label {
    font-family: tahoma, arial;
    font-size: 7.5pt;
    color: #777;
    display: block;
}

.hcard__stat-value {
    font-family: tahoma, arial;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
}

.hcard__cta-col {
    width: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    position: relative;
}

.hcard__cta-col::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #e0e0e0;
}

.hcard__cta-btn {
    width: 100%;
}

/* ============================================================
   ARTICLE BLOCK
   ============================================================ */
.casino-article-image {
    margin: 24px 0;
    text-align: center;
}
.casino-article-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.casino-article {
    margin: 42px 0;
    padding: 16px 18px;
    background: #f9fff9;
    border: 1px solid #c8efd6;
    border-radius: 4px;
}

.casino-article h2 {
    font-family: tahoma, arial;
    font-size: 12pt;
    font-weight: bold;
    color: #058331;
    margin: 28px 0 7px;
    padding-bottom: 4px;
    border-bottom: 1px solid #c8efd6;
}

.casino-article h2:first-child {
    margin-top: 0;
}

.casino-article h3 {
    font-family: tahoma, arial;
    font-size: 10.5pt;
    font-weight: bold;
    color: #1a5c30;
    margin: 18px 0 6px;
}

.casino-article p {
    font-family: tahoma, arial;
    font-size: 10pt;
    color: #333;
    line-height: 1.7;
    margin: 0 0 12px;
}

.casino-article p:last-child {
    margin-bottom: 0;
}

.casino-article ul,
.casino-article ol {
    margin: 0 0 7px;
    padding-left: 18px;
}

.casino-article ul {
    list-style: none;
    padding-left: 0;
}

.casino-article ul li {
    font-family: tahoma, arial;
    font-size: 10pt;
    color: #333;
    line-height: 1.6;
    margin-bottom: 7px;
    padding-left: 18px;
    position: relative;
}

.casino-article ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #058331;
    border-radius: 50%;
}

.casino-article ol li {
    font-family: tahoma, arial;
    font-size: 10pt;
    color: #333;
    line-height: 1.6;
    margin-bottom: 7px;
    padding-left: 4px;
}

.casino-article a {
    color: #058331;
    text-decoration: underline;
    font-weight: bold;
}

.casino-article a:hover {
    color: #046328;
    text-decoration: none;
}

/* ============================================================
   FAQ
   ============================================================ */
.casino-faq {
    margin: 42px 0;
}

.casino-faq > h2 {
    font-family: tahoma, arial;
    font-size: 11.5pt;
    font-weight: bold;
    color: #000;
    margin: 0 0 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #058331;
}

.faq__item {
    border-bottom: 1px solid #ddd;
}

.faq__btn {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 12px 2px;
    font-family: tahoma, arial;
    font-size: 10pt;
    font-weight: bold;
    color: #222;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.faq__btn:hover {
    color: #058331;
}

.faq__chevron {
    flex-shrink: 0;
    transition: transform .2s;
}

.faq__item.is-open .faq__chevron {
    transform: rotate(180deg);
}

.faq__answer {
    padding: 4px 2px 14px;
}

.faq__answer p {
    font-family: tahoma, arial;
    font-size: 9.5pt;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   DISCLAIMER
   ============================================================ */
.casino-disclaimer {
    font-family: tahoma, arial;
    font-size: 9pt;
    color: #666;
    margin-top: 42px;
    padding-top: 8px;
    border-top: 1px solid #ddd;
    line-height: 1.7;
}

.casino-disclaimer a {
    color: #058331;
    text-decoration: underline;
    font-weight: bold;
}

.casino-disclaimer a:hover {
    color: #046328;
    text-decoration: none;
}

/* ============================================================
   HERO META (author row)
   ============================================================ */
.casino-hero__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 10px;
}

.casino-hero__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #058331;
}

.casino-hero__meta-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.casino-hero__author {
    font-family: tahoma, arial;
    font-size: 9.5pt;
    font-weight: bold;
    color: #222;
    text-decoration: none;
}

.casino-hero__author:hover {
    color: #058331;
    text-decoration: underline;
}

.casino-hero__role {
    font-family: tahoma, arial;
    font-size: 8pt;
    color: #777;
}

.casino-hero__updated {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    margin-left: auto;
}

.casino-hero__updated-label {
    font-family: tahoma, arial;
    font-size: 7.5pt;
    color: #999;
}

.casino-hero__date {
    font-family: tahoma, arial;
    font-size: 8.5pt;
    font-weight: bold;
    color: #058331;
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.casino-ctable-section {
    margin: 42px 0;
}

.ctable__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ctable {
    width: 100%;
    border-collapse: collapse;
    font-family: tahoma, arial;
    font-size: 9pt;
    min-width: 560px;
}

.ctable thead th {
    background: #058331;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
    white-space: nowrap;
}

.ctable thead th:first-child {
    width: 28px;
    text-align: center;
}

.ctable tbody tr {
    border-bottom: 1px solid #ebebeb;
}

.ctable tbody tr:last-child {
    border-bottom: none;
}

.ctable tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.ctable tbody tr:hover {
    background: #f0faf4;
}

.ctable__row--top {
    background: #f0fff5 !important;
}

.ctable tbody td {
    padding: 7px 10px;
    color: #333;
    vertical-align: middle;
}

.ctable tbody td:first-child {
    text-align: center;
    font-weight: bold;
    color: #777;
}

.ctable__score {
    color: #058331;
    font-size: 10pt;
}

.ctable__btn {
    padding: 5px 10px;
    font-size: 8.5pt;
    white-space: nowrap;
}

/* ============================================================
   DETAILED REVIEWS (crb)
   ============================================================ */
.casino-crb {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 14px 0 42px;
}

.crb__card {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.crb__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
}

.crb__rank {
    font-family: tahoma, arial;
    font-size: 14pt;
    font-weight: bold;
    color: #fff;
    flex-shrink: 0;
    min-width: 34px;
}

.crb__logo {
    flex-shrink: 0;
}

.crb__logo img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    display: block;
}

.crb__header-info {
    flex: 1;
    min-width: 0;
}

.crb__name {
    font-family: tahoma, arial;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    margin: 0 0 2px;
}

.crb__tagline {
    font-family: tahoma, arial;
    font-size: 8.5pt;
    color: rgba(255,255,255,.75);
    margin: 0 0 6px;
}

.crb__score-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.crb__stars {
    display: flex;
    gap: 1px;
}

.crb__score {
    font-family: tahoma, arial;
    font-size: 9.5pt;
    font-weight: bold;
    color: #fff;
}

.crb__body {
    padding: 14px 16px;
}

.crb__table {
    width: 100%;
    border-collapse: collapse;
    font-family: tahoma, arial;
    font-size: 9pt;
    margin-bottom: 12px;
}

.crb__table tr {
    border-bottom: 1px solid #ebebeb;
}

.crb__table tr:last-child {
    border-bottom: none;
}

.crb__table th {
    text-align: left;
    font-weight: normal;
    color: #777;
    padding: 5px 10px 5px 0;
    width: 40%;
    white-space: nowrap;
}

.crb__table td {
    font-weight: bold;
    color: #222;
    padding: 5px 0;
}

.crb__desc {
    font-family: tahoma, arial;
    font-size: 9.5pt;
    color: #444;
    line-height: 1.6;
    margin: 0 0 12px;
}

.crb__pros-cons {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.crb__pros,
.crb__cons {
    flex: 1;
    min-width: 0;
    border-radius: 3px;
    padding: 10px 12px;
}

.crb__pros {
    background: #f0fff4;
    border: 1px solid #c8efd6;
}

.crb__cons {
    background: #fff8f8;
    border: 1px solid #f5c6c6;
}

.crb__pc-title {
    font-family: tahoma, arial;
    font-size: 8.5pt;
    font-weight: bold;
    margin: 0 0 6px;
}

.crb__pc-title--pro { color: #058331; }
.crb__pc-title--con { color: #cc2222; }

.crb__pros ul,
.crb__cons ul {
    margin: 0;
    padding-left: 16px;
}

.crb__pros li,
.crb__cons li {
    font-family: tahoma, arial;
    font-size: 8.5pt;
    color: #333;
    line-height: 1.5;
    margin-bottom: 3px;
}

.crb__cta {
    text-align: center;
}

.crb__cta .btn-cta {
    display: inline-flex;
    padding: 9px 20px;
}

.crb__quote {
    margin: 16px 0;
    padding: 12px 16px 12px 18px;
    border-left: 3px solid #058331;
    background: #f7faf8;
    font-style: italic;
}

.crb__quote p {
    margin: 0 0 6px;
    font-size: 10pt;
    color: #222;
    line-height: 1.55;
}

.crb__quote cite {
    display: block;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    color: #058331;
}

/* ============================================================
   AUTHOR BLOCK
   ============================================================ */
.casino-author {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 42px 0;
    padding: 16px;
    background: #f9fff9;
    border: 1px solid #c8efd6;
    border-radius: 4px;
}

.author__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #058331;
}

.author__content {
    flex: 1;
    min-width: 0;
}

.author__header {
    margin-bottom: 6px;
}

.author__name {
    font-family: tahoma, arial;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
    margin: 0 0 2px;
}

.author__role {
    font-family: tahoma, arial;
    font-size: 8.5pt;
    color: #058331;
    margin: 0;
}

.author__bio {
    font-family: tahoma, arial;
    font-size: 9pt;
    color: #444;
    line-height: 1.6;
    margin: 0 0 10px;
}

.author__stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.author__stats li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid #ddd;
    padding-right: 16px;
}

.author__stats li:last-child {
    border-right: none;
    padding-right: 0;
}

.author__stat-num {
    font-family: tahoma, arial;
    font-size: 11pt;
    font-weight: bold;
    color: #058331;
}

.author__stat-label {
    font-family: tahoma, arial;
    font-size: 7.5pt;
    color: #777;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 780px) {

    /* --- Контейнер --- */
    body:has(#casino-obsah) #vnitrek {
        width: 100% !important;
        max-width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    /* --- Логотип --- */
    body:has(#casino-obsah) #vnitrek > a img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* --- Меню --- */
    body:has(#casino-obsah) #menu {
        position: static !important;
        width: 100% !important;
        overflow: visible;
    }

    .menu-topbar {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 4px 8px;
        background: #058331;
    }

    .menu-lang {
        display: flex;
        align-items: center;
        padding: 4px;
    }

    .menu-burger {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 24px;
        padding: 5px 4px;
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.4);
        border-radius: 3px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .menu-burger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #ffffff;
        border-radius: 2px;
        transition: transform 0.2s, opacity 0.2s;
    }

    #menu.is-open .menu-burger span {
        display: none;
    }

    #menu.is-open .menu-burger::after {
        content: '✕';
        color: #ffffff;
        font-size: 14px;
        line-height: 1;
    }

    .menu-nav {
        display: none !important;
    }

    .menu-mobile-nav {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        background: #c8edda;
        border-top: 2px solid #058331;
    }

    #menu.is-open .menu-mobile-nav {
        display: grid !important;
    }

    .menu-mobile-nav a {
        display: block;
        padding: 10px 14px;
        text-align: center;
        color: #333;
        font-family: tahoma, arial;
        font-size: 10pt;
        text-decoration: none;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        box-sizing: border-box;
    }

    .menu-mobile-nav a:nth-child(even) {
        border-right: none;
    }

    .menu-mobile-nav a:hover {
        background: #e8f5ec;
        color: #058331;
    }

    /* --- Контент --- */
    #casino-obsah {
        margin-top: 8px;
        padding: 8px 10px 20px;
    }

    .casino-hero h1 {
        font-size: 12.5pt;
    }

    .casino-section-title {
        font-size: 11.5pt;
    }

    /* --- Top 3 vcards — стек --- */
    .brands-v__grid {
        flex-direction: column;
        align-items: center;
    }

    .vcard--featured,
    .brands-v__grid .vcard:nth-child(2),
    .brands-v__grid .vcard:nth-child(3) {
        flex: 1 1 100%;
        order: 0;
        transform: none;
        margin-bottom: 0;
        width: 100%;
        max-width: 360px;
    }
}

@media (max-width: 480px) {

    #casino-obsah {
        padding: 6px 18px 20px;
    }

    /* Top 3 — стек */
    .brands-v__grid {
        flex-direction: column;
    }

    .brands-v__grid .vcard:nth-child(2),
    .brands-v__grid .vcard:nth-child(3) {
        flex: 1 1 100%;
    }

    .vcard {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .vcard__body {
        display: flex;
        flex-direction: column;
    }

    .vcard__name   { order: 1; }
    .vcard__stars  { order: 2; }
    .vcard__bonus  { order: 3; }
    .vcard__stats  { order: 4; }
    .vcard__cta-btn { order: 5; }

    .vcard__stats {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        padding-bottom: 10px;
        border-top: 1px solid #ebebeb;
        padding-top: 10px;
        margin-top: 4px;
    }

    .vcard__stat--full {
        grid-column: unset;
    }

    /* hcard — вертикально */
    .hcard {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .hcard__inner {
        flex-direction: column;
    }

    .hcard__logo-col {
        width: 100%;
        min-height: 100px;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        padding: 12px 16px;
        box-sizing: border-box;
    }

    .hcard__rank {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    .hcard__info-col {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        padding: 14px 16px;
    }

    .hcard__name br {
        display: none;
    }

    .hcard__bonus {
        margin: 8px 0;
    }

    .vcard__bonus-label {
        margin-top: 10px;
    }

    .vcard__bonus {
        margin: 8px 0 16px;
    }

    .hcard__name,
    .vcard__name {
        font-size: 13pt;
    }

    .hcard__vdivider {
        display: none;
    }

    .hcard__cta-col {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ebebeb;
        padding: 12px 16px;
        box-sizing: border-box;
    }

    .hcard__cta-col::before {
        display: none;
    }

    .hcard__cta-btn {
        width: 100%;
        max-width: 280px;
    }

    /* crb reviews — stack pros/cons */
    .crb__pros-cons {
        flex-direction: column;
    }

    .crb__header {
        flex-wrap: wrap;
        gap: 10px;
    }

    /* author block */
    .casino-author {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author__stats {
        justify-content: center;
    }

    .author__stats li {
        border-right: none;
        padding-right: 0;
        border-bottom: none;
    }
}
