.elementor-12546 .elementor-element.elementor-element-cdaaf52{width:auto;max-width:auto;margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-cdaaf52 *//* =====================================================
   SUMBER REFERENSI SPs UT
===================================================== */

.sps-referensi {
    width: 100%;
    padding: 75px 20px 90px;
    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(18,109,224,.08),
            transparent 25%
        ),
        radial-gradient(
            circle at 95% 90%,
            rgba(255,196,0,.10),
            transparent 25%
        ),
        #f7faff;
}


/* =====================================================
   HEADER
===================================================== */

.sps-referensi-header {
    max-width: 800px;
    margin: 0 auto 45px;
    text-align: center;
}

.sps-referensi-kicker {
    display: inline-block;

    padding: 8px 18px;

    border-radius: 30px;

    background: #edf5ff;

    color: #0755bd;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;
}

.sps-referensi-header h2 {
    margin: 14px 0 0;

    color: #071936;

    font-family: Arial, sans-serif;
    font-size: clamp(34px, 4vw, 48px);

    font-weight: 800;

    line-height: 1.15;
}

.sps-referensi-header h2 span {
    color: #126de0;
}

.sps-referensi-header h2::after {
    content: "";

    display: block;

    width: 90px;
    height: 5px;

    margin: 12px auto 0;

    border-radius: 20px;

    background: #ffc400;

    transform: rotate(-2deg);
}

.sps-referensi-header p {
    max-width: 650px;

    margin: 18px auto 0;

    color: #748399;

    font-family: Arial, sans-serif;
    font-size: 14px;

    line-height: 1.8;
}


/* =====================================================
   CARD
===================================================== */

.sps-ref-card {
    position: relative;

    display: grid;

    grid-template-columns: 70px 1fr;

    max-width: 1050px;

    margin: 0 auto 20px;

    padding: 30px 35px;

    background: #ffffff;

    border: 1px solid #e8eef6;

    border-radius: 22px;

    box-shadow:
        0 12px 35px rgba(25,65,110,.07);

    box-sizing: border-box;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.sps-ref-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 18px 42px rgba(25,65,110,.11);
}


/* =====================================================
   NOMOR
===================================================== */

.sps-ref-number {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    width: 45px;
    height: 45px;

    padding-top: 13px;

    box-sizing: border-box;

    border-radius: 14px;

    background: #edf5ff;

    color: #126de0;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
}


/* =====================================================
   CONTENT
===================================================== */

.sps-ref-content {
    min-width: 0;
}

.sps-ref-content h3 {
    margin: 5px 0 25px;

    color: #064394;

    font-family: Arial, sans-serif;
    font-size: 23px;

    font-weight: 800;

    line-height: 1.35;
}


/* =====================================================
   GROUP
===================================================== */

.sps-ref-group {
    margin-bottom: 15px;
}

.sps-ref-group-title {
    margin-bottom: 10px;

    color: #071936;

    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.sps-ref-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;

    margin-right: 7px;

    border-radius: 7px;

    background: #126de0;

    color: #ffffff;

    font-size: 20px;
    line-height: 1;
}


/* =====================================================
   LINK ITEM
===================================================== */

.sps-ref-link {
    position: relative;

    display: block;

    margin: 7px 0;
    padding: 12px 15px 12px 20px;

    border-left: 3px solid #e6edf6;

    color: #126de0;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    transition:
        background .2s ease,
        border-color .2s ease,
        padding-left .2s ease;
}

.sps-ref-link::before {
    content: "›";

    position: absolute;

    left: 6px;

    color: #ffc400;

    font-size: 18px;
    font-weight: 800;
}

.sps-ref-link:hover {
    padding-left: 24px;

    background: #f5f9ff;

    border-color: #126de0;
}

.sps-ref-link span {
    display: block;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.5;
}

.sps-ref-link small {
    display: block;

    margin-top: 4px;

    color: #8794a7;

    font-size: 11px;

    line-height: 1.5;
}


/* =====================================================
   DROPDOWN
===================================================== */

.sps-ref-dropdown {
    margin-top: 10px;

    border: 1px solid #e5edf7;

    border-radius: 14px;

    background: #fbfdff;

    overflow: hidden;
}

.sps-ref-dropdown summary {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 17px 20px;

    color: #064394;

    font-family: Arial, sans-serif;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;

    list-style: none;

    transition: background .2s ease;
}

.sps-ref-dropdown summary::-webkit-details-marker {
    display: none;
}

.sps-ref-dropdown summary:hover {
    background: #f2f7fd;
}

.sps-ref-dropdown summary span {
    display: block;
}

.sps-ref-dropdown summary small {
    display: block;

    margin-top: 4px;

    color: #8a98aa;

    font-size: 10px;
    font-weight: 400;
}

.sps-ref-dropdown summary b {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #edf5ff;

    color: #126de0;

    font-size: 20px;

    transition: transform .25s ease;
}

.sps-ref-dropdown[open] summary b {
    transform: rotate(45deg);

    background: #126de0;

    color: #ffffff;
}


/* =====================================================
   DROPDOWN CONTENT
===================================================== */

.sps-ref-dropdown-content {
    padding: 5px 20px 15px;

    border-top: 1px solid #e9eff6;
}

.sps-ref-dropdown-content a {
    display: block;

    position: relative;

    padding: 11px 10px 11px 20px;

    color: #126de0;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.55;

    transition:
        background .2s ease,
        padding-left .2s ease;
}

.sps-ref-dropdown-content a::before {
    content: "↗";

    position: absolute;

    left: 0;

    color: #ffc400;

    font-weight: 800;
}

.sps-ref-dropdown-content a:hover {
    padding-left: 25px;

    background: #f5f9ff;

    border-radius: 8px;
}

.sps-ref-dropdown-content a small {
    display: block;

    margin-top: 3px;

    color: #8794a7;

    font-size: 10px;

    font-weight: 400;
}


/* =====================================================
   DOCUMENT
===================================================== */

.sps-document {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 12px;

    padding: 16px 18px;

    border: 1px solid #e4ebf4;

    border-radius: 14px;

    background: #ffffff;

    color: #071936;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.sps-document:hover {
    transform: translateX(4px);

    border-color: #126de0;

    box-shadow:
        0 8px 22px rgba(18,109,224,.08);
}


/* =====================================================
   FILE ICON
===================================================== */

.sps-document-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    border-radius: 12px;

    background: #eaf3ff;

    color: #126de0;

    font-size: 11px;
    font-weight: 900;
}

.sps-document-icon.pdf {
    background: #fff1f1;

    color: #d93636;
}


/* =====================================================
   DOCUMENT INFO
===================================================== */

.sps-document-info {
    flex: 1;
}

.sps-document-info strong {
    display: block;

    color: #17385f;

    font-size: 14px;

    line-height: 1.5;
}

.sps-document-info small {
    display: block;

    margin-top: 4px;

    color: #8b97a7;

    font-size: 10px;
}


/* =====================================================
   ARROW
===================================================== */

.sps-document-arrow {
    flex: 0 0 auto;

    color: #126de0;

    font-size: 20px;
    font-weight: 700;
}

.sps-document-button {
    flex: 0 0 auto;

    padding: 9px 14px;

    border-radius: 9px;

    background: #126de0;

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    transition: background .2s ease;
}

.sps-document:hover .sps-document-button {
    background: #064394;
}


/* =====================================================
   NOTE
===================================================== */

.sps-ref-note {
    display: flex;

    align-items: center;

    gap: 12px;

    max-width: 1050px;

    margin: 30px auto 0;

    padding: 15px 18px;

    border-radius: 14px;

    background: #fff9df;

    color: #75631b;

    box-sizing: border-box;
}

.sps-ref-note > span {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 25px;
    height: 25px;

    border-radius: 50%;

    background: #ffc400;

    color: #ffffff;

    font-weight: 800;
}

.sps-ref-note p {
    margin: 0;

    font-family: Arial, sans-serif;

    font-size: 11px;

    line-height: 1.6;
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:800px) {

    .sps-referensi {
        padding: 55px 15px 70px;
    }

    .sps-ref-card {
        grid-template-columns: 55px 1fr;

        padding: 25px 22px;
    }

    .sps-ref-content h3 {
        font-size: 20px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:600px) {

    .sps-ref-card {
        display: block;

        padding: 22px 18px;
    }

    .sps-ref-number {
        margin-bottom: 15px;
    }

    .sps-ref-content h3 {
        margin-top: 0;

        font-size: 19px;
    }

    .sps-ref-dropdown summary {
        padding: 15px;
    }

    .sps-ref-dropdown summary span {
        font-size: 13px;
        line-height: 1.4;
    }

    .sps-document {
        align-items: flex-start;

        gap: 12px;

        padding: 14px;
    }

    .sps-document-icon {
        width: 42px;
        height: 42px;
    }

    .sps-document-info strong {
        font-size: 12px;
    }

    .sps-document-arrow {
        display: none;
    }

    .sps-document-button {
        display: none;
    }

    .sps-ref-link span {
        font-size: 13px;
    }

}/* End custom CSS */