

    .row-menu {
	height: 70%;
	overflow: auto;
    }
	
    .card-icon-wraper {
	padding: 4px 30px 10px 0;
	flex: 0 0 33%;
	max-width: 33%;
    }
	
    .card-icon-wraper:hover {
	transform: translateY(-4px);
	transition: transform .4s;
    }
	
    @media (min-width: 481px) and (max-width: 575px) {
	.card-icon-wraper {
	flex: 0 0 18%;
	max-width: 18%;
	}
    }
	
    @media (min-width: 576px) and (max-width: 991px) {
	.card-icon-wraper {
	flex: 0 0 25%;
	max-width: 25%;
	}
    }
	
    @media (min-width: 992px) and (max-width: 1279px) {
	.card-icon-wraper {
	flex: 0 0 18%;
	max-width: 18%;
	}
    }
	
    @media (min-width: 1280px) {
	.card-icon-wraper {
	flex: 0 0 14%;
	max-width: 14%;
	}
    }
	
    .card-icon {
	min-height: 80px;
	background: #fff;
    }
	
    .card-icon img {
	width: 50%;
	height: auto;
	flex-shrink: 0;
    }
	
    .card-icon .title {
	font-size: 12px;
    }
	
    @media (max-width: 768px) {
	.nav {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	padding-bottom: 8px;
	}
	
	.nav-item {
	flex: 0 0 auto;
	}
    }
	
    .post-carousel .thumb .inner img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
    }
	
    .dropdown {
	position: relative;
    }
	
    .dropdown-options {
	position: absolute;
	top: 100%;
	z-index: 3;
	display: none;
	min-width: 6rem;
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 8px 20px rgba(32, 54, 86, 0.2);
	padding: 0;
	margin: 0;
    }
	
    .dropdown.show .dropdown-options {
	display: block !important;
    }
	
    .dropdown-options .dropdown-item {
	font-size: 11px !important;
	padding: 0.6rem 1rem !important;
    }
	
    .dropdown-options::after {
	display: none;
    }
	
    .dropdown.dropup-active .dropdown-options {
	bottom: 100%;
	top: auto;
    }
	
    /* AREA UTAMA */
	
	
    .search-container {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 5px 14px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	width: 100%;
	min-width: 0;
	min-height: 42px;
	transition: all 0.3s ease;
    }
	
    .modern-search-box:focus-within {
	padding-bottom: 100px;
    }
	
    .search-container:focus-within {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
    }
	
    .search-icon {
	font-size: 18px;
	flex-shrink: 0;
	color: #777;
	margin-right: 10px;
	transition: color 0.3s ease;
    }
	
    .search-container:focus-within .search-icon {
	color: #4a47a3;
    }
	
    .search-input {
	border: none;
	outline: none;
	width: 100%;
	min-width: 0;
	
	color: #333;
	background: transparent;
	padding: 8px 0;
    }
	
    .search-input::placeholder {
	color: #aaa;
    }
	
    .search-btn {
	background: #f0efff;
	border: none;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #666;
	font-size: 18px;
    }
	
    .search-btn:hover {
	background: #e2deff;
	color: #4a47a3;
	transform: scale(1.05);
    }
	
    .search-tags {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 20px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
    }
	
    .modern-search-box:focus-within .search-tags {
	opacity: 1;
	max-height: 500px;
	margin-top: 25px;
    }
	
    .tag-group {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 16px;
	padding: 14px 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
    }
	
    .tag-title {
	font-weight: bold;
	
	color: #4a47a3;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
    }
	
    .tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
    }
	
    .tag-link {
	text-decoration: none;
    }
	
    .tag {
	background: #fff;
	border-radius: 10px;
	padding: 6px 12px;
	
	color: #333;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.25s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
    }
	
    .tag:hover {
	background: #f0efff;
	color: #4a47a3;
	transform: translateY(-2px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
	
    /* Common Style untuk semua Widget */
    .widget-compact {
	height: 100%;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
    }
	
    .widget-header-compact {
	padding: 12px 15px;
	background: #f8f9fa;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
    }
	
    .widget-body-compact {
	padding: 10px 15px;
	flex-grow: 1;
    }
	
    .btn-slim-footer {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #FE4F70;
	text-decoration: none;
	background: #fff;
	border-top: 1px solid #eee;
	line-height: 1;
    }
	
    .btn-slim-footer:hover {
	background: #fdfdfd;
	color: #d43f5a;
    }
	
    .compact-item {
	display: flex;
	align-items: center;
	padding: 17px 0;
	border-bottom: 1px solid #f1f1f1;
    }
	
    .compact-item:last-child {
	border-bottom: none;
    }
	
    .compact-thumb-wrapper {
	width: 55px;
	height: 55px;
	min-width: 55px;
	overflow: hidden;
	border-radius: 6px;
    }
	
    .compact-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
    }
	
    .compact-details {
	margin-left: 12px;
	line-height: 1.2;
    }
	
    .compact-title-link {
	
	font-weight: 700;
	color: #203656;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    }
	
    .compact-title-link:hover {
	color: #FE4F70;
    }
	
    .compact-meta {
	
	color: #999;
	margin-top: 2px;
    }
	
    .promo-badge {
	background: #F54927;
	color: #fff;
	font-size: 10px;
	padding: 6px 11px;
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 1;
	}
	
    .form-control-slim {
	background: #2a2a2a;
	border: 1px solid #444;
	color: #fff;
	
	padding: 8px 12px;
	border-radius: 5px;
	width: 100%;
    }
	
    .form-control-slim::placeholder {
	color: #888;
    }
	
    .nav-pills-slim .nav-link {
	
	padding: 5px;
	color: #aaa;
    }
	
	
	
    .arrow-group {
	display: flex;
	gap: 5px;
    }
	
    .arrow-btn {
	width: 22px;
	height: 22px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	
    }
	
    .arrow-btn:hover {
	background: #FE4F70;
	color: #fff;
	border-color: #FE4F70;
    }

	.col-ig-post .post {
		height: auto !important;
	}

	@media (max-width: 991.98px) {
		.ig-full-container {
			aspect-ratio: 4 / 5;
			height: auto;
		}
		
		.min-h-lg-560px {
			min-height: auto !important;
		}
	}

	@media (min-width: 992px) {
		.min-h-lg-560px {
			min-height: 560px;
			display: flex;
			align-items: stretch;
		}
	
		.ig-full-container {
			aspect-ratio: auto;
			height: 100%; /* Mengisi sisa ruang di col-lg-4 */
			flex-grow: 1;
		}
	}