/* STREAMING_CHUNK:Defining theme metadata and font properties... /
/
Theme Name: BAWOR for CBM
Theme URI: https://banyumaswordpress.com
Author: BAWOR
Author URI: https://banyumaswordpress.com
Description: Tema WordPress jualan untuk SMK.
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: storevibe
*/

/* STREAMING_CHUNK:Styling core utility classes and scrollbars... */
body {
font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Fix WP Admin Bar overlap on sticky header */
body.admin-bar header {
top: 32px !important;
}

@media screen and (max-width: 782px) {
body.admin-bar header {
top: 46px !important;
}
}

.glass-card {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}

.swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #cbd5e1;
opacity: 1;
transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
width: 28px;
border-radius: 6px;
background: var(--color-brand-600, #4f46e5) !important;
}

.text-gradient {
background: linear-gradient(135deg, var(--color-brand-600, #4f46e5) 0%, var(--color-accent-pink, #ec4899) 50%, var(--color-accent-orange, #f97316) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* STREAMING_CHUNK:Styling WordPress default pagination links... */
ul.page-numbers {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
list-style: none;
padding: 0;
margin: 0;
}

ul.page-numbers li a,
ul.page-numbers li span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.5rem;
height: 2.5rem;
padding: 0 0.75rem;
border-radius: 0.75rem;
font-size: 0.875rem;
font-weight: 700;
transition: all 0.2s ease;
background-color: #ffffff;
color: #334155;
border: 1px solid #e2e8f0;
}

ul.page-numbers li span.current {
background-color: var(--color-brand-600, #4f46e5);
color: #ffffff;
border-color: var(--color-brand-600, #4f46e5);
}

ul.page-numbers li a:hover {
background-color: #f1f5f9;
color: var(--color-brand-600, #4f46e5);
}

/* STREAMING_CHUNK:Styling WordPress core content and alignment classes... */
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
float: right;
margin-left: 1.5rem;
margin-bottom: 1rem;
}

.alignleft {
float: left;
margin-right: 1.5rem;
margin-bottom: 1rem;
}

.wp-caption {
max-width: 100%;
margin-bottom: 1rem;
}

.wp-caption-text {
font-size: 0.75rem;
color: #64748b;
text-align: center;
margin-top: 0.5rem;
}

.custom-scrollbar::-webkit-scrollbar {
width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
background: #f1f5f9;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}