/* LAYOUT 2 KOLOM */
.pkp_structure_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

/* SIDEBAR STYLE */
.pkp_structure_sidebar {
    background: #f8f9fb;
    padding: 20px;
    border-radius: 8px;
}

/* BOX STYLE */
.block {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* JUDUL SECTION */
h3 {
    border-bottom: 2px solid #1a2a44;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* LINK BUTTON */
a.button {
    display: block;
    background: #1a2a44;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}

/* HOVER */
a.button:hover {
    background: #f4c430;
    color: black;
}/* SPACING BIAR LEGA */
.pkp_structure_main {
    padding: 30px !important;
}

/* JARAK ANTAR SECTION */
h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* PARAGRAF */
p {
    line-height: 1.7;
    color: #333;
}/* BOX ELEGAN */
.block, .cmp_block {
    background: white;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: none;
}
``body {
    background-color: #f6f8fb;
}

/* LINK */
a {
    color: #0070c0;
}

a:hover {
    color: #004a99;
}
body {
    font-family: "Helvetica Neue", Arial, sans-serif;
}
button, .cmp_button {
    background-color: #0070c0;
    border: none;
    border-radius: 3px;
    padding: 8px 15px;
}

button:hover {
    background-color: #005a9e;
}

``.pkp_site_name {
    display: block !important;
    color: white;
    font-size: 18px;
    margin-left: 10px;
}