.sop-card {
    transition: all 0.3s ease-in-out;
}

.sop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.sop-card h6 {
    font-size: 1rem;
    line-height: 1.4;
    min-height: 48px;
    /* agar tinggi rata meski judul panjang */
}

.alert-theme {
    background-color: #111827;
    /* your primary theme */
    color: #ffffff;
    border: none;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.alert-theme i {
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fff;
    /* optional accent (green) for contrast */
}

.alert-theme strong {
    color: #fff;
}

.alert-theme a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.alert-theme a:hover {
    text-decoration: none;
    opacity: 0.9;
}
