.semi-bold {
    font-weight: 600;
    color: rgb(102, 102, 102);
}

/* setting text editor LINK TOMBOL */
.article-content a {
    color: #1d4ed8;
    text-decoration: underline;
}

/*  setting text editor LIST ANGKA DAN LIST BULAT */
.article-content ol {
    list-style-type: decimal;
    padding-left: 24px;
}

.article-content ul {
    list-style-type: disc;
    padding-left: 24px;
}

.article-content li {
    margin-bottom: 8px;
}

/* setting text editor TABLE */
.editor-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.editor-table td,
.editor-table th {
    border: 1px solid #ddd;
    padding: 10px 14px;
    vertical-align: top;
}

.editor-table tr:first-child {
    background: #f5f5f5;
    font-weight: bold;
}

.editor-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
}

.editor-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}

.editor-table td,
.editor-table th {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
}

/* setting text editor QUOTE */
.editor-quote {
    margin: 24px 0;
    padding: 16px 20px;
    border-left: 5px solid #3b82f6;
    background: #f8fafc;
    border-radius: 6px;
}

.editor-quote p {
    margin: 0;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    color: #333;
}

.editor-quote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-size: 14px;
    color: #666;
}

.editor-quote cite::before {
    content: "— ";
}

/* setting text editor CHECKLIST */
.editor-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.editor-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.editor-checklist .check-icon {
    color: #16a34a;
    font-size: 18px;
    line-height: 1.5;
}

/* setting text editor IMAGE : WITH BORDER, WITH BACKGROUND DAN STRECH IMAGE */
.editor-image {
    margin: 24px 0;
    text-align: center;
}

.editor-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.editor-image.with-border img {
    border: 2px solid #d1d5db;
    padding: 6px;
    border-radius: 8px;
}

.editor-image.with-background {
    background: #ebebeb;
    padding: 20px;
    border-radius: 10px;
}

.editor-image.stretched {
    width: 100%;
}

.editor-image.stretched img {
    width: 100%;
}

/* setting text editor FAQ */
.editor-faq {
    margin: 30px 0;
}

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    width: 100%;
    background: #f8fafc;
    border: none;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 22px;

    font-size: 17px;
    font-weight: 600;

    text-align: left;
}

.faq-question:hover {
    background: #f1f5f9;
}

.faq-icon {
    font-size: 22px;
    transition: 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.35s ease;

    padding: 0 22px;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 500px;

    padding: 20px 22px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* setting text editor HEADING 1 SAMPAI DENGAN 6 */
.article-content h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #1f2937;
    line-height: 1.25;
    margin: 1.5rem 0 1rem;
}

.article-content h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    margin: 1.4rem 0 0.9rem;
}

.article-content h3 {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
    margin: 1.3rem 0 0.8rem;
}

.article-content h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
    margin: 1.2rem 0 0.8rem;
}

.article-content h5 {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 600;
    color: #1f2937;
    line-height: 1.45;
    margin: 1rem 0 0.7rem;
}

.article-content h6 {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 600;
    color: #1f2937;
    line-height: 1.5;
    margin: 0.8rem 0 0.6rem;
}

.article-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #45474b;
    margin: 16px 0;
}

.article-content ol,
li,
ul {
    color: #45474b;
}
