/*
Theme Name: pmjpa
Theme URI: http://rawstudio.id
Author: Raw Studio Cooperative
Author URI: http://rawstudio.id
Description: Project Multatuli - jendela Perempuan Adat Custom Themes
Version: 1.0.387
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pmjpa
*/




.swiper-pagination-bullet {
    background-color: #000000; 
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}





/* Styling untuk section utama */
.html-components-section {
    background-color: #fff; /* bg-white */
    max-width: 96rem; /* max-w-6xl */
    margin-left: auto; /* mx-auto */
    margin-right: auto; /* mx-auto */
    padding-left: 1rem; /* px-4 */
    padding-right: 1rem; /* px-4 */
    padding-top: 3.5rem; /* py-14 */
    padding-bottom: 3.5rem; /* py-14 */
    /* rounded-3xlx tidak valid, mungkin maksudnya rounded-3xl */
}

/* Styling untuk responsif */
@media (min-width: 640px) { /* sm breakpoint */
    .html-components-section {
        padding-left: 2rem; /* sm:px-8 */
        padding-right: 2rem; /* sm:px-8 */
        padding-top: 5rem; /* sm:py-20 */
        padding-bottom: 5rem; /* sm:py-20 */
    }
}

/* Kontainer konten dalam section */
.html-components-section > div {
    max-width: 64rem; /* max-w-4xl */
    margin-left: auto; /* mx-auto */
    margin-right: auto; /* mx-auto */
}

/* Heading H1 (utama di dalam konten) */
.html-components-section h1:first-of-type {
    font-size: 2.25rem; /* text-4xl */
    line-height: 2.5rem; /* leading-tight */
    font-weight: 700; /* font-bold */
    margin-bottom: 2rem; /* mb-8 */
}

@media (min-width: 640px) { /* sm breakpoint */
    .html-components-section h1:first-of-type {
        font-size: 3rem; /* sm:text-5xl */
        line-height: 1; /* sm:leading-none */
    }
}

/* Paragraf pembuka */
.html-components-section > div > p:first-of-type {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.625; /* leading-relaxed */
    margin-bottom: 1.5rem; /* mb-6 */
}

/* Horizontal Rule (garis pemisah) */
.html-components-section hr {
    margin-top: 2.5rem; /* my-10 */
    margin-bottom: 2.5rem; /* my-10 */
    border: none;
    border-top: 1px solid #d1d5db; /* border-gray-300 */
}

/* General H2 (sub-judul kategori) */
.html-components-section h2 {
    font-size: 1.875rem; /* text-3xl */
    line-height: 2.25rem; /* leading-9 */
    font-weight: 700; /* font-bold */
    margin-bottom: 1rem; /* mb-4 */
}

@media (min-width: 640px) { /* sm breakpoint */
    .html-components-section h2 {
        font-size: 2.25rem; /* sm:text-4xl */
        line-height: 2.5rem; /* sm:leading-10 */
    }
}

/* Individual Heading Levels */
.html-components-section h1 { font-size: 1.875rem; font-weight: 700; margin-bottom: 0.5rem; } /* text-3xl font-bold mb-2 */
.html-components-section h2:not(:first-of-type) { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; } /* text-2xl font-bold mb-2 */
.html-components-section h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; } /* text-xl font-bold mb-2 */
.html-components-section h4 { font-size: 1.125rem; font-weight: 700; margin-bottom: 0.5rem; } /* text-lg font-bold mb-2 */
.html-components-section h5 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; } /* text-base font-bold mb-2 */
.html-components-section h6 { font-size: 0.875rem; font-weight: 700; margin-bottom: 1.5rem; } /* text-sm font-bold mb-6 */


/* Paragraf umum */
.html-components-section p {
    font-size: 1rem; /* text-base */
    line-height: 1.625; /* leading-relaxed */
    margin-bottom: 1rem; /* mb-4 */
}

/* Pemformatan teks */
.html-components-section strong, .html-components-section b { font-weight: 700; } /* font-bold */
.html-components-section em, .html-components-section i { font-style: italic; } /* italic */
.html-components-section del { text-decoration: line-through; } /* line-through */

/* Link */
.html-components-section a {
    color: #2563eb; /* text-blue-600 */
    text-decoration: underline; /* underline */
}
.html-components-section a:hover {
    color: #1d4ed8; /* hover:text-blue-800 */
}

/* Blockquote */
.html-components-section blockquote {
    margin-bottom: 1.5rem; /* mb-6 */
}
.html-components-section blockquote p {
    font-size: 1rem; /* text-base */
    line-height: 1.625; /* leading-relaxed */
    font-style: italic; /* italic */
    border-left: 4px solid #9ca3af; /* border-l-4 border-gray-400 */
    padding-left: 1rem; /* pl-4 */
    padding-top: 0.5rem; /* py-2 */
    padding-bottom: 0.5rem; /* py-2 */
    margin-bottom: 0; /* Override default p margin */
}
.html-components-section blockquote footer {
    font-size: 0.875rem; /* text-sm */
    color: #4b5563; /* text-gray-600 */
    margin-top: 0.5rem; /* mt-2 */
}

/* Preformatted text */
.html-components-section pre {
    background-color: #f3f4f6; /* bg-gray-100 */
    padding: 1rem; /* p-4 */
    border-radius: 0.375rem; /* rounded-md */
    overflow-x: auto; /* overflow-x-auto */
    margin-top: 1rem; /* my-4 */
    margin-bottom: 1rem; /* my-4 */
    font-size: 0.875rem; /* text-sm */
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Lists */
.html-components-section ul {
    list-style-type: disc; /* list-disc */
    padding-left: 1.5em; /* list-inside tidak selalu cocok 1:1, jadi pakai padding */
    margin-bottom: 1.5rem; /* mb-6 */
}
.html-components-section ol {
    list-style-type: decimal; /* list-decimal */
    padding-left: 1.5em; /* list-inside */
    margin-bottom: 1.5rem; /* mb-6 */
}
.html-components-section ul ul,
.html-components-section ol ul {
    list-style-type: circle; /* list-circle untuk nested ul */
    margin-left: 1.5rem; /* ml-6 */
    margin-bottom: 0; /* Tidak ada mb pada nested list */
}

/* Images */
.html-components-section figure {
    margin-bottom: 1.5rem; /* mb-6 */
}
.html-components-section img {
    max-width: 100%; /* w-full */
    height: auto; /* h-auto */
    border-radius: 0.375rem; /* rounded-md */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
    display: block; /* Agar margin auto bekerja jika ingin center */
    margin-left: auto;
    margin-right: auto;
}
.html-components-section figcaption {
    font-size: 0.875rem; /* text-sm */
    color: #4b5563; /* text-gray-600 */
    text-align: center; /* text-center */
    margin-top: 0.5rem; /* mt-2 */
}

/* Tables */
.html-components-section .overflow-x-auto {
    overflow-x: auto; /* overflow-x-auto */
    margin-bottom: 1.5rem; /* mb-6 */
}
.html-components-section table {
    min-width: 100%; /* min-w-full */
    background-color: #fff; /* bg-white */
    border-collapse: collapse; /* Untuk border yang rapi */
    border: 1px solid #e5e7eb; /* border border-gray-200 */
}
.html-components-section table thead tr {
    background-color: #f3f4f6; /* bg-gray-100 */
}
.html-components-section table th {
    padding-top: 0.75rem; /* py-3 */
    padding-bottom: 0.75rem; /* py-3 */
    padding-left: 1rem; /* px-4 */
    padding-right: 1rem; /* px-4 */
    border-bottom: 1px solid #e5e7eb; /* border-b */
    text-align: left; /* text-left */
    font-size: 0.875rem; /* text-sm */
    font-weight: 600; /* font-semibold */
    color: #4b5563; /* text-gray-600 */
}
.html-components-section table td {
    padding-top: 0.75rem; /* py-3 */
    padding-bottom: 0.75rem; /* py-3 */
    padding-left: 1rem; /* px-4 */
    padding-right: 1rem; /* px-4 */
    border-bottom: 1px solid #e5e7eb; /* border-b */
    font-size: 0.875rem; /* text-sm */
    color: #374151; /* text-gray-700 */
}

/* Buttons */
.html-components-section button,
.html-components-section .button-secondary {
    display: inline-block; /* inline-block */
    font-weight: 700; /* font-bold */
    padding: 0.5rem 1rem; /* py-2 px-4 */
    border-radius: 0.25rem; /* rounded */
    text-decoration: none; /* remove underline for links */
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent; /* default border */
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.html-components-section button {
    background-color: #3b82f6; /* bg-blue-500 */
    color: #fff; /* text-white */
    margin-bottom: 1rem; /* mb-4 */
}
.html-components-section button:hover {
    background-color: #2563eb; /* hover:bg-blue-700 */
}

.html-components-section .button-secondary {
    background-color: #e5e7eb; /* bg-gray-200 */
    color: #374151; /* text-gray-800 */
    margin-left: 1rem; /* ml-4 */
}
.html-components-section .button-secondary:hover {
    background-color: #d1d5db; /* hover:bg-gray-300 */
}

/* Font family for headings (font-heading) - assuming a custom font if you had one */
/* Jika Anda menggunakan font kustom seperti 'Poppins' atau 'Montserrat' untuk heading, Anda bisa tambahkan di sini */
/* Contoh:
.html-components-section h1,
.html-components-section h2,
.html-components-section h3,
.html-components-section h4,
.html-components-section h5,
.html-components-section h6 {
    font-family: 'Your Heading Font', sans-serif;
}
*/

/* Font family for body (font-body) */
/* .html-components-section p,
.html-components-section li,
.html-components-section td,
.html-components-section figcaption,
.html-components-section blockquote p,
.html-components-section blockquote footer,
.html-components-section a.button-secondary {
    font-family: 'Your Body Font', sans-serif;
}
*/