.ppdb-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.ppdb-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#ppdb-countdown {
    background: #f0f9ff;
    border: 1px dashed #0284c7;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
}

.ppdb-error {
    background: #ffecec;
    color: #b30000;
    padding: 12px;
    border-left: 5px solid #ff4d4d;
    margin-bottom: 15px;
    border-radius: 6px;
}

.ppdb-preview-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 8px;
}

.ppdb-preview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.ppdb-preview-table th {
    text-align: left;
    width: 35%;
    padding: 8px;
    background: #f7f7f7;
}

.ppdb-preview-table td {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.ppdb-status.diterima {
    color: #0a7d2c;
    font-weight: bold;
}

.ppdb-status.cadangan {
    color: #d17b00;
    font-weight: bold;
}

.ppdb-photo-box {
    width: 113px;   /* ±3 cm */
    height: 151px;  /* ±4 cm */
    border: 1px solid #000;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}
