/* Mostbet RU - style.css ver 1.7 */
/* === IMPORTS === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/* === RESET & BASE === */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #07498f;
    color: #e8f0fe;
    font-size: 15px;
    line-height: 1.65;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #4690e0;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: #fa5000;
}

/* === WP-COMPAT UNUSED CLASSES (запутывание) === */
.wp-block-group {
    display: block;
}

.wp-block-cover {
    position: relative;
}

.elementor-widget-container {
    display: block;
}

.entry-content {
    display: block;
}

.site-main {
    display: block;
}

.yoast-seo-hidden {
    display: none;
}

.wp-post-image {
    max-width: 100%;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

.wp-caption {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.has-drop-cap {
    display: block;
}

.wp-block-separator {
    border: 1px solid rgba(255, 255, 255, .1);
    margin: 24px 0;
}

.woocommerce-page {
    display: block;
}

/* === UNUSED ELEMENTS FOR UNIQUIZATION === */
.xk8r2 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.m9v3q {
    display: none;
}

.j7t5w {
    visibility: hidden;
}

.p2x9n {
    height: 0;
    overflow: hidden;
}

.r4f1s {
    width: 0;
}

.b5e8l {
    font-size: 0;
}

/* === HEADER === */
.mb-header {
    background: linear-gradient(0deg, #07498f 0%, #002246 100%);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .45);
    padding: 0;
}

.mb-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: nowrap;
    gap: 12px;
}

.mb-logo img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.mb-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.mb-nav a {
    color: #cfe3ff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background .2s, color .2s;
    white-space: nowrap;
}

.mb-nav a:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.mb-header__right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.mb-online {
    font-size: 11px;
    color: #87c5ff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mb-online__dot {
    width: 7px;
    height: 7px;
    background: #3df57d;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .35;
    }
}

.btn-login {
    background: #4690e0;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none !important;
    white-space: nowrap;
}

.btn-login:hover {
    background: #2c78d4;
    transform: translateY(-1px);
}

.btn-signup {
    background: #fa5000;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none !important;
    white-space: nowrap;
}

.btn-signup:hover {
    background: #e04500;
    transform: translateY(-1px);
}

/* === BURGER === */
.mb-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
}

.mb-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}

.mb-burger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mb-burger.active span:nth-child(2) {
    opacity: 0;
}

.mb-burger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mb-mobile-menu {
    display: none;
    background: linear-gradient(0deg, #07498f 0%, #002246 100%);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 20px;
}

.mb-mobile-menu.active {
    display: block;
}

.mb-mobile-menu a {
    display: block;
    color: #cfe3ff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mb-mobile-menu a:last-child {
    border-bottom: none;
}

.mb-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #002246 0%, #07498f 60%, #0a5cb0 100%);
}

.mb-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('/hero-most.jpg');
    background-size: cover;
    background-position: center;
    opacity: .25;
    z-index: 0;
}

.mb-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 60px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.mb-hero__badge {
    display: inline-block;
    background: rgba(250, 80, 0, .9);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.mb-hero h1 {
    font-size: clamp(24px, 5vw, 46px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.mb-hero__sub {
    font-size: 16px;
    color: #b8d8ff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.mb-hero__cta {
    display: inline-block;
    background: #fa5000;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 38px;
    border-radius: 8px;
    transition: background .2s, transform .2s, box-shadow .2s;
    box-shadow: 0 4px 24px rgba(250, 80, 0, .5);
    text-decoration: none !important;
}

.mb-hero__cta:hover {
    background: #e04500;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(250, 80, 0, .6);
}

.mb-hero__trust {
    margin-top: 22px;
    font-size: 12px;
    color: #87c5ff;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.mb-hero__trust span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* === LAYOUT === */
.mb-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.mb-section {
    padding: 56px 16px;
}

.mb-section-title {
    font-size: clamp(20px, 3.5vw, 30px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.mb-section-sub {
    font-size: 14px;
    color: #87c5ff;
    margin-bottom: 28px;
}

/* === BLOCKS (выделенные) === */
.mb-card {
    background: rgba(0, 34, 70, .6);
    border: 1px solid rgba(70, 144, 224, .2);
    border-radius: 14px;
    padding: 28px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .25);
    transition: box-shadow .25s, transform .25s;
}

.mb-card:hover {
    box-shadow: 0 8px 36px rgba(0, 0, 0, .35);
    transform: translateY(-2px);
}

.mb-card--alt {
    background: rgba(7, 73, 143, .45);
    border-color: rgba(250, 80, 0, .2);
}

.mb-card--round {
    border-radius: 20px;
}

/* === MIRRORS TABLE === */
.mb-datetime-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(61, 245, 125, .12);
    border: 1px solid rgba(61, 245, 125, .3);
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
    color: #3df57d;
    margin-bottom: 20px;
    font-weight: 600;
}

.mb-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 520px;
}

.mb-table th {
    background: rgba(0, 34, 70, .8);
    color: #87c5ff;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid rgba(70, 144, 224, .3);
    font-size: 13px;
}

.mb-table td {
    padding: 11px 16px;
    border-bottom: 1px solid rgba(70, 144, 224, .1);
    color: #e8f0fe;
    vertical-align: middle;
}

.mb-table tr:hover td {
    background: rgba(70, 144, 224, .07);
}

.mb-table td a {
    color: #4690e0;
    font-weight: 600;
    text-decoration: none;
}

.mb-table td a:hover {
    color: #fa5000;
    text-decoration: underline;
}

.mb-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mb-status--ok::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #3df57d;
    border-radius: 50%;
}

/* === WINNERS BLOCK === */
.mb-winners-list {
    list-style: none;
}

.mb-winner-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(70, 144, 224, .12);
}

.mb-winner-item:last-child {
    border-bottom: none;
}

.mb-winner-pos {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(70, 144, 224, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #87c5ff;
    flex-shrink: 0;
}

.mb-winner-pos.gold {
    background: rgba(255, 195, 0, .2);
    color: #ffc300;
    border: 1px solid rgba(255, 195, 0, .3);
}

.mb-winner-pos.silver {
    background: rgba(192, 192, 192, .2);
    color: #c0c0c0;
    border: 1px solid rgba(192, 192, 192, .3);
}

.mb-winner-pos.bronze {
    background: rgba(205, 127, 50, .2);
    color: #cd7f32;
    border: 1px solid rgba(205, 127, 50, .3);
}

.mb-winner-nick {
    flex: 1;
    font-weight: 600;
    color: #e8f0fe;
    font-size: 14px;
}

.mb-winner-game {
    font-size: 12px;
    color: #87c5ff;
}

.mb-winner-amount {
    font-weight: 700;
    color: #3df57d;
    font-size: 15px;
    white-space: nowrap;
}

/* === APP INFO === */
.mb-app-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.mb-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 34, 70, .8);
    border: 1px solid rgba(70, 144, 224, .3);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .2s, border-color .2s, transform .2s;
}

.mb-app-btn:hover {
    background: rgba(70, 144, 224, .2);
    border-color: #4690e0;
    transform: translateY(-2px);
}

.mb-app-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.mb-app-btn--apk {
    background: rgba(250, 80, 0, .12);
    border-color: rgba(250, 80, 0, .4);
}

.mb-app-btn--apk:hover {
    background: rgba(250, 80, 0, .25);
    border-color: #fa5000;
}

/* === VIDEO === */
.mb-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.mb-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

/* === SLOT GAME === */
.mb-slot {
    text-align: center;
}

.mb-slot__reels {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 24px 0;
}

.mb-slot__reel {
    width: 90px;
    height: 90px;
    background: rgba(0, 10, 28, .7);
    border: 2px solid rgba(70, 144, 224, .35);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    transition: transform .1s;
    overflow: hidden;
    position: relative;
}

.mb-slot__reel.spinning {
    animation: spinReel .1s linear infinite;
}

@keyframes spinReel {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-6px);
    }
    75% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(0);
    }
}

.mb-slot__spin-btn {
    background: linear-gradient(135deg, #fa5000, #d03a00);
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 4px 20px rgba(250, 80, 0, .4);
}

.mb-slot__spin-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(250, 80, 0, .55);
}

.mb-slot__spin-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
}

.mb-slot__result {
    margin-top: 20px;
    padding: 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    display: none;
}

.mb-slot__result.win {
    background: rgba(61, 245, 125, .12);
    border: 1px solid rgba(61, 245, 125, .4);
    color: #3df57d;
    display: block;
}

.mb-slot__result.lose {
    background: rgba(255, 80, 80, .1);
    border: 1px solid rgba(255, 80, 80, .25);
    color: #ff8080;
    display: block;
}

.mb-slot__get-btn {
    display: inline-block;
    margin-top: 12px;
    background: #fa5000;
    color: #fff !important;
    padding: 11px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s, transform .15s;
    box-shadow: 0 3px 16px rgba(250, 80, 0, .4);
}

.mb-slot__get-btn:hover {
    background: #e04500;
    transform: translateY(-1px);
}

.mb-slot__balance {
    font-size: 13px;
    color: #87c5ff;
    margin-bottom: 8px;
}

/* === AUTHOR === */
.mb-author {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mb-author__photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4690e0;
    flex-shrink: 0;
}

.mb-author__name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.mb-author__role {
    font-size: 13px;
    color: #87c5ff;
    margin-bottom: 10px;
    font-weight: 600;
}

.mb-author__bio {
    font-size: 14px;
    color: #cfe3ff;
    line-height: 1.65;
    margin-bottom: 14px;
}

.mb-author__links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mb-author__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(70, 144, 224, .15);
    color: #4690e0 !important;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid rgba(70, 144, 224, .3);
    transition: background .2s, border-color .2s;
}

.mb-author__link:hover {
    background: rgba(70, 144, 224, .3);
    border-color: #4690e0;
}

/* === CONTENT AREA (голый HTML внутри) === */
.mb-content-body {
    line-height: 1.75;
    color: #cfe3ff;
}

.mb-content-body h1,
.mb-content-body h2,
.mb-content-body h3,
.mb-content-body h4,
.mb-content-body h5,
.mb-content-body h6 {
    color: #fff;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.mb-content-body h1 {
    font-size: 26px;
}

.mb-content-body h2 {
    font-size: 22px;
    border-bottom: 1px solid rgba(70, 144, 224, .2);
    padding-bottom: 8px;
}

.mb-content-body h3 {
    font-size: 19px;
}

.mb-content-body h4 {
    font-size: 17px;
}

.mb-content-body p {
    margin-bottom: 14px;
}

.mb-content-body ul,
.mb-content-body ol {
    padding-left: 24px;
    margin-bottom: 14px;
}

.mb-content-body li {
    margin-bottom: 6px;
}

.mb-content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 14px;
}

.mb-content-body table th {
    background: rgba(0, 34, 70, .8);
    color: #87c5ff;
    padding: 10px 14px;
    text-align: left;
    border: 1px solid rgba(70, 144, 224, .25);
}

.mb-content-body table td {
    padding: 9px 14px;
    border: 1px solid rgba(70, 144, 224, .15);
    color: #e8f0fe;
}

.mb-content-body strong {
    color: #fff;
    font-weight: 700;
}

.mb-content-body em {
    color: #87c5ff;
    font-style: italic;
}

.mb-content-body a {
    color: #4690e0;
}

.mb-content-body a:hover {
    color: #fa5000;
}

.mb-content-body blockquote {
    border-left: 3px solid #4690e0;
    margin: 16px 0;
    padding: 10px 18px;
    background: rgba(70, 144, 224, .08);
    border-radius: 0 8px 8px 0;
    color: #b8d8ff;
}

.mb-content-body hr {
    border: none;
    border-top: 1px solid rgba(70, 144, 224, .2);
    margin: 24px 0;
}

.mb-content-body img {
    border-radius: 8px;
    margin: 12px 0;
}

/* === FOOTER === */
.mb-footer {
    background: linear-gradient(0deg, #07498f 0%, #002246 100%);
    padding: 40px 20px 20px;
    border-top: 1px solid rgba(70, 144, 224, .2);
}

.mb-footer__top {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    align-items: flex-start;
    justify-content: space-between;
}

.mb-footer__logo img {
    height: 38px;
}

.mb-footer__nav {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.mb-footer__nav a {
    color: #87c5ff;
    font-size: 13px;
    transition: color .2s;
}

.mb-footer__nav a:hover {
    color: #fff;
}

.mb-footer__section-title {
    font-size: 12px;
    font-weight: 700;
    color: #4690e0;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 10px;
}

.mb-footer__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
}

.mb-payment-logo {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #cfe3ff;
    white-space: nowrap;
}

.mb-footer__providers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
}

.mb-provider-logo {
    background: rgba(255, 255, 255, .05);
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 10px;
    color: #87c5ff;
    border: 1px solid rgba(255, 255, 255, .08);
}

.mb-footer__bottom {
    border-top: 1px solid rgba(70, 144, 224, .15);
    padding-top: 18px;
    font-size: 12px;
    color: #6a9bc9;
    line-height: 1.6;
}

.mb-footer__bottom a {
    color: #6a9bc9;
}

.mb-footer__bottom a:hover {
    color: #87c5ff;
}

/* === WIDGET === */
.mb-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #002246 0%, #07498f 100%);
    border-top: 2px solid #fa5000;
    z-index: 999;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .4);
}

.mb-widget__text {
    font-size: 13px;
    color: #cfe3ff;
    font-weight: 600;
    flex: 1;
}

.mb-widget__text strong {
    color: #fa5000;
}

.mb-widget__btn {
    display: inline-block;
    background: #fa5000;
    color: #fff !important;
    padding: 9px 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .2s, transform .15s;
    box-shadow: 0 2px 12px rgba(250, 80, 0, .4);
    flex-shrink: 0;
}

.mb-widget__btn:hover {
    background: #e04500;
    transform: translateY(-1px);
}

.mb-widget__close {
    background: none;
    border: none;
    color: #87c5ff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 4px;
    flex-shrink: 0;
}

.mb-widget__close:hover {
    color: #fff;
}

/* === MISC COMPONENTS === */
.mb-badge {
    display: inline-block;
    background: rgba(70, 144, 224, .15);
    color: #4690e0;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(70, 144, 224, .25);
}

.mb-badge--orange {
    background: rgba(250, 80, 0, .12);
    color: #fa5000;
    border-color: rgba(250, 80, 0, .25);
}

.mb-badge--green {
    background: rgba(61, 245, 125, .1);
    color: #3df57d;
    border-color: rgba(61, 245, 125, .2);
}

.mb-divider {
    height: 1px;
    background: rgba(70, 144, 224, .15);
    margin: 32px 0;
}

.mb-col-2 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mb-col-2 > * {
    flex: 1;
    min-width: 280px;
}

/* === SCROLL FADE === */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .5s ease, transform .5s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* === BODY BOTTOM PAD === */
body {
    padding-bottom: 70px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .mb-nav {
        display: none;
    }

    .mb-burger {
        display: flex;
    }

    .mb-header__right {
        gap: 6px;
    }

    .mb-hero {
        min-height: 360px;
    }

    .mb-section {
        padding: 36px 14px;
    }

    .mb-card {
        padding: 18px 14px;
    }

    .mb-author {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mb-author__links {
        justify-content: center;
    }

    .mb-slot__reel {
        width: 70px;
        height: 70px;
        font-size: 34px;
    }

    .mb-widget {
        flex-wrap: wrap;
    }

    .mb-footer__top {
        flex-direction: column;
        gap: 20px;
    }

    .mb-col-2 {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .btn-login, .btn-signup {
        padding: 6px 10px;
        font-size: 12px;
    }

    .mb-slot__reel {
        width: 58px;
        height: 58px;
        font-size: 28px;
    }
}
