/*
Theme Name: BatamNews
Theme URI: http://lombokmedia.web.id/
Description: Tema WordPress dari LombokMedia
Author: Amrin Zulkarnain
Author URI: http://amrinz.wordpress.com
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white
Text Domain: lombokmedia
*/

:root {
	--black: #111111;
	--black2: #4d4d4d;
	--mute: #888;
	--gray: #f7f8f9;
	--silver: #a29999;
	--white: #ffffff;
	--green: #3d66bd;
	--border: #efefef;
	--bodyfont: 'Poppins', 'Inter', sans-serif;
	--fontcolor: #212121;
}

body {
    font-size: 14px;
	font-family: var(--bodyfont);
	color: var(--fontcolor);
}

a, a:active {
	color: var(--fontcolor);
	font-weight: 500;
}
a:hover, a:focus {
	color: var(--green);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .widget-title, .section-title, .block-title, .post-title {
	font-family: var(--bodyfont);
}

/* Mobile styling for article title h1 - Make title bigger on mobile */
@media (max-width: 767.98px) {
	.single-post h1.post-title,
	.single-page h1.post-title,
	h1.post-title,
	.post-header h1 {
		font-size: 1.6rem !important;
		line-height: 1.2 !important;
		font-weight: 700 !important;
		margin-bottom: 20px !important;
	}
}

.container {
	padding-top: 0;
	padding-bottom: 0;
}

/* match height */
.match-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.match-height .col-match-height {
	display: flex;
	flex-direction: column;
}

/*** Header ***/
.lmd-navbar-main, .lmd-navbar-main .navbar {
	background-color: var(--white);
	color: var(--dark);
}

.lmd-navbar-network, .lmd-navbar-network .navbar, .lmd-navbar-network .dropdown-menu {
	background-color: var(--green);
}

.navbar-brand img, .flogo img {
	max-width: 200px;
	height: auto;
}

.lmd-navbar-network {
	/* Removed box-shadow to prevent loading shadows */
	/* box-shadow: 0px 5px 5px rgba(0,0,0,.3); */
	/* -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.3); */
}

.lmd-navbar-network .navbar {
    padding: .2rem 0;
	margin-left: -10px;
}

.lmd-navbar-main .nav-link {
	color: var(--black2);
	font-weight: 700;
}

.lmd-navbar-network .nav-link, .lmd-navbar-network .dropdown-item {
	color: var(--white);
	font-weight: 700;
}

.nav-link .fa {
	margin-right: 15px;
	font-size: 17px;
	margin-bottom: -2px;
}

/* Dropdown */
.dropdown-menu {
	border: none;
	border-radius: 0;
}

.lmd-navbar-network .dropdown-item:hover {
	color: var(--green);
}

/* SpyScroll */
.gradient-bg-1 {
    background: rgb(226,70,92);
    background: -webkit-linear-gradient(left,rgba(226,70,92,1) 0%,rgba(254,65,65,1) 50%,rgba(255,185,87,1) 100%);
    background: -o-linear-gradient(left,rgba(226,70,92,1) 0%,rgba(254,65,65,1) 50%,rgba(255,185,87,1) 100%);
    background: linear-gradient(to right,rgba(226,70,92,1) 0%,rgba(254,65,65,1) 50%,rgba(255,185,87,1) 100%);
}
.scroll-progress {
    height: 3px;
    width: 0px;
    z-index: 9999999;
    position: absolute;
    bottom: -3px;
}

/* Navbar-Icons */
.navbar-icons .nav-link .fa {
	margin-right: 0;
}

.navbar-icons button {
	background-color: transparent;
	border: none;
}

/* Show horizontal scrollbar in mobile */
.lmd-navbar-network {
    overflow-x: auto;
	z-index: 1;
	position: relative;
}
.navbar-expand .navbar-nav .nav-link {
    white-space: nowrap;
}

/*** Mobile Menu ***/
.lmd-navbar-main .navbar {
	padding: .5rem 0;
}

.navicon {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.navicon > * {
    margin: auto 0;
    width: 20px;
    cursor: pointer;
}

.dark-switch {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 12px;
    color: #fefefe;
    white-space: nowrap;
	margin-top: 6px;
}
.dark-switch i {
    position: relative;
	width: 30px;
    height: 10px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.15);
}
.dark-switch i::before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(44,105,43,.34);
    background: #fff;
    /* Removed transitions to prevent loading effects */
    /* -webkit-transition: all .2s ease; */
    /* transition: all .2s ease; */
}

.navicon .navx {
    height: 20px;
    padding: 3px 0;
    /* Removed transitions to prevent loading effects */
    /* -webkit-transition: all .2s ease-out; */
    /* transition: all .2s ease-out; */
}
.navicon .navx i {
    position: relative;
    display: block;
    width: 60%;
    height: 2px;
    background-color: #000000;
    margin: 0 0 4px 0;
    /* Removed transitions to prevent loading effects */
    /* -webkit-transition: all .2s ease-out; */
    /* transition: all .2s ease-out; */
    border-radius: 50px;
}
.navicon .navx i:nth-child(2) {
    width: 100%;
    margin: 0;
    z-index: 2;
}
.navicon .navx i:nth-child(3) {
    width: 60%;
    margin: 4px 0 0 auto;
}

/* Navigation Mobile */
.lmd-nav-bottom {
	background-color: var(--white);
	position: fixed !important;
	bottom: 0 !important;
	left: 0;
	right: 0;
	z-index: 1030;
	border-top: 1px solid #e9ecef;
	/* Removed box-shadow to prevent loading shadows */
	/* box-shadow: 0 -2px 10px rgba(0,0,0,0.1); */
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.lmd-nav-bottom svg {
    stroke: #313135;
    fill: none;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.lmd-nav-bottom .nav-item {
	flex: 1;
	text-align: center;
	display: flex;
	justify-content: center;
}
.lmd-nav-bottom .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 4px;
	color: #313135;
	/* Removed transition to prevent loading effects */
	/* transition: all 0.3s ease; */
	text-decoration: none;
	border-radius: 8px;
	min-height: 50px;
}
.lmd-nav-bottom .nav-link:hover {
	color: #ff8800;
	/* Removed transform to prevent loading effects */
	/* transform: translateY(-2px); */
	text-decoration: none;
	background-color: rgba(255, 136, 0, 0.1);
}
.lmd-nav-bottom .nav-link svg {
	margin-bottom: 2px;
}
.lmd-nav-bottom .nav-link:hover svg {
	stroke: #ff8800;
}

/* Add padding to body when mobile nav is visible */
@media (max-width: 991.98px) {
	body {
		padding-bottom: 70px;
	}
}

/* Hide carousel on mobile */
@media (max-width: 767px) {
	#one {
		display: none !important;
	}
}

/* Carousel Item Styling - Small Uniform Size */
.owl-carousel .item {
	background: transparent;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.owl-carousel .item-thumbnail {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
	flex-shrink: 0;
}

.owl-carousel .item-thumbnail img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.owl-carousel .item-content {
	padding: 10px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.owl-carousel .item-content .post-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	height: 33.6px;
	max-height: 33.6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.owl-carousel .item-content .post-title a {
	color: #333;
	text-decoration: none;
}

/* Mobile responsive for carousel items */
@media (max-width: 525px) {
	.owl-carousel .item-thumbnail {
		height: 100px;
	}
	
	.owl-carousel .item-content {
		padding: 8px;
	}
	
	.owl-carousel .item-content .post-title {
		font-size: 11px;
		height: 28px;
	}
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1040;
	top: 0;
	left: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition: all .2s ease;
	background: var(--white);
	box-shadow: 5px 0 50px rgba(0,0,0,.3);
	-webkit-box-shadow: 5px 0 50px rgba(0,0,0,.3);
}

.sidenav-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 20px 0;
}

.sidenav hr {
	background-color: var(--border);
}

/* Sidenav Menu Button */
.btn-sidenav {
	margin-left: 10px;
}
.btn-sidenav a {
	border: none;
	outline: 0;
	cursor: pointer;
}

/* The navigation menu links */
.sidenav .search-box {
	margin-bottom: 15px;
}

/* Menu Lists */
.lmd-moblist {
	padding: 0;
}
.lmd-moblist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lmd-moblist ul li {
    padding: 6px 10px 6px 20px;
	position: relative;
}

.lmd-moblist ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 42px;
    border-radius: 0 3px 3px 0;
}

.lmd-moblist ul li a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
	display: block;
}
.lmd-moblist ul li:hover:before {
	background-color: var(--green);
}
.lmd-moblist ul li:hover li::before {
	background-color: transparent;
}

.lmd-moblist ul li.break:after{content:'';display:block;width:100%;border-bottom:1px solid #ebeced;margin-top:20px;}

/* Dropdown */
.lmd-moblist ul.sub-menu {
	display: none;
	padding-left: 8px;
}
.lmd-moblist ul li.active ul.sub-menu {
	display: block;
}

/* The carret */
.lmd-moblist ul li.menu-item-has-children a:after {
	font-family: 'FontAwesome';
	color: #999;
	content: '\f107';
	float: right;
	padding-right:10px;
}
.lmd-moblist ul li.menu-item-has-children.active a:after {
	font-family: 'FontAwesome';
	color: #999;
	content: '\f106';
	float: right;
	padding-right: 10px;
}
.lmd-moblist ul li.menu-item-has-children li a:after, .lmd-moblist ul li.menu-item-has-children.active li a:after {
	content: '';
}


.sidenav .socmed, .sidenav .copyright {
	margin: 15px 15px 10px;
}
.sidenav .copyright {
	margin-top: 10px;
	font-size: 90%;
}

/* Expandable Search */
.lmd-header {
	position: relative;
}
.form-search-wrapper .container {
	padding-top: 0;
	padding-bottom: 0;
}
.form-search-wrap {
	display: none;
}
.form-search-wrap.activated {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--white);
	height: 60px;
	justify-content: center;
	align-items: center;
	padding: 20px;
	z-index: 1050;
	border-bottom: 1px solid var(--border);
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	z-index: 1050;
}

.form-search {
	width: 100%;
	padding: 20px;
}
.form-search-btn {
	width: 40px;
	text-align: center;
	background-color: var(--black);
	line-height: 32px;
	font-size: 20px;
	font-weight: 300;
	color: var(--white);
}

.nav-search-toggle {
	margin-top: 3px;
}
.nav-search-toggle.nav-search-close {
	margin-top: 0;
}

.search-box input, .search-box input:focus {
    width: 100%;
	border: none;
	background-color: var(--gray);
	border-radius: 25px;
	height: 32px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 24;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-box .fa-search {
    color: var(--black2);
    float: right;
    margin: 9px 10px -26px 0;
    font-size: 20px;
}

/***** Main *****/
.lmd-main .container {
	padding-top: 2em;
}

.lmd-main.tpl-homepage .container {
	padding-top: 1em;
}

/**** Holiday ****/
.holiday-banner {
	text-align: center;
}
.holiday-banner img {
	display: block;
	margin: 0 auto;
}

/**** Content ****/

/*** Excerpt ***/
.excerpt {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.post-thumbnail, .postslider-thumbnail, .item-thumbnail {
	position: relative;
	text-align: center;
}
.post-thumbnail img, .postslider-thumbnail img, .item-thumbnail img {
	margin: 0 auto;
}

.post-icon {
	position: absolute;
	top: 10px;
	right: 10px;
}
.post-icon .fa {
	font-size: 20px;
}

.excerpt.grid {
	padding-bottom: 0;
}
.grid .post-thumbnail, .grid .post-meta {
	margin-bottom: 10px;
}

.post-thumbnail img, .postslider-thumbnail img {
	border-radius: 8px;
}

/* Related News Section - Consistent Image Sizing (Same as Carousel) */
.lmd-related-post .post-thumbnail {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
	flex-shrink: 0;
}

.lmd-related-post .post-thumbnail img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 8px;
}

.post-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.post-meta, .post-meta a {
	font-size: 13px;
}
.post-meta {
	color: var(--mute);
}

.post-category {
	font-weight: 600;
}

/*** Single Post-Page ***/
.single-post .post-header, .single-page .post-header {
	text-align: center;
	margin-bottom: 20px;
}

.single-post .post-header .post-title, .single-page .post-header .post-title {
	display: block;
	white-space: normal;
	overflow: unset;
	text-overflow: unset;
	-webkit-box-orient: unset;
	-webkit-line-clamp: unset;
	line-clamp: unset;
}
.post-meta.above-title, .post-meta.above-title a {
	font-size: 14px;
	color: #888;
	font-weight: 300;
}

.post-subheader {
	border-left: 5px solid #fa9000;
	padding: 10px 10px 1px 20px;
	margin: 20px auto;
}
.post-subheader p {
	margin-bottom: 10px;
}

/* Timor Leste Time Styling */
.timor-time {
	color: #fa9000;
	font-weight: 600;
	font-size: 14px;
}

.post-body {
	font-size: 17px;
	font-weight: 300;
	text-align: justify;
}

/* Editorial */
.editorial li {
	font-size: 14px;
}
.editorial li:after {
	content: '|';
	padding-left: 5px;
}
.editorial li:last-child:after {
	content: '';
}

/* Modern Post Meta Styling */
.list-inline.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.list-inline.post-meta .list-inline-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

/* Mobile responsive styling for post meta */
@media (max-width: 767.98px) {
	.list-inline.post-meta {
		gap: 8px;
		margin: 15px 0;
	}
	
	.list-inline.post-meta .list-inline-item {
		flex-wrap: wrap;
		max-width: 100%;
	}
}

/* Tags */
.post-tags {
	margin-bottom: 15px;
}

.post-tags a::before {
	content: '#';
	margin-right: 2px;
	opacity: 0.7;
}

.post-tags a, .post-tags a.disabled:hover, .itags {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	background: linear-gradient(135deg, var(--gray) 0%, #f8f9fa 100%);
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 25px;
	margin: 0 8px 8px 0;
	color: var(--black);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	position: relative;
	overflow: hidden;
}

.post-tags a::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
	transition: left 0.5s;
}

.post-tags a:hover {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	color: var(--black);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	border-color: rgba(0,0,0,0.15);
}

.post-tags a:hover::after {
	left: 100%;
}

.post-tags a:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Mobile responsive styling for post tags */
@media (max-width: 767.98px) {
	.post-tags {
		margin-bottom: 10px;
	}
	
	.post-tags a, .post-tags a.disabled:hover, .itags {
		padding: 6px 12px;
		margin: 0 6px 6px 0;
		font-size: 12px;
		border-radius: 20px;
	}
	
	.post-tags a::before {
		margin-right: 1px;
	}
}

.photo-caption {
	margin: 5px 0 10px;
	font-style: italic;
}

/* Post Sharer */
.post-share {
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	text-align: left;
}

/* Post Share Footer - New positioning */
.post-share-footer {
	margin: 20px 0 15px 0;
	padding: 15px 0;
	border-top: 1px solid var(--border);
	border-left: 5px solid #fa9000;
	padding-left: 20px;
	text-align: left;
}

.share-item {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
	font-size: 12px;
	color: #ffffff;
	margin-right: 6px;
	margin-bottom: 6px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.share-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	color: #ffffff;
	text-decoration: none;
}

.share-item span {
	display: none;
}

@media (min-width: 768px) {
	.share-item {
		width: 36px;
		height: 36px;
		line-height: 36px;
		padding: 0;
		border-radius: 6px;
		font-size: 14px;
		font-weight: 500;
	}
	
	.share-item span {
		display: none;
	}
	
	.share-item i {
		margin-right: 0;
	}
}

.share-facebook {
	background-color: #1877f2;
}
.share-twitter {
	background-color: #55acee;
}
.share-x {
	background-color: #000000;
}
.share-pinterest {
	background-color: #e60023;
}
.share-whatsapp {
	background-color: #25d366;
}
.share-linkedin {
	background-color: #0077b5;
}

/* JEG Share Button Container */
.lmd-single-share {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.jeg_share_top_container {
	width: 100%;
}

.jeg_share_button {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.jeg_sharelist {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	width: 100%;
}

.share-secondary {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

/* JEG Share Button Styles */
.jeg_btn-facebook {
	background-color: #1877f2;
	color: #ffffff;
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
	font-size: 12px;
	font-weight: 500;
	min-height: 32px;
}

.jeg_btn-facebook:hover {
	background-color: #166fe5;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.jeg_btn-x {
	background-color: #000000;
	color: #ffffff;
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
	font-size: 12px;
	font-weight: 500;
	min-height: 32px;
}

.jeg_btn-x:hover {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.jeg_btn-pinterest {
	background-color: #e60023;
	color: #ffffff;
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
	font-size: 12px;
	font-weight: 500;
	min-height: 32px;
}

.jeg_btn-pinterest:hover {
	background-color: #d50020;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(230, 0, 35, 0.3);
}

.jeg_btn-linkedin {
	background-color: #0077b5;
	color: #ffffff;
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
	font-size: 12px;
	font-weight: 500;
	min-height: 32px;
}

.jeg_btn-linkedin:hover {
	background-color: #006ba1;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}

.jeg_btn-whatsapp {
	background-color: #25d366;
	color: #ffffff;
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
	font-size: 12px;
	font-weight: 500;
	min-height: 32px;
}

.jeg_btn-whatsapp:hover {
	background-color: #22c55e;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.jeg_btn-wechat, .jeg_btn-qrcode, .jeg_btn-line, .jeg_btn-stumbleupon, .jeg_btn-email, .jeg_btn-reddit, .jeg_btn-tumbrl, .jeg_btn-vk, .jeg_btn-hatena {
	background-color: #6b7280;
	color: #ffffff;
	border: none;
	padding: 8px 12px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
}

.jeg_btn-wechat:hover, .jeg_btn-qrcode:hover, .jeg_btn-line:hover, .jeg_btn-stumbleupon:hover, .jeg_btn-email:hover, .jeg_btn-reddit:hover, .jeg_btn-tumbrl:hover, .jeg_btn-vk:hover, .jeg_btn-hatena:hover {
	background-color: #4b5563;
	color: #ffffff;
	text-decoration: none;
}

.jeg_btn-toggle {
	background-color: #374151;
	color: #ffffff;
	border: none;
	padding: 8px 12px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.jeg_btn-toggle:hover {
	background-color: #1f2937;
	color: #ffffff;
}

/*** TPL - Homepage ***/
.lmd-block {
	margin-bottom: 15px;
}

.lmd-block-border {
	border-bottom: 1px solid var(--border);
}

/* owl carousel atas */
.owl-carousel {
    z-index: 0;
}

.lmd-block.lmd-owl-carousel {
	margin-bottom: 0;
}
.lmd-owl-carousel .container {
	padding-top: 1em;
	padding-bottom: 0;
}

.item-thumbnail {
	margin-bottom: 10px;
}
.item-thumbnail img {
	border-radius: 8px;
}

/* custom nav */
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 10%;
    margin-left: 0;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 10%;
    right: 0;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: rgba(0,0,0,.2);
}


/* post slider */
.postslider {
	position: relative;
}
.postslider .post-content {
	position: absolute;
	bottom: 0;
	padding: 15px;
	text-align: center;
	width: 100%;
}
.postslider .post-title a, .postslider .post-meta, .postslider .post-meta a {
	color: var(--white);
}

/**** Sidebar ****/

/* widget */
.widget {
	margin: 0 0 30px;
	padding: 0;
}
.widget-title {
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    padding: 0px 0 10px;
    border-bottom: 1px solid var(--border);
}
.widget-title h1, .widget-title h2, .widget-title h3 {
	font-family: var(--bodyfont);
	font-size: 15px;
	margin: 0;
	z-index: 10;
	position: relative;
	padding: 0 0px;
	line-height: 1;
	font-weight: 600;
}
.widget-title span {
	border-left: 5px solid #fa9000;
	padding-left: 10px;
}

.indexs {
    float: right;
    font-size: 11px;
    margin: 10px 0 0 0;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li {
	font-size: 14px;
	padding: 0 0 5px 0;
}

/**Calendar**/
table#wp-calendar{
	width:100%;
}

table caption {
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
}

table#wp-calendar td#prev {
	text-align:left;
	padding-left:3px;
}

table#wp-calendar td#next {
	text-align:right;
	padding-right:3px;
}

table#wp-calendar th, table#wp-calendar td {
	padding: 5px;
	text-align:center;
	border:1px solid var(--border);
}

/** LMD Recent Post **/
.lmd-recent-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--border);
}
.lmd-recent-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.lmd-recent-item .post-thumbnail {
	float: left; 
	width: 25%;
}

.lmd-recent-item .post-text {
	margin-left: 30%;
}

.lmd-recent-item .post-title, .lmd-terpopuler-text .post-title, .item-content .post-title, .grid .post-title {
    font-size: 15px;
    margin: 0px 0 8px;
    overflow: hidden;
    line-height: 1.3;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.postslider .post-title {
	font-size: 22px;
	width: 80%;
	margin: 0 auto 0;
}

/** LMD Terpopuler */
.lmd-terpopuler, .lmd-terpopuler a {
	color: var(--silver);
}
.lmd-terpopuler .post-meta {
	text-transform: none;
	color: var(--silver);
}
.lmd-terpopuler-item {
	list-style: none;
	margin: 0 0 10px 0;
}

.lmd-terpopuler-thumb {
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	width: 60px;
	letter-spacing: -4px;
}

.lmd-terpopuler-text {
	padding: 10px;
}

.lmd-terpopuler .post-title {
	font-size: 18px;
}
.lmd-terpopuler .post-title a {
	font-weight: 300 !important;
	color: var(--silver);
}


/***** Comments *****/
.comment-list {
	margin: 0 0 1em 0;
	padding: 20px;
	list-style-type: none;
}

.children {
	margin-top: 1em;
	list-style-type: none;
}

.comment-list li.comment {
	margin-bottom: 20px;
}

.comment-body, .comment-meta, .cancel-comment-reply {
	margin-bottom: 10px;
}
.avatar {
	float: left;
	margin-right: 10px;
}
.comment-metadata {
	font-size: smaller;
}

.comment-reply-link {
	padding: 5px 10px;
	background-color: var(--green);
	color: var(--white) !important;
	font-size: 0.8em;
	border-radius: 8px;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
}

.comment-reply-link:hover {
	opacity: .9;
}

/* comment form */
/* widget forms */
#commentform input, #commentform textarea, .widget_categories select, .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: var(--white);
	background-clip: padding-box;
	border: 1px solid var(--border);
	-moz-box-shadow: 0 2px 4px rgba(204,204,204,0.4) inset;
	-webkit-box-shadow: 0 2px 4px rgba(204,204,204,0.4) inset;
	box-shadow: 0 2px 4px rgba(204,204,204,0.4) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 8px;
}
#commentform textarea {
	height: calc(8em + .75rem + 2px);
}

#commentform .btn-send-comment, .btn-add-review {
	background-color: var(--green);
	color: var(--white) !important;
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	border: 1px solid var(--border);
	padding: 0.5em 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 600;
}
#commentform .btn-send-comment:hover, .btn-add-review:hover {
	opacity: .9;
}


/** Pagination **/
.page-item.active .page-link {
    background-color: var(--green);
    border-color: var(--green);
}
.page-link, .page-link:hover, .page-link:focus {
    color: var(--green);
}

/*PostImage*/
.post-body img {
	max-width: 100%;
	height: auto;
}
.alignleft, img.alignleft {
	display:inline;
	float:left;
	margin-right:10px;
}

.alignright, img.alignright {
	display:inline;
	float:right;
	margin-left:10px;
}

.aligncenter, img.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignleft, img.alignright, img.aligncenter{
	margin-bottom:10px;
}

.wp-caption{
	margin-bottom:10px;
	max-width:100% !important;
}

.wp-caption .wp-caption-text{
	font-size:10px;
	margin:10px;
	text-align:center;
}

/* WordPress Gallery */
.gallery .gallery-item, .gallery .gallery-itemx {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
	text-align: center;
}
.gallery-columns-2 .gallery-item, .gallery-columns-2 .gallery-itemx {
	width: 50%;
}
.gallery-columns-3 .gallery-item, .gallery-columns-3 .gallery-itemx {
	width: 33.33333333333333%;
}
.gallery-columns-4 .gallery-item, .gallery-columns-4 .gallery-itemx {
	width: 25%;
}
.gallery-columns-5 .gallery-item, .gallery-columns-5 .gallery-itemx {
	width: 20%;
}
.gallery-columns-6 .gallery-item, .gallery-columns-6 .gallery-itemx {
	width: 16.66666666666667%;
}
.gallery-columns-7 .gallery-item, .gallery-columns-7 .gallery-itemx {
	width: 14.28571428571429%;
}
.gallery-columns-8 .gallery-item, .gallery-columns-8 .gallery-itemx {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item, .gallery-columns-9 .gallery-itemx {
	width: 11.11111111111111%;
}

.gallery .gallery-item img, .gallery .gallery-itemx img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.gallery-caption {
	font-size: smaller;
}

/* Iframes for Youtube or Maps */
.post-body iframe {
    display: block;
    max-width: 100% !important;
}


/***** Footer *****/
.lmd-footer {
	position: relative;
	background-color: #f0f0f0;
	border-top: 5px solid var(--green);
	text-align: center;
	margin-bottom: 48px;
	padding-top: 28px;
}
.lmd-footer .container{
	padding-top: 4em;
	padding-bottom: 1em;
}

.lmd-navbar-footer {
	margin: 15px auto;
}
.lmd-navbar-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lmd-navbar-footer li {
	display: inline-block;
	margin: 5px -4px 5px 0;
}
.lmd-navbar-footer li a {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
}
.lmd-navbar-footer li::after {
    content: "•";
    height: 10px;
    line-height: 10px;
    font-size: 14px;
    display: inline-block;
    margin: 0;
}
.lmd-navbar-footer li:last-child:after {
	content: '';
}

.img-menu {
	margin-right: 5px;
}

/* socmed */
.lmd-socmed {
	margin: 15px auto 20px;
}
.lmd-socmed h4 {
	font-size: 14px;
}

.socmed li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background-color: var(--white);
}

.socmed .fa-facebook {
    color: #3b5998;
}
.socmed .fa-twitter {
    color: #5eb2ef;
}
.socmed .fa-youtube-play, .socmed .fa-youtube {
    color: #d00000;
}
.socmed .fa-rss {
    color: var(--orange);
}
.socmed .fa-whatsapp {
    color: #075e54;
}
.socmed .fa-instagram {
	color: #9f1730;
}

/***** Utilities *****/
.desktop {
	display: none;
}
.mobile {
	display: block;
}

.clear, .clearfix:after {
	clear: both;
	content: '';
	display: table;
}

/*BacktoTop*/
.back-to-top{
	position:fixed;
	bottom:2em;
	right:2em;
	text-decoration:none;
	color: var(--green);
	background-color: transparent;
	border: 1px solid var(--green);
	font-size:0.9em;
	padding:0.5em 1em;
}
.back-to-top:hover{
	background-color: var(--green);
	border: 1px solid var(--green);
	color: var(--white);
}

/*** Ads - Iklan ***/
.ads, .lmd-ads {
	width: 100%;
	text-align: center;
	margin: 35px auto 30px;
}
.ads img, .lmd-ads img, #float-ads img {
	margin: 0 auto;
	max-width: 100%;
}

/* Block ads spacing - jarak antara judul dan iklan */
.lmd-ads[class*="ads-block-"] {
	margin-top: 20px;
	margin-bottom: 35px;
	padding-top: 10px;
}

/* Additional spacing for all ad types */
.ads-postslider,
.ads-footer,
.ads-single-top,
.ads-single-bottom {
	margin: 30px auto;
	padding: 15px 0;
}

/* Specific spacing for single page ads */
.ads-sgtop {
	margin: 40px auto 35px;
	padding: 20px 0;
}

.ads-sgbot {
	margin: 35px auto 40px;
	padding: 20px 0;
}

/* Responsive Ads Styling */
.lmd-ads {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.lmd-ads img,
.ads-header img,
.ads-postslider img,
.ads-recent img,
.ads-footer img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Desktop - Large screens */
@media (min-width: 1200px) {
    .lmd-ads,
    .ads-header,
    .ads-postslider,
    .ads-recent,
    .ads-footer {
        max-width: 1100px;
    }
    
    .ads-header {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* Desktop - Medium screens */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .lmd-ads,
    .ads-header,
    .ads-postslider,
    .ads-recent,
    .ads-footer {
        max-width: 900px;
    }
    
    .ads-header {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .lmd-ads,
    .ads-header,
    .ads-postslider,
    .ads-recent,
    .ads-footer {
        max-width: 700px;
    }
    
    .ads-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .ads-postslider,
    .ads-footer,
    .ads-single-top,
    .ads-single-bottom {
        margin: 25px auto;
        padding: 12px 0;
    }
    
    .ads-sgtop {
        margin: 30px auto 25px;
        padding: 15px 0;
    }
    
    .ads-sgbot {
        margin: 25px auto 30px;
        padding: 15px 0;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .lmd-ads,
    .ads-header,
    .ads-postslider,
    .ads-recent,
    .ads-footer {
        margin: 20px auto;
    }
    
    .ads-postslider,
    .ads-footer,
    .ads-single-top,
    .ads-single-bottom {
        margin: 20px auto;
        padding: 10px 0;
    }
    
    .ads-sgtop {
        margin: 25px auto 20px;
        padding: 12px 0;
    }
    
    .ads-sgbot {
        margin: 20px auto 25px;
        padding: 12px 0;
    }
}

/* Float Ads Styling */
#float-ads {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#close-float-ads {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #333;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    z-index: 10000;
}

#close-float-ads:hover {
    background: #555;
    color: white;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 767.98px) {
    .lmd-ads,
    .ads-header,
    .ads-postslider,
    .ads-recent,
    .ads-footer,
    #float-ads {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }
    
    .lmd-ads img,
    .ads-header img,
    .ads-postslider img,
    .ads-recent img,
    .ads-footer img,
    #float-ads img {
        width: 100% !important;
        height: auto !important;
    }
    
    /* Ensure float ads appear above mobile navigation */
    #float-ads {
        z-index: 99999 !important;
        bottom: 0;
        padding: 8px;
    }
}

.ads-home-terkini, .ads-hcat1 {
	margin-bottom: 15px;
}

.lmd-ads-sticky {
	margin: auto;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 160px;
	z-index: 20;
}
.ads-sticky-right {
	right: 0;
}
body.lmd-scroll .lmd-ads-sticky {
	position: fixed;
	top: 110px;
}
body.page.lmd-scroll .lmd-ads-sticky {
	position: fixed;
	top: 55px;
}

#float-ads {
	margin: auto;
	text-align: center;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: 1;
	width: 100%;
	max-width: 1100px;
	transform: translate(-50%,0%);
	left: 50%;
	z-index: 20;
	margin-bottom: 48px;
}
#close-float-ads {
    position: absolute;
    background: rgb(60, 165, 221, .9);
    color: var(--putih);
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1;
}


/***** on Scroll *****/
body.lmd-scroll .lmd-navbar-main {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	border-bottom: 1px solid var(--border);
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	animation: smoothScrollz 1s forwards;
}
@keyframes smoothScrollz {
	0% {
		transform: translateY(-55px);
	}
	100% {
		transform: translateY(0px);
	}
}




/***** Media Queries *****/
/* Small Devices Up to 575px */
@media (max-width: 575px) {
	.navbar-brand img {
		max-width: 150px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#float-ads, .lmd-footer {
		margin-bottom: 0;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.nav-item {
		padding: 0 20px;
	}

	.navbar-icons .nav-item {
		padding: 0 0;
		padding-left: 20px;
	}

	.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
	.lmd-navbar-network {
		overflow-x: unset;
	}
	.lmd-navbar-network .navbar {
		margin-left: 0;
	}

	.post-title {
		font-size: 22px;
	}

	.single-post .post-header .post-title, .single-page .post-header .post-title {
		font-size: 35px;
	}
	.widget-title h1, .widget-title h2, .widget-title h3 {
		font-size: 22px;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

}

/* LMD News Card Widget Styles */
.lmd-news-card-header {
    background: #f7f8f9;
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.lmd-news-card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--fontcolor);
    font-family: var(--bodyfont);
}

.lmd-news-card-container {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.lmd-news-card-item {
    padding: 16px;
    border-bottom: 1px solid var(--border);
    transition: background-color 0.2s ease;
}

.lmd-news-card-item:last-child {
    border-bottom: none;
}

.lmd-news-card-item:hover {
    background-color: #fafafa;
}

.lmd-news-card-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.lmd-news-card-text {
    flex: 1;
    min-width: 0;
}

.lmd-news-card-link {
    text-decoration: none;
    color: inherit;
}

.lmd-news-card-link:hover {
    color: var(--green);
}

.lmd-news-card-post-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--fontcolor);
    display: block;
    margin-bottom: 8px;
    font-family: var(--bodyfont);
}

.lmd-news-card-meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.lmd-news-card-author-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lmd-news-card-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.lmd-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.lmd-news-card-author-details {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lmd-author-name {
    font-size: 13px;
    font-weight: 400;
    color: var(--black2);
}

.lmd-verified-icon {
    font-size: 12px;
    color: #1da1f2;
}

.lmd-news-card-footer {
    display: flex;
    align-items: center;
}

.lmd-post-date {
    font-size: 12px;
    color: var(--mute);
    font-weight: 400;
}

.lmd-news-card-thumbnail {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.lmd-news-card-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.lmd-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.lmd-card-img:hover {
    transform: scale(1.05);
}

.lmd-card-placeholder {
    width: 100%;
    height: 100%;
    background-color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mute);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lmd-news-card-content {
        gap: 12px;
    }
    
    .lmd-news-card-thumbnail {
        width: 60px;
        height: 60px;
    }
    
    .lmd-news-card-post-title {
        font-size: 14px;
    }
    
    .lmd-news-card-item {
        padding: 12px;
    }
}

/* LMD Category Widget Styles */
.lmd-category-header {
    background: linear-gradient(135deg, var(--green) 0%, #2c5530 100%);
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.lmd-category-title {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lmd-category-container {
    background: var(--white);
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.lmd-category-item {
    border-bottom: 1px solid var(--border);
    transition: all 0.2s ease;
    background: var(--white);
}

.lmd-category-item:last-child {
    border-bottom: none;
}

.lmd-category-item:hover {
    background: var(--light-gray);
    transform: translateX(2px);
}

.lmd-category-info {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
}

.lmd-category-avatar {
    width: 32px;
    height: 32px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lmd-category-icon {
    color: var(--white);
    font-size: 14px;
}

.lmd-category-details {
    flex: 1;
    min-width: 0;
}

.lmd-category-name {
    margin-bottom: 2px;
}

.lmd-category-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.lmd-category-link:hover {
    color: var(--green);
    text-decoration: none;
}

.lmd-cat-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--black2);
    line-height: 1.3;
}

.lmd-category-count {
    margin-top: 2px;
}

.lmd-post-count {
    font-size: 12px;
    color: var(--mute);
    font-weight: 400;
}

/* Responsive adjustments for category widget */
@media (max-width: 768px) {
    .lmd-category-info {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .lmd-category-avatar {
        width: 28px;
        height: 28px;
    }
    
    .lmd-category-icon {
        font-size: 12px;
    }
    
    .lmd-cat-name {
        font-size: 13px;
    }
}

/* LMD Content Section Widget Styles */
.lmd-content-section-wrapper {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.lmd-content-section-header {
    background: #f7f8f9;
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.lmd-content-section-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--fontcolor);
    font-family: var(--bodyfont);
}

.lmd-content-section-link {
    color: var(--fontcolor);
    text-decoration: none;
    transition: all 0.2s ease;
}

.lmd-content-section-link:hover {
    color: var(--green);
    text-decoration: none;
}

.lmd-content-section-link-title {
    color: var(--fontcolor);
    font-weight: 600;
}

.lmd-content-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Featured Article (Big) Styles */
.lmd-article-big-item {
    border-bottom: 1px solid var(--border);
    background: var(--white);
}

.lmd-article-big-article {
    display: block;
}

.lmd-article-big-thumbnail {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.lmd-article-big-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.lmd-article-big-link:hover {
    color: var(--green);
    text-decoration: none;
}

.lmd-article-big-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.lmd-article-big-img:hover {
    transform: scale(1.05);
}

.lmd-article-big-placeholder {
    width: 100%;
    height: 200px;
    background-color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lmd-article-big-caption {
    padding: 16px;
}

.lmd-article-big-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--fontcolor);
}

/* Small Articles Styles */
.lmd-article-small-item {
    border-bottom: 1px solid var(--border);
    background: var(--white);
    transition: all 0.2s ease;
}

.lmd-article-small-item:last-child {
    border-bottom: none;
}

.lmd-article-small-item:hover {
    background: var(--gray);
    transform: translateX(2px);
}

.lmd-article-small-article {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
}

.lmd-article-small-thumbnail {
    margin: 0;
    flex-shrink: 0;
}

.lmd-article-small-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.lmd-article-small-link:hover {
    color: var(--green);
    text-decoration: none;
}

.lmd-article-small-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.2s ease;
}

.lmd-article-small-img:hover {
    transform: scale(1.05);
}

.lmd-article-small-placeholder {
    width: 60px;
    height: 60px;
    background-color: var(--gray);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lmd-article-small-caption {
    flex: 1;
    min-width: 0;
}

.lmd-article-small-center {
    display: flex;
    flex-direction: column;
}

.lmd-article-small-title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--fontcolor);
}

/* Responsive adjustments for content section widget */
@media (max-width: 768px) {
    .lmd-content-section-header {
        padding: 10px 12px;
    }
    
    .lmd-content-section-title {
        font-size: 14px;
    }
    
    .lmd-article-big-img {
        height: 160px;
    }
    
    .lmd-article-big-placeholder {
        height: 160px;
    }
    
    .lmd-article-big-caption {
        padding: 12px;
    }
    
    .lmd-article-big-title {
        font-size: 15px;
    }
    
    .lmd-article-small-article {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .lmd-article-small-img {
        width: 50px;
        height: 50px;
    }
    
    .lmd-article-small-placeholder {
        width: 50px;
        height: 50px;
    }
    
    .lmd-article-small-title {
        font-size: 13px;
    }
}

/* Iridescent List Widget Styles */
.articles--iridescent-list--item {
    margin-bottom: 30px;
    font-family: var(--bodyfont);
}

.articles--iridescent-list--popular-videos-item__title {
    font-size: 18px;
    font-weight: bold;
    color: var(--green);
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--green);
}

.articles--iridescent-list--popular-videos-item__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Main Article Styles */
.articles--iridescent-list--popular-videos-item__main-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.articles--iridescent-list--popular-videos-item__main-figure {
    position: relative;
    flex: 0 0 397px;
    margin: 0;
}

.articles--iridescent-list--popular-videos-item__main-figure img {
    width: 100%;
    height: 224px;
    object-fit: cover;
    border-radius: 8px;
}





.articles--iridescent-list--popular-videos-item__main-aside {
    flex: 1;
    padding-left: 10px;
}

.articles--iridescent-list--popular-videos-item__main-link {
    text-decoration: none;
    color: var(--fontcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-bottom: 8px;
}

.articles--iridescent-list--popular-videos-item__main-link:hover {
    color: var(--green);
}

.articles--iridescent-list--popular-videos-item__main-short-desc {
    color: var(--mute);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
}

/* Bottom List Styles */
.articles--iridescent-list--popular-videos-item__bottom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.articles--iridescent-list--popular-videos-item__bottom-list-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.articles--iridescent-list--popular-videos-item__bottom-figure {
    position: relative;
    flex: 0 0 145px;
    margin: 0;
}

.articles--iridescent-list--popular-videos-item__bottom-figure img {
    width: 145px;
    height: 82px;
    object-fit: cover;
    border-radius: 6px;
}



.articles--iridescent-list--popular-videos-item__bottom-link {
    text-decoration: none;
    color: var(--fontcolor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    flex: 1;
}

.articles--iridescent-list--popular-videos-item__bottom-link:hover {
    color: var(--green);
}

.ui--a {
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Meta information styling for Iridescent List */
.articles--iridescent-list--popular-videos-item__main-meta,
.articles--iridescent-list--popular-videos-item__bottom-meta {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    display: flex;
    align-items: center;
}

.articles--iridescent-list--popular-videos-item__main-meta .list-inline-item,
.articles--iridescent-list--popular-videos-item__bottom-meta .list-inline-item {
    margin: 0;
    padding: 0;
}

.articles--iridescent-list--popular-videos-item__main-meta .list-inline-item:not(:last-child),
.articles--iridescent-list--popular-videos-item__bottom-meta .list-inline-item:not(:last-child) {
    margin-right: 10px;
}

.articles--iridescent-list--popular-videos-item__main-meta .post-category-link,
.articles--iridescent-list--popular-videos-item__bottom-meta .post-category-link {
    color: var(--fontcolor);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.articles--iridescent-list--popular-videos-item__main-meta .post-category-link:hover,
.articles--iridescent-list--popular-videos-item__bottom-meta .post-category-link:hover {
    color: var(--fontcolor);
}

.articles--iridescent-list--popular-videos-item__main-meta .post-date-link,
.articles--iridescent-list--popular-videos-item__bottom-meta .post-date-link {
    color: var(--mute);
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.articles--iridescent-list--popular-videos-item__main-meta .post-date-link:hover,
.articles--iridescent-list--popular-videos-item__bottom-meta .post-date-link:hover {
    color: var(--green);
}

.articles--iridescent-list--popular-videos-item__bottom-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Post Format Icons */
.post-format-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.post-format-icon.post-format-small {
    width: 28px;
    height: 28px;
    top: 6px;
    right: 6px;
}

.post-format-icon svg {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.post-format-video {
    background-color: rgba(220, 53, 69, 0.9);
}

.post-format-photo {
    background-color: rgba(40, 167, 69, 0.9);
}

.articles--iridescent-list--popular-videos-item__main-figure,
.articles--iridescent-list--popular-videos-item__bottom-figure {
    position: relative;
}

/* Responsive Design */
@media (max-width: 768px) {
    .articles--iridescent-list--popular-videos-item__main-wrapper {
        flex-direction: column;
    }
    
    .articles--iridescent-list--popular-videos-item__main-figure {
        flex: none;
        width: 100%;
    }
    
    .articles--iridescent-list--popular-videos-item__bottom-list {
        grid-template-columns: 1fr;
    }
    
    .articles--iridescent-list--popular-videos-item__main-aside {
        padding-left: 0;
        padding-top: 10px;
    }
}

/* Mobile Ads Styling */
.mobile-ads-banner {
    display: none;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.mobile-ads-banner a {
    display: inline-block;
    text-decoration: none;
}

.mobile-ads-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.mobile-ads-placeholder {
    background-color: #f0f0f0;
    color: #666;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    border: 2px dashed #ccc;
    border-radius: 5px;
}

/* Carousel Mobile Ads Styling */
.carousel-mobile-ads {
    display: none;
    text-align: center;
    margin: 15px 0;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.carousel-mobile-ads-link {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.carousel-mobile-ads-link:hover {
    transform: none;
}

.carousel-mobile-ads-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: none;
}

.carousel-mobile-ads-placeholder {
    background-color: #f5f5f5;
    color: #888;
    padding: 30px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 2px dashed #ddd;
    border-radius: 8px;
}

.carousel-mobile-ads-placeholder-content {
    opacity: 0.7;
}

/* Show mobile ads only on mobile devices */
@media (max-width: 767px) {
    .mobile-ads-banner,
    .carousel-mobile-ads {
        display: block;
    }
}

/* Large Carousel Styling */
.large-carousel-wrapper {
	margin-bottom: 30px;
	padding: 20px 0;
	background: #f8f9fa;
	border-radius: 10px;
}

.large-carousel .carousel-large-item {
	position: relative;
	margin: 0 10px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.large-carousel .carousel-large-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.large-carousel .carousel-large-thumbnail {
	position: relative;
	height: 280px;
	overflow: hidden;
}

.large-carousel .carousel-large-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.large-carousel .carousel-large-item:hover .carousel-large-img {
	transform: scale(1.05);
}

.large-carousel .carousel-large-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.large-carousel .carousel-large-content {
	padding: 20px;
}

.large-carousel .carousel-large-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-size: 12px;
}

.large-carousel .carousel-large-category {
	color: #007bff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.large-carousel .carousel-large-category a {
	color: #007bff;
	text-decoration: none;
}

.large-carousel .carousel-large-date {
	color: #6c757d;
}

.large-carousel .carousel-large-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.large-carousel .carousel-large-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.large-carousel .carousel-large-title a:hover {
	color: #007bff;
}

.large-carousel .carousel-large-excerpt {
	color: #6c757d;
	font-size: 14px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Owl Carousel Custom Styling for Large Carousel */
.large-carousel.owl-carousel .owl-nav {
	margin-top: 20px;
	text-align: center;
}

.large-carousel.owl-carousel .owl-nav button {
	background: #007bff !important;
	color: #fff !important;
	border-radius: 50% !important;
	width: 45px !important;
	height: 45px !important;
	margin: 0 8px !important;
	font-size: 18px !important;
	transition: all 0.3s ease !important;
}

.large-carousel.owl-carousel .owl-nav button:hover {
	background: #0056b3 !important;
	transform: scale(1.1) !important;
}

.large-carousel.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 15px;
}

.large-carousel.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #dee2e6;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.large-carousel.owl-carousel .owl-dots .owl-dot.active,
.large-carousel.owl-carousel .owl-dots .owl-dot:hover {
	background: #007bff;
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.large-carousel .carousel-large-thumbnail {
		height: 200px;
	}
	
	.large-carousel .carousel-large-title {
		font-size: 16px;
		height: auto;
	}
	
	.large-carousel .carousel-large-content {
		padding: 15px;
	}
	
	.large-carousel-wrapper {
		margin-bottom: 20px;
		padding: 15px 0;
	}
}

/* Single Large News Styling */
.large-single-news-wrapper {
	margin-bottom: 30px;
	padding: 0;
}

.single-large-news-item {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-large-news-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.single-large-thumbnail {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.single-large-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.single-large-news-item:hover .single-large-img {
	transform: scale(1.05);
}

.single-large-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	z-index: 3;
}

.single-large-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.4), rgba(0,0,0,0.8));
	padding: 60px 30px 30px;
	z-index: 2;
}

.single-large-content {
	color: #fff;
}

.single-large-content .post-meta {
	margin-bottom: 15px;
	font-size: 13px;
}

.single-large-content .post-meta li {
	color: #fff;
	opacity: 0.9;
}

.single-large-content .post-category a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.single-large-content .post-date {
	opacity: 0.8;
}

.single-large-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #fff;
}

.single-large-title a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.single-large-title a:hover {
	opacity: 0.9;
}

.single-large-excerpt {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.9;
}

@media (max-width: 768px) {
	.single-large-thumbnail {
		height: 300px;
	}
	
	.single-large-overlay {
		padding: 40px 20px 20px;
	}
	
	.single-large-title {
		font-size: 24px;
	}
	
	.single-large-excerpt {
		font-size: 14px;
	}
	
	.single-large-content .post-meta {
		margin-bottom: 12px;
		font-size: 12px;
	}
}

/* Hide header ads on mobile devices */
@media (max-width: 991.98px) {
	.ads-header {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

/* Hide PWA install button on desktop devices */
@media (min-width: 992px) {
	#pwa-install-manual-btn {
		display: none !important;
		visibility: hidden !important;
	}
}

/* Global CSS to prevent loading shadows and effects - Exclude logo and flag icons */
body:not(.full-logo-img):not(.full-flag-icon),
html:not(.full-logo-img):not(.full-flag-icon),
header:not(.full-logo-img):not(.full-flag-icon),
.navbar:not(.full-logo-img):not(.full-flag-icon),
.lmd-navbar-main:not(.full-logo-img):not(.full-flag-icon),
.lmd-navbar-network:not(.full-logo-img):not(.full-flag-icon),
.full-mobile-header > *:not(.full-logo):not(.full-language-selector),
.full-quick-container,
.full-quick-container *,
.full-quick-scroll,
.full-quick-scroll *,
.full-quick-item,
.full-quick-item * {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	animation: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Ensure logo and flag icons display properly */
.full-logo-img,
.full-flag-icon {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	max-width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	-webkit-animation: none !important;
}

/* Prevent page loading effects */
body {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Prevent Font Awesome icons from showing black shadows during page refresh */
.fa, .fas, .far, .fal, .fab,
[class*="fa-"]:before,
.full-quick-item i,
.full-quick-item .fa,
.full-quick-item .fas,
.carousel-large-icon,
.single-large-icon {
	text-shadow: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	filter: none !important;
	background: transparent !important;
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	animation: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	color: inherit !important;
}

/* Override any loading states */
.loading,
.fade-in,
.fade-out,
.slide-in,
.slide-out,
.page-loading,
.content-loading {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

/* Language Button Icon Styling */
.full-language-btn .fa {
	font-size: 16px !important;
}

.full-language-btn .fa-globe {
	font-size: 18px !important;
}

.full-language-btn .fa-chevron-down {
	font-size: 12px !important;
}

/* Prevent flag icon movement on page refresh */
.full-lang-option,
.full-language-dropdown,
.full-language-btn {
	transform: none !important;
	transition: none !important;
	animation: none !important;
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	-webkit-animation: none !important;
}

.full-lang-option img,
.full-language-dropdown img {
	transform: none !important;
	transition: none !important;
	animation: none !important;
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	-webkit-animation: none !important;
}

/* Remove dropdown shadow and transition effects on page load */
.full-language-dropdown {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border: 1px solid #e0e0e0 !important;
}

.full-language-dropdown.show {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border: 1px solid #e0e0e0 !important;
}

/* Language Selector Styles */
.language-selector {
	position: relative;
	display: inline-block;
}

.language-btn {
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	outline: none;
	width: 40px;
	height: 40px;
}

.language-btn .current-lang,
.language-btn .arrow-icon {
	display: none;
}

.language-btn .current-flag {
	width: 24px;
	height: 16px;
	flex-shrink: 0;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.language-dropdown {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	background: white;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	padding: 8px;
	min-width: 160px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px) scale(0.95);
	transition: all 0.2s ease;
	z-index: 1000;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.language-dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.lang-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	cursor: pointer;
	border-radius: 8px;
	transition: all 0.15s ease;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
}

.lang-option:hover {
	background: rgba(0, 0, 0, 0.04);
	color: var(--primary-color, #007cba);
}

.lang-option.active {
	background: rgba(0, 123, 186, 0.1);
	color: var(--primary-color, #007cba);
	font-weight: 500;
}

.lang-option .flag-icon {
	width: 20px;
	height: 14px;
	border-radius: 2px;
	flex-shrink: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.lang-option .lang-name {
	flex: 1;
	font-size: 13px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.language-btn {
		padding: 6px 10px;
		font-size: 13px;
	}
	
	.language-dropdown {
		min-width: 140px;
		right: -8px;
	}
	
	.lang-option {
		padding: 8px 10px;
		font-size: 13px;
	}
}

/* Hide old language selector */
.full-language-dropdown,
.full-language-btn,
.full-language-selector {
	display: none !important;
}
