/*************** CSS for WC ***************/
.j-wc {
    --primary-color: #0162ca;
    --fs-color-primary: #0162ca;
    --fs-color-secondary: #0c992a;
    --fs-color-success: #e39503;
    --fs-color-alert: #e6292c;
    --font-family-wc-theme: 'Roboto', sans-serif;
}

.j-wc * {
    font-family: var(--font-family-wc-theme);
}

.j-wc .icon-box .icon-box-img {
	width: 18% !important;
    padding-top: 18%;
    margin-right: 6%;
}
.j-wc .icon-box .icon-box-text {
	padding: 0 !important;
}
.j-wc .icon-box .icon-box-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.j-wc .icon-box .icon-box-img .icon img,
.j-wc .icon-box .icon-box-img .icon svg{
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
}
.j-wc .stack {
    gap: 20px;
}
.j-wc .banner h1 {
	font-size: 4.5em;
}
.j-wc .banner h2 {
	font-size: 2.8em;
    line-height: normal;
}
.j-wc .banner p {
	font-size: 1.5em;
    margin-top: 0;
}
.j-wc .banner .button {
	padding: 1.2% 2.2%;
    font-size: 1.1em;
    line-height: normal;
    min-height: 0;
    border-radius: 8px;
    margin-right: 0.6%;
}
.j-wc .banner .button:last-child {
    margin-right: 0;
}
.j-wc .banner .text-box .is-border {
    border-radius: 20px;
    overflow: hidden;
}
.j-wc .banner .icon-box {
	margin: 8% 0% 8% 5%;
}
.j-wc .banner .icon-box .icon-box-img {
    border-radius: 999px;
    overflow: hidden;
}
.j-wc .banner .icon-box .icon-box-text h3,
.j-wc .banner .icon-box .icon-box-text p {
    text-transform: uppercase;
    letter-spacing: -0.08em;
    font-weight: bold;
}
.j-wc .banner .icon-box .icon-box-text h3 {
	font-size: 1.6em;
}
.j-wc .banner .icon-box .icon-box-text p {
	font-size: 1.4em;
}
.j-wc .mTop {
    z-index: 999;
}
.j-wc .mTop .stack {
	position: absolute;
    top: calc(-50% - 60px);
    background-color: #fff;
    width: 100%;
    padding: 1.5% 2%;
    border-radius: 10px;
    border: 1px solid #bbb;
    flex-wrap: wrap;
    gap: 20px;
}
.j-wc .mTop .stack .icon-box,
.j-wc .mTop .stack .icon-box .icon-box-text {
	width: fit-content;
    flex-flow: row;
	cursor: pointer;
}
.j-wc .mTop .stack .icon-box .icon-box-text {
    white-space: nowrap;
    font-size: 1.2em;
}
.j-wc .mTop .stack .icon-box .icon-box-img {
	width: 20px !important;
    padding-top: 20px;
    margin-right: 8px;
}
.j-wc .tqSection .stack .icon-box {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #bbb;
    width: calc-size(fit-content, size + 4em);
    min-width: 23%;
    white-space: nowrap;
    flex-wrap: nowrap;
    min-height: 6.6rem;
}
.j-wc .tqSection .stack .icon-box:last-child {
    width: 33%;
}
.j-wc .tqSection .stack .icon-box .icon-box-img {
	width: 4em !important;
    padding-top: 4em;
}
.j-wc .post-item .box-vertical {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
    padding-right: 20px;
	min-height: 125px;
}
.j-wc .post-item:nth-child(2n + 2) .box-vertical {
	border-right: none;
    padding-right: 0;
    padding-left: 20px;
}
.j-wc .tqSection2 .stack .icon-box {
    white-space: wrap;
    padding: 1em;
}
.j-wc .tqSection2 .stack .icon-box .icon-box-img {
    margin-right: 3%;
}
.j-wc .text-box.lg-x0 {
	left: 15px;
}
.j-wc .text-box.lg-x100 {
	right: 15px;
}

.wc-faq .accordion {
	background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
	box-shadow: 0 0 12px rgba(10, 29, 58, 0.08);
}

.wc-faq .accordion p {
	margin-bottom: 10px;
}

.wc-faq .accordion .accordion-inner {
	padding: 1rem;
}

.wc-blog .box-image .image-cover {
	border-radius: 8px;
}

.wc-blog .button {
	margin-bottom: 0;
}

/* Smooth anchor positioning for WC menu sections (accounts for sticky header) */
.section-menu-wc-summary,
.section-menu-wc-schedule,
.section-menu-wc-rank,
.section-menu-wc-bet,
.section-menu-wc-result,
.section-menu-wc-blog,
.section-menu-wc-faq {
    scroll-margin-top: 120px;
}

.section-box .icon-box-text p:first-child {
	font-size: 1.1rem;
	margin-bottom: 0;
}
@media (max-width: 1430px) {
    .j-wc .banner h1 {
        font-size: 4vw;
    }
    .j-wc .banner h2 {
        font-size: 2.5vw;
    }
    .j-wc .banner p {
        font-size: 1.3vw;
    }
    .j-wc .banner .button {
        font-size: 1vw;
    	border-radius: 0.6vw;
    }
    .j-wc .banner .text-box .is-border {
        border-radius: 2vw;
    }
    .j-wc .banner .icon-box .icon-box-text h3 {
        font-size: 1.2vw;
    }
    .j-wc .banner .icon-box .icon-box-text p {
        font-size: 1.1vw;
    }
}
/*************** CSS for Tablet ***************/
@media (max-width: 849px) {
    .j-wc .mTop .stack {
        justify-content: center;
    }
    .j-wc .tqSection .stack {
    	flex-wrap: wrap;
    }
    .j-wc .tqSection .stack .icon-box,
    .j-wc .tqSection .stack .icon-box:last-child {
        width: calc(50% - 10px);
    }
	.j-wc .post-item .box-vertical {
        border-right: none;
        padding-right: 0;
        min-height: 0;
    }
    .j-wc .post-item:nth-child(2n + 2) .box-vertical {
        padding-left: 0;
    }
    .j-wc .post-item .box-vertical .box-image {
        width: 6% !important;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .j-wc .mTop .stack {
    	gap: 10px;
        font-size: 12px;
        position: relative;
    }
    .j-wc .tqSection .stack .icon-box,
    .j-wc .tqSection .stack .icon-box:last-child {
        width: 100%;
    }
    .j-wc .post-item .box-vertical .box-image {
        width: 25% !important;
    }
}

.tqSection-text-country-ipad {
	display: none;
}

.j-wc .tqSection .stack .icon-box.section-box-knockout img {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

@media (min-width: 850px) and (max-width: 1200px) {
    .tqSection-text-country {
        display: none;
    }
	
	.tqSection-text-country-ipad {
		display: block;
	}
}