div#page-content-wrapper {
    background-color: white;
}

div#content-body {
    margin-top: 73px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#panduan {
    padding: 25px;
}

@media (max-width: 792px) {
    #panduan {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.guide-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 20px;
    box-shadow: 0 8px 18px rgba(18, 95, 178, 0.12);
    transition: 0.25s;

    display: flex;
    gap: 12px;
    align-items: center;
}

.guide-card:hover {
    transform: translateY(-5px);
}

.guide-icon {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.guide-card h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.guide-card p {
    color: #888;
    font-size: 0.9rem;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .hero-4 {
        width: 90%;
    }
}

.modal-body {
    max-height: 60vh !important;
    overflow-y: auto;
}
