/*
Theme Name: temajobnas
Theme URI: https://jobnas.com/
Author: Jobnas
Author URI: https://Jobnas.com/
Description: Tema WordPress tema-surau.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sederhana, minimalis
Text Domain: temajobnas
*/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  src: url(https://zinesport.com/wp-content/themes/temajobnas/fonts/Oswald-Regular.woff2) format('woff2');
}

body {
    font-family: 'Oswald', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

main {
    position: relative;
}

a {
    color: #0000FF;
    text-decoration: none;
}

h1, h2.post-title {
    z-index: 2;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

button,
input,
select,
optgroup,
textarea {
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: sans-serif;
	line-height: 1.6;
	font-size: 14px;
}

header, footer {
    background-color: #131a24;
    color: #fff;
    text-align: center;
}

header.header-version-1 {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 70px;
    top: 0;
    background-color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
    color: #545454;
    display: flex;
    align-items: center;
}
.header-site.scrolled {
    box-shadow: 0 0 10px rgb(0 0 0 / 53%);
}

header.header-version-2 {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 70px;
    top: 0;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
}

.site-info {
    position: relative;
    text-align: left;
}
span.description-site {
    margin: 0;
}
a.logo-header {
    padding: 10px;
    width: 142px;
    height: 44px;
    display: flex;
}
img.logo-site {
    width: 122px;
    height: 24px;
    object-fit: cover;
    object-position: center center;
    --smush-placeholder-width: 24px !important;
}
img.menu-site {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    padding: 8px;
}

figure {
    margin: 0;
    background: #ccc;
    color: #1a1a1a;
    border-radius: 10px;
}
figure img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
figcaption {
    font-size: 12px;
    line-height: 1.3;
    padding: 20px;
}

p.copy-right {
    color: #ffffff;
    padding: 30px;
    border-top: 1px solid;
}
.copy-right a {
    color: #b80508;
}

table {
    border: 2px solid;
    border-radius: 8px;
    padding: 4px;
    color: #888888;
}

tr {
    color: #000;
}
th {
    border-radius: 2px;
    background: #ccc;
}
td {
    border: 1px solid #cccccc;
    border-radius: 2px;
}
/* Default: Menampilkan sidebar dalam satu kolom pada tampilan mobile dan tablet */
#sidebar .custom-sidebar-ul {
    display: grid;
    grid-template-columns: 1fr;  /* Satu kolom untuk tampilan mobile */
    gap: 20px;  /* Jarak antar kolom */
    padding: 10px;
    background: #000b32;
}

/* Tampilan desktop: Membuat 3 kolom */
@media(min-width: 1024px) {
    .footer-menu {
        display: flex !important;
        justify-content: center;
    }
    .ad-parallax {
        display:none;
    }
}

@media (max-width: 767px) {
    .entry-title-single {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .entry-meta-single {
    padding: 10px;
    }
}

@media (min-width: 767px) {
    #sidebar .custom-sidebar-ul {
        grid-template-columns: repeat(2, 1fr);  /* 3 kolom pada tampilan desktop */
    }
    .container-besar {
        display: flex;
        justify-content: center;
    }
    .container-besar-master {
        width: 50%;
    }
    .post-thumbnail-list {
        margin: 10px 0;
    }
    h3.post-title-clist {
        font-size: 14px;
    }
    .popup{
        max-width: 750px;
    }
    .slider-container{
        box-shadow:0px 3px 12px 0px rgb(132 132 133 / 80%);
    }
    .post-thumbnail-single {
        overflow: hidden;
        max-width: 720px;
        margin: 0 auto;
    }
    .thumb-home {
        max-width: 720px;
        position: relative;
        border-radius: 14px;
    }
    .entry-title-single {
        font-size: 28px;
        font-weight: 800;
        margin: 0 0 20px;
    }
    .entry-meta-single {
    padding: 20px 0;
    }
}
@media (min-width: 635px) {
    .slider-container{
        box-shadow:0px 3px 12px 0px rgb(132 132 133 / 80%);
    }
}

.thumb-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height:508px;
}

.thumb-home-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.backthumb {
    height: 350px;
    width: auto;
}

/* Tambahkan gaya untuk menghilangkan pseudo-elemen ::after jika kelas video-post ada */
.thumb-home-wrapper.video-post::after {
    content: none;
}
.post-title.video-post {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin: 20px;
    padding: 20px;
    font-size: 20px;
    background: #000;
    border-radius: 8px;
}

/* ------------------ iklan ads ---------------- */
.back-ad-header {
    position: sticky;
    background: #000b32;
    top: 70px;
    width: 100%;
    margin: 0 auto;
}
.ad-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ad-archive {
    min-height: 90px;
    align-content: center;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 300px;
    box-shadow: 0px 3px 12px 0px rgb(132 132 133 / 80%);
}
.ad-archive img {
    width: 100%;
}
.advertisment-head {
    position: sticky;
    top: 70px;
    width: 100%;
    margin: 70px auto;
}
.ad-parallax {
    position: sticky;
    top: 70px;
    width: 100%;
    min-height: 500px;
    z-index: 1;
    margin: auto;
    background-color: rgb(0 11 50);
}
img.ad-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
img.iklan-side {
    max-width: 120px;
}

/* end iklan */

/* Hide scrollbar for WebKit-based browsers (Chrome, Safari) */
.story-container::-webkit-scrollbar {
    display: none;
}


/* ---------- Gaya untuk halaman depan ---------- */
.front-page-main .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto 80px;
    background: #fff;
}

.front-page-main {
    position: relative;
}

.thumbnail-link {
    text-decoration: none; /* Menghilangkan garis bawah pada link */
    color: inherit; /* Mengambil warna teks dari elemen induk */
}

.header-besar {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px;
    background: #fff;
}
.listbesar {
    border: 1px solid #ddd;
    border-radius: 18px;
    margin: 10px;
}

.container-besar {
    width: 100%;
    position: relative;
    height:100%;
    max-width: 1200px;
    margin: 10px auto;
    background:#fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.info-wrapper {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pemilik-picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.pemilik-name {
    font-size: 24px;
    margin-bottom: 10px;
}

.pemilik-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.social-media-list {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-media-link {
    text-decoration: none;
    color: #0073e6; /* Warna link */
    font-size: 16px;
    transition: color 0.3s;
}

.social-media-link:hover {
    color: #005bb5;
}

/* redomre */
.read-more-button {
    position: absolute;
    right: 10px;
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}
img.baca-icon-png {
    width: 18px;
    height: 18px;
    position: relative;
    --smush-placeholder-width: 18px;
}
img.screenshot-icon-png {
    width: 18px;
    height: 18px;
    position: relative;
    --smush-placeholder-width: 18px;
}
img.share-icon-png {
    width: 18px;
    height: 18px;
    position: relative;
    --smush-placeholder-width: 18px;
}
.post-actions {
    position: relative;
}

.content-full {
    display: none;
    margin-top: 10px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

span.spanh2 {
    font-size: 22px;
    font-weight: 700;
}

span.spanh3 {
    font-size: 20px;
    font-weight: 700;
}

span.spanh4 {
    font-size: 18px;
    font-weight: 700;
}

.tombol-selengkapnya {
    color: #fff !important;
    font-weight: bold;
    display: flex;
    background: #07883d;
    padding: 20px 10px;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: transform 0.3s, box-shadow 0.3s; /* Animasi pada hover */
}

.tombol-selengkapnya:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Media query untuk perangkat seluler */
@media (max-width: 767px) {
    .front-page-main .container {
        padding: 0; /* Menghapus padding untuk perangkat seluler */
    }
}

/* content list */
.loading-overlay {
    width: 100%;
    margin: 0 auto;
}
.container-besar-list {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.list-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-thumbnail-list {
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    color: #000;
}
.thumbnail-list {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}
.gamgar-list-kecil {
    position: relative;
    width: 150px;
    height: 120px;
    margin: 0 20px 0 0;
    box-shadow: 0 3px 12px 0 rgb(132 132 133 / 80%);
    border-radius: 8px;
}
.gamgar-list-kecil img {
    object-fit: cover;
    position: relative;
    width: 150px;
    height: 120px;
    border-radius: 8px;
}
.post-thumbnail-list-v1 {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
h3.post-title-clist-v1 {
    padding: 18px 0;
}
.author-info-list-v1 {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(214 231 255 / 41%);
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 20px;
}
/* General Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.navigation {
    display: flex;
    flex-direction: column;
}

.pagination a, .pagination span {
    margin: 0 2px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #131a24;
}

.pagination a:hover {
    background-color: #f7f7f7;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .prev, .pagination .next {
    font-weight: bold;
    padding: 10px 15px;
}

.pagination .dots {
    padding: 2px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #131a24;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 95%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #131a24;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px;
}

/* Mobile Friendly Styles */
@media (max-width: 1000px) {
    .menu-header {
        display: none;
    }
}
@media (max-width: 767px) {
    .pagination a, .pagination span {
        padding: 6px 8px;
    }
    .post-thumbnail-list {
        margin: 20px 0;
    }
    h3.post-title-clist {
        font-size: 16px;
    }
}

@media (min-width: 828px) {
        .thumbnail-slider {
        max-height: 360px;
    }
    .container-besar-list {
        position: relative;
        display: block;
        width:100%;
        overflow: hidden;
    }

}

.author-info-list {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 8px;
}

/* archive */
.archive-main .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.archive-header {
    text-align: center;
    margin-bottom: 20px;
}
.archive-title {
    margin: 20px 0;
}

.post-thumbnail {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow:0px 3px 12px 0px rgb(132 132 133 / 80%);
}

/* CSS untuk thumbnail video */
.video-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #131a24;
    margin: 0 auto;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.author-info {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.author-info img {
    border-radius: 50%;
    margin-right: 10px;
    max-width: 60px;
}

.author-info:hover img {
    transform: none;
}

.nama-pemosting-dan-judul {
    display: flex;
    flex-direction: column;
}

.waktu-posting-front {
    position: absolute;
    right: 10px;
}

.judul-content {
    position: absolute;
    bottom: 50px;
    margin: 28px 32px 16px 32px;
    z-index: 2;
}

.post-title {
    font-size: 1.25em;
    color: #fff;
}

.post-excerpt {
    margin: 10px 0;
}

.post-actions {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    gap: 20px;
}

.action-item {
    display: flex;
    align-items: center;
}

.action-item i {
    color: #888;
}

.action-item .fa-heart {
    cursor: pointer;
    transition: color 0.3s ease;
}

.like-button-img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: transform 0.2s ease;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 53%);
    padding: 4px;
}

/* CSS untuk mengatur tampilan popup */
.popliked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
    animation: fadeInOut 2s ease;
}

/* Animasi fadeInOut */
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@media (max-width: 767px) {
    .archive-main .container {
        padding: 0;
    }
}

/* single */
.thumb-single {
    width: 100%;
    height: auto;
}
.post-thumbnail-single {
    overflow: hidden;
}
.thumb-home::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.wp-caption {
    max-width: 100%;
    width: auto;
    background: rgb(255 251 214 / 41%);
    border-radius: 10px;
    margin: 24px 0;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    height: auto;
    border: 0;
    aspect-ratio: 16 / 9;
}

.iklan-adsense {
    margin-bottom: 20px;
}

.post-thumbnail-single.video-post{
    z-index: 2;
    position: relative;
    content: none;
}

.post-thumbnail-single.video-post::after{
    content: none;
}

.entry-header-single {
    color: #ffffff;
    position: relative;
    padding: 70px 0 0;
}

.entry-title-single {
    bottom: 68px;
    left: 0;
    text-align: left;
    z-index: 1;
}

img.avatar.avatar-32.photo {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
}
img.custom-avatar {
    width: 32px;
    border-radius: 50%;
}

.author-single {
    display: flex;
    align-items: center;
}

.author-name-single a {
    color: #fff;
    margin: 0px 10px;
    font-weight: 600;
}

.entry-meta-single {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 20px 10px;
}

.post-actions-single {
    display: flex;
    gap: 6px;
    font-size: 30px;
    position: absolute;
    right: 10px;
}

.action-item-single {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap:nowrap;
}

img.menu-site-single {
    width: 28px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 53%);
    padding: 4px;
    margin-left: 4px;
}

.share-icon-single {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
}
.post-views-angka-single {
    font-size: 12px;
    margin-top: 6px;
}
.post-views-single {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
}
.share-icon-front {
    display: flex;
    color: #131a24;
    align-items: center;
}

span.angka {
    font-size: 12px;
    margin-top: 6px;
}

span.angka-front {
    font-size: 12px;
    margin-left: 8px;
}

.action-item-single i {
    color: #fff;
}

.action-item-single .fa-heart {
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 28px;
}

.popliked-single {
    display: none;
    position: fixed;
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 100%;
    z-index: 9999;
    animation: fadeInOut 2s ease;
    font-size: 90px;
    text-align: center;
}

.share-popup {
    display: none;
}

a.share-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #131a24;
    border-radius: 8px;
    padding: 8px;
    font-size: 22px;
    color: #fff;
    margin: 10px 0;
}

/* bg jobnas */

.back-jobnas {
    position: relative;
    align-items: center;
    min-height: 400px;
}
/*
img.bg-jobnas {
    min-height: 560px;
}
.back-jobnas img {
    width: 100%;
    object-fit: cover;
    position: relative;
    display: flex;
}
*/
.heading-widget-jobnas-single {
    bottom: 120px;
    margin: 30px;
}
.heading-widget-jobnas {
    position: relative;
    z-index: 2;
    color: #000;
    background-color: rgb(214 231 255 / 41%);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    min-height:449px;
    margin: 0 auto;
}
h1.h1-front {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0 auto;
}
.heading-jobnas {
    font-size: 60px;
    font-weight: 900;
}
.heading-text-jobnas {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding: 30px 0 10px;
    font-display: swap;
}
.text-jobnas {
    max-width: 450px;
    padding-bottom: 20px;
    font-size: 12px;
}
.heading-widget-partner {
    position: relative;
    margin: 30px;
    z-index: 2;
    color: #fff;
    background-color: rgb(214 231 255 / 41%);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 20px 40px;
    width: auto;
}
.partnership {
    display: flex;
    justify-content: center;
}
.partnership img {
    height: 50px;
    width: 50px;
    --smush-placeholder-width:50px;
}

@media (max-width: 767px) {
    .heading-jobnas {
        font-size: 42px;
    }
    .heading-text-jobnas {
        font-size: 18px;
        padding: 30px 0;
        line-height: 1.6;
    }
}

/* style.css */

/* Basic reset */
h1, h2, h3, h4, h5, h6, blockquote, pre, code, address {
    padding: 0;
}

h3.post-title-clist {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

p {
    font-weight: normal;
    line-height: 1.6;
}

i.putih {
    color: #fff;
}

/* Layout utama */
.single-3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px;
}

/* Widget kiri dan kanan */
.widget-area {
    width: 360px;
    max-width: 100%;
    position: sticky;
    top: 90px;
    height: fit-content;
}

.widget {
    margin: 20px 0 40px 0;
}

h3.widget-title {
    margin: 0 10px 30px 10px;
}

/* Widget kiri */
.widget-left {
    order: -1; /* Pindah ke kiri */
}

/* Widget kanan */
.widget-right {
    order: 1; /* Pindah ke kanan */
}
.footer-container {
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 0;
    text-align: center;
}

.footer-atas-container {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}

.footer-bawah-container {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 20px auto;
}

.footer-kiri,
.footer-kanan {
    width: 48%;
    padding: 15px;
}


/* Konten utama */
.conten-single-post {
    max-width: 700px;
    flex-grow: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Penulis dan editor */
.single-post-container p {
    font-size: 16px;
    color: #000000;
    margin: 6px 0;
}
.single-post-container .wp-caption-text {
    padding: 0px 20px;
}

/* Sembunyikan widget jika layar di bawah 1080px */
@media screen and (max-width: 1220px) {
    .widget-area {
        display: none;
    }
    
    .single-3 {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    
    .conten-single-post {
        max-width: 100%;
    }
    .conten-single-post {
        display: flex;
        margin: 10px 0;
        position: relative;
        background: #fff;
        width: 100%;
        flex-grow: 1;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

/* Konten artikel */
.single-post-main {
    position: relative;
}
.single-post-container {
    max-width: 1200px;
    width: 100%;
    margin: 0;
    padding: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    position: relative;
    z-index: 2;
    background: #fff;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-header-cv {
    margin-bottom: 20px;
    padding: 90px 10px 20px;
}

.entry-title {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.entry-meta {
    font-size: 0.9em;
    color: #666;
}

.entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

.entry-content {
    line-height: 1.6;
    margin-top: 20px;
}

.single-post-container a {
    color: #d90041;
}

.single-post-container li {
    margin: 10px 0;
    line-height: 1.6;
}
.entry-footer {
    border-top: 1px solid #ddd;
    color: #fff;
    text-align: center;
    background: #fff;
    z-index: 2;
    position: relative;
    margin-top: 90px;
}

.bawah-single {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 30px 0 0;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    font-size: 1em;
    color: #0073aa;
}

.nav-links {
    font-size: 10px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    color: #0073aa;
    text-decoration: none;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    text-decoration: underline;
}

.screen-reader-text {
    margin-bottom: 20px;
}

/* Responsive design */
@media (min-width: 1024px) {
    .swiper {
      height: 680px;
    }
    .swiper-slide img {
      height: 500px;
    }
    .shimmer-wrapper {
        height: 500px;
    }
}

@media (min-width: 828px) {
    .heading-widget-jobnas {
        height: 569px;
    }
    .swiper {
      height: 580px;
    }
    .swiper-slide img {
      height: 420px;
    }
    .shimmer-wrapper {
        height: 420px;
    }
}

@media (max-width: 828px) {
    .heading-widget-jobnas {
        height: 569px;
    }
    .swiper {
      height: 480px;
    }
    .swiper-slide img {
      height: 400px;
    }
    .shimmer-wrapper {
        height: 400px;
    }
}
@media (max-width: 600px) {
    .heading-widget-jobnas {
        height: 529px;
    }
    .swiper {
      height: 430px;
    }
    .swiper-slide img {
      height: 360px;
    }
    .shimmer-wrapper {
        height: 360px;
    }
}
@media (max-width: 480px) {
    .heading-widget-jobnas {
        height: 449px;
    }
    .swiper {
      height: 400px;
    }
    .swiper-slide img {
      height: 300px;
    }
    .shimmer-wrapper {
        height: 300px;
    }
}
@media (max-width: 600px) {
    .footer-menu {
        grid-template-columns: 1fr; /* Ubah menjadi 1 kolom pada layar kecil */
    }
    .entry-title {
        font-size: 2em;
    }

    .post-navigation {
        flex-direction: column;
        align-items: center;
    }

    .post-navigation .nav-previous, .post-navigation .nav-next {
        margin-bottom: 10px;
    }
}
/* Responsive design */
@media (min-width: 600px) {
    .footer-menu {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 634px) {
    .thumb-home-wrapper.video-post {
    position: relative;
    height: 450px;
    width: 100%;
    display: block;
    }
    .ad-archive {
        height:100%;
    }
    .front-page-main .container {
        display:block;
    }
    .post-thumbnail{
        margin:20px 0;
    }
    .archive-header {
    height: 350px;
}
}
/* menu */
.tombol2-dihead {
    right: 66px;
    position: absolute;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 46px;
    height: 46px;
}
.menu-mobile-icon {
    color: #f0f0f0;
    display: flex;
    align-items: center;
    height: 46px;
    width: 46px;
}
.kirim-tulisan-header {
    color: #131a24;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 8px;
}
.kirim-tulisan {
    color: #131a24;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 8px;
    width: 46px;
    height: 46px;
}
.header-menu-class {
    list-style: none;
    display: flex;
    margin: 0 40px;
    padding: 0;
}

.header-menu-class li {
    margin: 0 15px;
}

.header-menu-class a {
    color: #131a24;
    text-decoration: none;
    padding: 22px 10px;
    transition: background-color 0.3s, color 0.3s;
}

.header-menu-class a:hover {
    background-color: #6b0404;
    color: #fff;
    border-radius: 5px;
}


.menu-mobile-icon i {
    font-size: 24px;
}

.menu-mobile-icon span {
    margin: 0 8px;
}

/* Style untuk <li> di luar sub-menu */
/* Style untuk <a> di dalam <li> di luar sub-menu */
#menu-menu > .menu-item > a {
    background-color: #131a24;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 5px 0;
}

/* Style untuk <a> di dalam <li> di dalam sub-menu */
.menu-item-has-children .sub-menu .menu-item a {
    background-color: white;
    color: black;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Style untuk sub-menu container */
.menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Hilangkan bullet point dari <li> */
#menu-menu li, .sub-menu li {
    list-style: none;
}
#menu-menu {
    padding: 0;
    font-size: 12px;
    margin: 0 4px;
}
/* Mengatur ketinggian maksimum dan overflow pada kontainer menu */
.menu-menu-container {
    height: 100%;
    top: 10px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .menu-menu-container {
        max-height: 360px
    }
}

/* Menyembunyikan scrollbar di Webkit browser (Chrome, Safari) */
.menu-menu-container::-webkit-scrollbar {
    display: none;
}

/* Membuat isi menu dapat digulir */
.menu-menu-container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
}
/* end menu */
/* footer */
.app-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border-top: 1px solid #ddd;
    z-index: 1000;
    top: 90px;
}

.index-widgets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.index-widget-slot {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Responsif: Jika layar kurang dari 768px, ubah jadi 2 kolom */
@media (max-width: 1080px) {
    .index-widgets {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsif: Jika layar kurang dari 480px, ubah jadi 1 kolom */
@media (max-width: 720px) {
    .index-widgets {
        grid-template-columns: 1fr;
    }
    .index-widget-slot {
        background: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }
}

.name-site-footer {
    margin: 30px;
}
.footer-menu a {
    color: antiquewhite;
    width: 100%;
    display: block;
    margin: 10px;
}
.footer-menu {
    text-align: left;
    list-style: none;
    display: grid;
    gap: 10px;
    padding: 30px;
}

.footer-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #131a24;
}

.footer-icon i {
    font-size: 24px;
}

.footer-icon span {
    font-size: 12px;
}

.popup {
    position: fixed;
    background: #fff;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    display: none;
    z-index: 1001;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
}
.popup-share {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 400px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.popup::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
}

.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background: #cf2e2e;
    padding: 4px 8px;
    width: 100%;
}

.popup-logout {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.popup-logout img {
    border-radius: 50%;
}

.profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#131a24;
    font-size: 12px;
    margin-right: 20px;
}

img.profile-google {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

i.fab.fa-google {
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 14px;
    margin: 10px;
}

.red-heart {
    color: red;
}

/* Forms
--------------------------------------------- */
a.button, button, input.button, input[type="button"], input[type="reset"], input[type="submit"] {
    transition: 0.3s;
    border: none !important;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    background-color: var(--button-bgcolor, #182bca);
    color: var(--button-color, #ffffff);
    overflow: visible;
    position: relative;
    outline: none;
    left: auto;
    display: inline-block;
}
button.button-selengkapnya {
    width: 120px;
    height: 40px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    outline: none;
    font-size: 14px;
    color: var(--content-greycolor, #888888);
    background-color: var(--content-bgcolor, #fbfbfb);
    border: 1px solid var(--border-color, #cccccc);
    border-radius: 20px;
    padding: 7px 15px;
    width: 100%;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
}
.wp-block-search__input {
    max-width: 160px;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
}

select option {
	color: var(--content-greycolor, #888888);
	background-color: var(--content-bgcolor, #ffffff);
	border: 1px solid var(--border-color, #cccccc);
}

select optgroup {
	border: 1px solid var(--border-color, #cccccc);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	color: var(--main-color, #131a24);
}

button[disabled],
button.disabled,
button:disabled,
a.button[disabled],
a.button.disabled,
a.button:disabled,
input[disabled],
input.disabled,
input:disabled {
	user-select: none;
	cursor: not-allowed !important;
	opacity: 0.3;
}

select {
	max-width: 100%;
}

textarea {
	width: 100%;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.formpost {
    padding: 170px 20px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}
.form-poster {
    padding: 20px 0;
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
button.remove-block {
    margin: 20px;
    background: #cb0000;
}
/* form Kirim Tulisan */
.dynamic-block {
    padding: 10px;
    border-radius: 10px;
    background: #383d59;
    color: #fff;
    margin: 45px 0;
}
.form-dinamis-blok {
    margin: 40px 20px 20px;
}
label.judul-form-dinamis {
    width: 50%;
}
.ql-toolbar.ql-snow {
    background: #fff;
}
.form-poster-tulisan {
    margin-bottom: 20px;
}
.form-poster-gambar {
    padding: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #000;
    border-radius: 10px;
    color: #fff;
    margin: 20px 0;
}
input.formposter-tulisan {
    height: 60px;
}
.btn-kirim-tulisan {
    width: 100%;
    height: 60px;
    background: #2c9348 !important;
    border-radius: 10px !important;
}
/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
	width: 100%;
    overflow-x: hidden;
}

/* Style untuk tabel komentar custom */
.wrap h1 {
    margin-bottom: 20px;
}

.widefat.fixed {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.widefat.fixed th {
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.widefat.fixed td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.widefat.fixed .column-title {
    width: 25%;
}

.widefat.fixed .column-author {
    width: 20%;
}

.widefat.fixed .column-status {
    width: 10%;
}

.widefat.fixed .column-action {
    width: 10%;
}

.widefat.fixed tr:hover {
    background-color: #f9f9f9;
}

/* Style untuk tombol aksi */
.widefat.fixed .column-action a {
    text-decoration: none;
    color: #0073aa;
    margin-right: 10px;
}

.widefat.fixed .column-action a:hover {
    color: #005177;
}

.widefat.fixed .column-action a.approve {
    color: #46b450;
}

.widefat.fixed .column-action a.delete {
    color: #d63638;
}

/* Style untuk checkbox */
.widefat.fixed th.check-column,
.widefat.fixed td.check-column {
    width: 5%;
    text-align: center;
}

.widefat.fixed input[type="checkbox"] {
    margin: 0;
}

/* Style untuk paginasi */
.load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #b80508;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}
.tombol-load {
    margin: 80px;
}
.tablenav {
    margin: 20px 0;
}

.tablenav-pages {
    float: right;
}

.tablenav-pages .page-numbers {
    margin: 0 2px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0073aa;
    text-decoration: none;
}

.tablenav-pages .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    border: 1px solid #0073aa;
}

.tablenav-pages .page-numbers:hover {
    background-color: #0073aa;
    color: #fff;
}

/* eksternal */
.gtm-iframe {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
}
.bg-home {
    padding: 20px;
    text-align: left;
}
.bg-nama {
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-color: #fff;
    border-radius: 20px;
    background: #000b32;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.button-selengkapnya-auth {
    width: 100%;
}
.nama-situs {
    color: #ffffff;
    padding: 10px;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    margin: 0;
}
.ppcardverif {
    display: flex;
    align-items: center;
    margin: 20px 0;
    float: right;
}
.kolom-nama-situs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    color: #fff;
}
.logo-card-div {
    min-width: 120px;
    max-width: 120px;
    padding-right: 10px;
}
.logo-card-div img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.desc-card {
    font-size: 12px;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px;
}
.desc-card-bottom {
    font-size: 12px;
    height: 120px;
    overflow: scroll;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    margin: 20px;
}
img.ceklis {
    width: 22px;
}
span.verif {
    line-height: 1.5;
    font-size: 8px;
    padding: 10px;
}
/* produk */
.product-images-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.product-image-item {
    flex: 1 1 30%; /* Menyusun gambar dalam kolom dengan ukuran 30% dari lebar kontainer */
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-details {
    background-color: #f9f9f9;
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.product-details span {
    display: block; /* Tampilkan sebagai blok */
    font-size: 16px; /* Ukuran teks */
    color: #333; /* Warna teks */
}

.product-details-harga {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-details .harga-asli {
    text-decoration: line-through; /* Garis coret untuk harga asli */
    color: #999; /* Warna teks untuk harga asli */
}

.product-details .harga-promo {
    font-weight: bold; /* Teks tebal untuk harga promo */
    color: #e74c3c; /* Warna merah untuk harga promo */
    font-size: 18px; /* Ukuran teks lebih besar */
}

.product-details .beli {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    right: 10px;
    position: absolute;
}

.product-details .beli a {
    color: #fff; /* Warna teks dalam link */
    text-decoration: none; /* Hilangkan garis bawah pada link */
}

.product-details .beli:hover {
    background-color: #2980b9; /* Warna tombol saat dihover */
}

.product-details .beli-single {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    right: 30px;
    position: absolute;
}

.product-details .beli-single a {
    color: #fff; /* Warna teks dalam link */
    text-decoration: none; /* Hilangkan garis bawah pada link */
}

.product-details .beli-single:hover {
    background-color: #2980b9; /* Warna tombol saat dihover */
}
/* CSS for the gallery and lightbox */
.product-images-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.product-image-item-front {
    flex: 1 1 30%; /* Adjusts the size of the images in the gallery */
    margin-bottom: 15px;
    cursor: pointer;
}
.product-image-item-front img {
    width: 100%;
    border: 2px solid #ddd;
    margin: 0;
    border-radius: 4px;
    transition: transform .2s;
    height: auto;
    display: block;
}
.product-image-item-front img:hover {
    transform: scale(1.05);
}

/* Lightbox styling */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.buku-langgar {
    padding: 10px;
}
h2.post-title-buku {
    padding: 10px;
    font-size: 18px;
}
.container-buku{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
/* slider home */
.custom-swiper {
  width: 100%;
  height: 250px; /* atau sesuaikan tinggi thumb kamu */
  position: relative;
  z-index: 1;
  border-radius: 0 !important;
}

.swiper-wraper {
    min-height:286px;
    max-height:508px;
}

.custom-swiper .swiper-slide {
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius:10px;
  max-width: 940px;
    margin: 0 auto;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
  max-height:508px;
}
.gamslide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    position: relative;
    object-fit: cover;
    object-position: center center;
}
.gamslide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}
.quotes {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index:5;
}
blockquote.isi-quotes {
    margin: 0 0 20px 0;
    background: #00000063;
    z-index: 6;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 3px solid;
    border-color: #0000003b;
    font-size: 22px;
}
blockquote.isi-quotes ul {
    padding: 0 20px;
    position: relative;
    display: block;
    margin: 0;
}
blockquote.isi-quotes li {
    padding: 4px;
}
blockquote.isi-quotes p {
    padding-top: 5px;
    margin: 0;
    line-height: 1.3;
}
.swiper-post-h3 {
    position: relative;
    margin: 0;
    color: #fff700;
    padding: 0 0 10px;
    display: flex;
}
.headline-swipe {
    color: #000;
    max-width: 600px;
    height:46px;
    margin: 20px auto;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* jumlah baris */
  -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    z-index:9;
}

/* Ganti semua tombol next/prev per post */
.swiper-button-next,
.swiper-button-prev {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 60px !important;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next {
  background-image: url(https://zinesport.com/wp-content/uploads/2025/07/next.png);
  right: 10px;
  left: auto;
}

.swiper-button-prev {
  background-image: url(https://zinesport.com/wp-content/uploads/2025/07/previous.png);
  left: 10px;
  right: auto;
}

/* Hilangkan panah default Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination-atas {
    top: 10px !important;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 20px;
}

a.judul-headline {
    position: relative;
    z-index: 9;
}

/* Gaya pagination untuk post */
.custom-pagination {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 10;
}

.custom-pagination .swiper-pagination-bullet {
  background-color: #333;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  transition: transform 0.3s ease;
}

.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
}

.custom-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
/* product admin */
div#product_images_container img {
    width: 45px;
}
.product-image-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* screenshot mode */
.screenshot-mode {
  width: 800px !important;
  height: 994px !important;
}

.screenshot-mode .gamslide {
  width: 800px !important;
  height: 994px !important;
}

.screenshot-mode .gamslide::after {
  height: 100% !important;
  background: linear-gradient(to top, rgb(0 0 0 / 99%), rgb(0 0 0 / 12%), rgb(0 0 0 / 2%)) !important;
}

.screenshot-mode .youtube-thumbnail {
  width: 800px !important;
  height: 994px !important;
}

.screenshot-mode .youtube-thumbnail::after {
    content: "";
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to top, rgb(0 0 0 / 90%), rgb(0 0 0 / 76%), rgb(0 0 0 / 18%)) !important;
    pointer-events: none;
    z-index: 1;
}

.screenshot-mode .thumb-home-wrapper {
  width: 800px !important;
}

.screenshot-mode h2.post-title {
    font-size: 54px !important;
}

.screenshot-mode h2.post-title.video-post {
    font-size: 54px !important;
}

.screenshot-mode img.logo-site-content {
    width: 190px !important;
    margin-left: 50px !important;
}

.screenshot-mode .post-title {
    margin: 28px 50px !important;
}
.screenshot-mode .post-title.video-post {
    margin: 28px 50px !important;
    z-index:3 !important;
    position: absolute !important;
    bottom: 50px !important;
    color: #fff !important;
}

.screenshot-mode .quotes {
    padding: 28px 62px !important;
}

.screenshot-mode blockquote.isi-quotes {
  font-size: 46px !important;
  margin: 0 0 80px 0;
}

/* yt */
.video-wrapper {
    width: 100%;
}
.video-wrapper .play-button {
    z-index: 2;
}
/* shimer */
.shimmer-wrapper {
  position: relative;
  width: auto; /* sesuaikan dengan thumbnail */
  max-height: 580px; /* sesuaikan */
  overflow: hidden;
  background: #f0f0f0;
}

.shimmer {
  position: absolute;
  top: 0;
  left: -150px;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(300%);
  }
}

.hidden {
  display: none;
}