/*1 секция*/
.hero-section-links {
	grid-gap: 70px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.hero-section-item {
	width: 100%;
	grid-gap: 15px;
    align-items: center;
    border-radius: 4px;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    padding: 18px 24px;
}
.hero-section-item .btn-icon {
    width: 50px;   /* можешь менять размер */
    height: auto;
}
.hero-section-item span {
	color: #000;
    font-size: 25px;
    min-width: 150px;
	text-align: left;
}
.right-arrow-icon {
    background: #ffffff00 url(/wp-content/uploads/2025/09/icon-arrow-r.svg) no-repeat 50%;
    background-size: 14px;
    border-radius: 4px;
    display: block;
    height: 42px;
    width: 42px;
	border: 2px solid var(--bg);
}
.btn-icon-link {
	width: 30px;
	height: auto;
}
.btn-section {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: max-content 1fr;
    align-items: center;
    border: 0px;
	margin: 0 auto 30px;
}
.js-go-external span {
	font-weight: 700;
	color: #000;
}


/*Плитка с играми*/
.exclusive-offer {
	margin-bottom: 30px;
}
.exclusive-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.exclusive-text {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.exclusive-btn {
    padding: 8px 16px;
    background: #6d6e78;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    line-height: 1;
	cursor: pointer;
	margin: 0;
}
.exclusive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    gap: 16px;
}
.exclusive-wrapper {
    display: flex;
    flex-direction: column;
}
.exclusive-card {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    line-height: 0;
    cursor: pointer; /* 👈 курсор-рука при наведении */
}
.exclusive-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform .3s;
}
.exclusive-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .25s ease;
	cursor: pointer;
}
.exclusive-play {
    display: block;
    width: min(72px, 28%);
    aspect-ratio: 1 / 1;
	cursor: pointer;
}
.exclusive-playbtn {
    width: 100%;
    height: 100%;
    background: url() no-repeat center / contain;
    border-radius: 50%;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .35));
	cursor: pointer;
}
.exclusive-info {
    margin-top: 8px;
    background: #fff;
    border: 1px solid #E6E7EB;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.exclusive-title {
    font-size: 15px;
    font-weight: 800;
    color: #2A2A2A;
    display: flex;
    align-items: center;
    gap: 6px;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
}

/*плитка live*/
.offer-live {
	background: radial-gradient(900px 380px at 50% -10%, rgba(0, 207, 207, .09), transparent 60%), #f7fbff;
    color: #0f172a;
    border: 2px solid #c8f3f3;
    border-radius: 28px;
    box-shadow: 0 10px 26px rgba(0, 165, 165, .18);
    padding: 28px 22px;
    max-width: 1080px;
    margin: 26px auto;
}
.live-head {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 15px;
    gap: 12px;
    border-bottom: 2px solid rgba(0, 207, 207, .22);
}
.live-section-title {
    margin: 0;
	color: #000;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .2px;
}
.live-pill {
	display: flex;
    align-items: center;
    gap: 10px;
	margin: 0;
    text-decoration: none;
    color: #003636;
    font-weight: 800;
    background: linear-gradient(180deg, #00cfcf, #00a5a5);
    border: 2px solid #00a5a5;
    border-radius: 999px;
    padding: 10px 14px;
    box-shadow: 0 8px 18px rgba(0, 165, 165, .25), inset 0 1px 0 rgba(255, 255, 255, .45);
	cursor: pointer;
}
.live-pill .dot {
    font-size: 20px;
    line-height: 0;
    color: #013a3a;
}
.live-pill .count {
    margin-left: 6px;
    font-weight: 800;
    background: #fff;
    color: #026a6a;
    border: 1.5px solid #00a5a5;
    border-radius: 999px;
    padding: 4px 8px;
}
.offer-live-grid {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 18px;
    margin-bottom: 22px;
}
.offer-live-card {
	position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid var(--ring);
    box-shadow: 0 8px 18px rgba(0, 165, 165, .12);
    transition: transform .2s ease;
}
.offer-live-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none !important;
    z-index: 1;
	display: block;
	transition: transform .3s;
	height: auto !important;
	max-width: 100%;
}
.offer-live-card .overlay:not(.no-live) {
    opacity: 1 !important;
    transform: none !important;
    top: 12px;
    left: 12px;
    right: auto;
    bottom: auto;
    padding: 6px 10px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
    z-index: 2;
}
.offer-live-card .overlay {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(238, 251, 252, .98));
    border: 1.5px solid rgba(0, 0, 0, .06);
    border-radius: 14px;
    padding: 10px 12px;
    display: grid;
    gap: 6px;
    color: #023d3d;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .18s ease, 
	transform .18s ease;
    z-index: 2;
}
.offer-live-card .overlay .badge {
    display: inline-block;
    font-weight: 900;
    font-size: 12px;
    color: #003737;
    background: linear-gradient(180deg, #00cfcf, #00a5a5);
    border: 1px solid #00a5a5;
    border-radius: 999px;
    padding: 3px 8px;
    box-shadow: 0 6px 12px rgba(0, 165, 165, .18), inset 0 1px 0 rgba(255, 255, 255, .55);
}
.offer-live-card .overlay .title {
    font-weight: 800;
    font-size: 14px;
    color: #023d3d;
    margin: 0;
}
.badge-btn {
    display: block;
	background: none;
	margin: 0;
	border: 0;
	padding: 0;
    cursor: pointer;
}
.live-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 6px 0 2px;
}
.stat-pill {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    background: #eefbfc;
    border-radius: 16px;
    min-height: 92px;
    border: 2px solid #c8f3f3;
}
.stat-pill .icon {
    font-size: 18px;
}
.stat-pill strong {
    font-size: 22px;
    font-weight: 900;
    color: #026a6a;
}
.stat-pill span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--muted);
}

/*Бонусы*/
.bonuses-wrap {
    display: grid;
    /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
    gap: 20px;
    margin: 20px 0 32px;
}
.bonus-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease;
}
.bonus-img {
    width: 100%;
	max-width: 100%;
	height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
.bonus-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    text-align: left;
    color: #111;
}
.bonus-title {
	color: #000;
    margin: 0 0 8px;
	margin-bottom: 24px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3;
}
.bonus-desc {
    margin: 0 0 14px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    flex: 1;
}
.bonus-btn {
	display: inline-block;
    background: #00cfcf;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: background .2s ease;
    margin: auto 0 0;
    border: 0px;
}


/*Таблица*/
.table-card {
	background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    overflow: hidden;
    margin: 24px 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
}
.table-head {
    background: linear-gradient(90deg, #00cfcf 0%, #00a5a5 100%);
    color: #fff;
    padding: 18px 20px 16px;
}
.table-head-title {
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.table-head-sub {
    margin: 6px 0 0;
    font-size: 14px;
    opacity: .92;
}
.table-item {
	font-size: 14px;
    margin-bottom: 24px;
    width: 100%;
	border-collapse: collapse;
    color: #1e293b;
}
.table-item tr:nth-child(odd) {
    background: #c0e0dd;
}
.table-item tr:first-child {
    background: #1dc6c4 !important;
}
.table-item thead th {
    background: #eaf7f7;
    font-weight: 800;
    text-align: left;
    padding: 14px 18px;
    border-bottom: 1px solid #e5eef4;
    font-size: 14px;
}
.table-item tbody tr:first-child td {
    background: #fff !important;
    color: #000 !important;
    font-weight: 400 !important;
	padding: 14px 18px;
	border-bottom: 1px solid #e5eef4;
    font-size: 15px;
	transition: background 0.3s, color 0.3s;
}
.table-item tbody tr:nth-child(even) td {
    background: #f6f9fb;
}
.table-item tr td {
    padding: 16px 12px;
}
.table-item tbody td {
    padding: 14px 18px;
    border-bottom: 1px solid #e5eef4;
    font-size: 15px;
    background: #fff;
    color: #000;
    font-weight: 400;
    transition: background 0.3s, color 0.3s;
}
.table-foot {
    padding: 12px 18px;
    background: #f3f7fa;
    color: #334155;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/*Автор*/
.author-block {
    grid-gap: 30px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .078);
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 32px;
    padding: 32px;
}
.author-block .author-block_photo img {
    border-radius: 50%;
	height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 168px;
	display: block;
    max-width: 100%;
}
.author-block .author-block_top-grid {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 20px;
}
.author-block .author-block_line {
    color: #828282;
    font-size: 18px;
}
.author-block .author-block_name {
    color: #2d2d2c;
    font-size: 24px;
    font-weight: 700;
}
.author-block .author-block_socials {
    display: flex;
    gap: 10px;
}
.author-block .author-block_socials .author-block_socials_item {
    background: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    width: 32px;
}
.author-block .author-block_socials .author-block_socials_item i.author-block_icon-tw {
    background: no-repeat 50%;
    background-size: 22px;
}
.author-block .author-block_text p {
    color: #2d2d2c;
    font-size: 18px;
}
.qapage-answer-item {
	margin-bottom: 16px;
}
.qapage-answer-title {
    background: #cfe9fa;
    color: #000;
    /* background: #878686; */
    border: 0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}
.qapage-answer-content, .qapage-answer-meta {
	display: block;
    padding: 20px 20px 0;
}
.qapage-answer-meta span {
	padding: 0 25px 0 0;
}



@media (max-width: 1024px) {
    .bonuses-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	.offer-live-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.exclusive-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}	
}

@media (max-width: 770px) {
	.hero-section-links {
		display: block;
	}
	.hero-section-item {
		width: 100%;
	}
    .bonuses-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }
	.offer-live-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.exclusive-grid {
		gap: 12px;
        grid-template-columns: 1fr;
	}	
	.live-head {
        flex-direction: column;
        align-items: center;
        gap: 10px;
	}
	.live-stats {
        grid-template-columns: 1fr;
    }
	.live-section-title {
        font-size: 24px;
    }
	.table-item, .table-item tbody, .table-item tr, .table-item td {
        display: block;
    }
	.table-item thead {
        display: none;
    }
	.table-item tbody tr {
        border: 1px solid #e5eef4;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        margin: 12px 12px;
    }
	    .table-item tbody td[data-label]::before {
        content: attr(data-label) ": ";
        font-weight: 700;
        color: #475569;
        margin-right: 8px;
        display: inline-block;
    }
	.author-block {
        grid-gap: 20px;
        grid-template-columns: 1fr;
        padding: 20px 16px;
    }
	.author-block .author-block_top-grid {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
	
}

@media (max-width: 450px) {
.qapage-answer-meta {
    display: grid;
	}
.qapage-answer-meta span {
    padding: 0 0 10px;
	}
}

@media (max-width: 350px) {
    .live-section-title {
        font-size: 18px;
	}
	.live-pill {
	display: inline-grid;
	}
}