/* Standar Pelayanan Permohonan Informasi Publik — 6 langkah */

#standar-pelayanan {
    background: #fff;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

.ppid-sop-header {
    margin-bottom: 2.5rem;
}

.ppid-sop-title {
    margin: 0 0 0.35rem;
    font-size: 1.375rem;
    font-weight: 800;
    color: #0b3d6e;
    letter-spacing: 0.01em;
    line-height: 1.35;
    text-transform: uppercase;
}

.ppid-sop-subtitle {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0b3d6e;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ppid-sop-flow-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}

.ppid-sop-flow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.35rem;
    min-width: 1080px;
    margin: 0 auto;
    padding: 0 0.5rem 1rem;
}

.ppid-sop-step {
    flex: 0 0 155px;
    max-width: 155px;
    text-align: center;
    position: relative;
}

.ppid-sop-step.has-note {
    padding-bottom: 0.25rem;
}

.ppid-sop-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
}

.ppid-sop-icon i {
    font-size: 1.75rem;
    color: #fff;
    line-height: 1;
}

.ppid-sop-icon.is-red {
    background: #c62828;
    box-shadow: 0 4px 14px rgba(198, 40, 40, 0.28);
}

.ppid-sop-icon.is-blue {
    background: #0b3d6e;
    box-shadow: 0 4px 14px rgba(11, 61, 110, 0.22);
}

.ppid-sop-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.65rem;
}

.ppid-sop-num.is-red {
    background: #c62828;
}

.ppid-sop-num.is-blue {
    background: #0b3d6e;
}

.ppid-sop-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0b3d6e;
    line-height: 1.45;
    margin: 0 0 0.55rem;
}

.ppid-sop-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #1565c0;
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 999px;
    line-height: 1.3;
    white-space: nowrap;
}

.ppid-sop-time i {
    font-size: 0.75rem;
}

.ppid-sop-note {
    margin-top: 0.65rem;
    padding: 0.45rem 0.5rem;
    font-size: 0.625rem;
    line-height: 1.45;
    color: #b71c1c;
    background: #ffebee;
    border: 1px dashed #ef9a9a;
    border-radius: 6px;
    text-align: left;
}

.ppid-sop-note strong {
    font-weight: 700;
}

.ppid-sop-arrow {
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    color: #1565c0;
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
    #standar-pelayanan {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .ppid-sop-title {
        font-size: 1.125rem;
    }

    .ppid-sop-subtitle {
        font-size: 0.8125rem;
    }

    .ppid-sop-flow-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ppid-sop-flow {
        min-width: 980px;
    }

    .ppid-sop-step {
        flex: 0 0 140px;
        max-width: 140px;
    }

    .ppid-sop-icon {
        width: 64px;
        height: 64px;
    }

    .ppid-sop-icon i {
        font-size: 1.5rem;
    }

    .ppid-sop-label {
        font-size: 0.6875rem;
    }
}
