.privacy-box {
    border: 1px solid #ddd;
    padding: 12px;
    margin: 20px 0;
    border-radius: 8px;
}

.privacy-content {
    height: 160px;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.6;
    padding: 8px;
    border: 1px solid #eee;
    background: #fafafa;
    margin-bottom: 10px;
}

.privacy-agree {
    font-weight: 600;
}

.hidden-field {
    position: absolute;
    left: -9999px;
}
