main {
	padding-top: 24px;
}
/* Shortcode - Selected Post Id */
.news-item-date,
.innn_news__item .news-time  {
	font-family: var(--font-ibm);
	font-size: 14px;
	line-height: 160%;
	font-weight: 500;
	color: var(--sec-black)CC;
}
.news-item.news-item-highlight .news-item-date,
.news-item-date.white {
	color: var(--white);
}
body:not(.archive) .news-item-meta {
    margin-bottom: 12px;
}
.news-item-highlight .news-item-meta {
    margin-bottom: 8px;
}

/* Sidebar News List */
.innn_news__item {
	margin: 0 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border);
}
body:not(.home) .innn_news__item {
	margin: 0 24px 12px 24px;
}
.innn_news__update-wrapper .news-title {
	font-family: var(--font-ibm);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Template : Category - News 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.news-item {
	position: relative;
}
.news-item a.news-item-link-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Template : Category - Video 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.inn-latest-video-wrapper {
	display: grid;
	gap: 24px;
}
.inn-latest-video-wrapper.columns-2 {
	grid-template-columns: 1fr 1fr;
}

.inn-latest-video-wrapper .news-item {
    width: 100%;
	border-radius: 24px;
	aspect-ratio: 384/246;
	background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.inn-latest-video-wrapper .news-item .news-item-content {
	padding: 16px 28px;
	background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(5, 17, 41, 1) 49%);
	z-index: 1;
    width: 100%;
}

.vd-play-btn {
	width: 36px;
	aspect-ratio: 1;
}
.news-item-highlight .vd-play-btn,
#highlights-news-slider .vd-play-btn  {
	width: 48px;
}
.vd-play-btn.center {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 48px;
}

/* highlight */
.inn-latest-video-wrapper .news-item.news-item-highlight {
	aspect-ratio: 384/408;
	border-radius: 36px;
}
.inn-latest-video-wrapper .news-item.news-item-highlight .news-item-content {
	padding: 24px 28px;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Template : Category - Ruam Duay
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.rd-scnd-post-sec .news-item-highlight {
	grid-column: span 2;
	aspect-ratio: 792/408 !important;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Template : Category - Lottery
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
#lottery-result-inner {
	padding: 24px;
	border-radius: 36px;
	background: #F4F4F4;
}
.lot-date-search div {
	font-family: var(--font-ibm);
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: var(--sec-black);

}
.lottery-results-featured .first-result-block {
	gap: 24px;
	margin: 24px auto;
}
.lottery-results-featured .hide {
	display: none;
}
.num-header h5 {
	font-family: var(--font-ibm);
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: var(--navy);
}
.num-header small {
	font-family: var(--font-ibm);
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: var(--sec-black);
}
.num-wrapper .num-char {
	background-color: var(--white);
	border-radius: 16px;
	padding: 36px;
	font-family: var(--font-ibm);
	font-size: 64px;
	line-height: .7;
	text-align: center;
}



/* Second reslt Block */
.second-result-block {
	border-radius: 16px;
	overflow: hidden;
}
.second-result-block .num-header h5 {
	font-size: 18px;
}
.second-result-block .num-header {
	background: #006AFE0D;
	padding: 26px 10px;
}
.second-result-block .num-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding: 10px;
	font-family: var(--font-ibm);
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: var(--blue);
}


/* Third Result Blocker */
.result-block:not(.first-result-block, .second-result-block) {
	overflow: hidden;
	border-radius: 16px;
	background-color: #fff;
	margin-bottom: 24px;
}
.result-block:not(.first-result-block, .second-result-block) .num-header {
	background: #006AFE0D;
	padding: 25.5px 20px;
	width: 100%;
	text-align: center;
}
.result-block:not(.first-result-block, .second-result-block) .num-header h6 {
	font-family: var(--font-ibm);
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: var(--navy);
}
.result-block:not(.first-result-block, .second-result-block) .num-header small {
	font-family: var(--font-ibm);
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: var(--sec-black);
}
.result-block:not(.first-result-block, .second-result-block) .num-wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 40px 36px;

}
.result-block table {
	padding: 40px 36px;
	margin-bottom: 0;
}
.result-block table tr {
	margin-bottom: 40px;
}
.result-block table td ,
.result-block:not(.first-result-block, .second-result-block) .num-wrapper .num {
	font-family: var(--font-ibm);
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	color: var(--blue);
}



/* lottery sidebar */
.lottery-sidebar-widget {
	padding: 24px;
	border-radius: 24px;
	background: #F4F4F4;
}
.lottery-sidebar-widget .lottery-date {
	font-family: var(--font-ibm);
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
	color: var(--sec-black);
}
/* search */
.lottery-search input[type='search'] {
	padding: 8px 18px;
	border-radius: 100px;
	border: 1px solid #DCDCDC;
	font-family: var(--font-ibm);
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #979797;
	outline: 0 !important;
	width: 100%;
}
.lottery-search input[type='search'] :-webkit-autofill,
.lottery-search input[type='search'] :-webkit-autofill:hover,
.lottery-search input[type='search'] :-webkit-autofill:focus  {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s 
ease-in-out 0s !important;
    background: transparent !important;
    -webkit-text-fill-color: #DCDCDC !important;
    -webkit-background-clip: text !important;
}

/* Button */
.lottery-search-inner button,
.btn.view-all-result {
	background: var(--red);
	color: #fff;
	border: 0;
    line-height: 1.63;
	padding: 4px 18px;
	border-radius: 100px;
	transition: all .2s linear;
	cursor: pointer;
}
.lottery-search-inner button:hover,
.btn.view-all-result:hover {
	background: var(--dark-red);
}

/* Select 2 */
.select2 {
	font-family: var(--font-ibm);
    font-weight: 600;
    font-size: 18px;
}
.select2-container--default .select2-selection--single {
    border-color: #D6D6D6aa  !important;;
    border-radius: 50px !important;;
    padding: 5px !important;;
}
#lottery-onsubmit .select2-container--default .select2-selection--single {
	border-width:0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
    top: 0px !important;
    right: 1px !important;
    width: 38px !important;
}
.select2-container--focus {
	border-color:var(--blue);
}

.select2-dropdown.select2-dropdown--below {
	border-radius: 16px;
    box-shadow: 0 0 10px #006afe29;
	margin-top: 33px;
	border: 0;
}
.select2-results__option {
    padding: 6px 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--blue) !important;
}
.select2-container .select2-selection--single {
	height: 39px !important;
}
.select2-selection__arrow {
	background-image: url(/wp-content/themes/innnews/assets/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}
.select2-selection__arrow b {
	opacity: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--sec-black) !important;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Single Post 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.single-news-body-content a {
	text-decoration: underline;
}
.video-section iframe {
	width: 100%;
	aspect-ratio: 16/9;
	height: auto;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

@media only screen and (max-width: 1240px) {
    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
	** Template : Category - Lottery
	** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
	.num-wrapper .num-char {
		padding: clamp(10px, 36px, 2vw);
		font-size: clamp(16px, 64px, 4vw);
	}

}