.ppid-wrapper {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background-color: transparent;
    max-width: 900px;
    margin: 0 auto;
}
.ppid-wrapper .form-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 5px solid #198754;
}
.ppid-wrapper .ppid-title {
    color: #198754;
    font-weight: bold;
}
.ppid-wrapper .ppid-subtitle {
    color: #6c757d;
}
.ppid-wrapper .section-title {
    background-color: #e9ecef;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #333;
}
.ppid-wrapper label {
    font-weight: 500;
    color: #444;
}
/* Sembunyikan honeypot dari manusia, tapi tetap ada di HTML untuk menjebak bot */
.ppid-wrapper .ppid-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    overflow: hidden;
}
