.onpp-form-wrap,
.onpp-signatures-wrap {
    margin-top: 2rem;
    padding: 1.25rem;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #ffffff;
    box-sizing: border-box;
}

.onpp-form-wrap h2,
.onpp-signatures-wrap h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.onpp-form-intro {
    margin-bottom: 1rem;
}

.onpp-sign-form p {
    margin: 0 0 1rem;
}

.onpp-sign-form label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.onpp-sign-form input[type="text"],
.onpp-sign-form input[type="email"],
.onpp-sign-form input[type="number"],
.onpp-sign-form input[type="date"],
.onpp-sign-form select,
.onpp-sign-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 1.4;
}

.onpp-sign-form textarea {
    min-height: 120px;
    resize: vertical;
}

.onpp-sign-form button {
    padding: 0.85rem 1.1rem;
    border: 1px solid #eb7132;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
    background: #eb7132;
    color: #ffffff;
}

.onpp-sign-form button:hover,
.onpp-sign-form button:focus {
    background: #d96428;
    border-color: #d96428;
    color: #ffffff;
}

.onpp-checkbox-row label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
}

.onpp-checkbox-row input {
    width: auto;
    margin: 0;
}

.onpp-privacy-text {
    font-size: 0.95rem;
    opacity: 0.9;
}

.onpp-notice {
    margin: 1rem 0;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
}

.onpp-notice p {
    margin: 0;
}

.onpp-notice-pending,
.onpp-notice-pending-existing {
    border-color: #d4d4d4;
    background: #f7f7f7;
}

.onpp-notice-verified,
.onpp-notice-already-verified {
    border-color: #cfe8cf;
    background: #f3fbf3;
}

.onpp-notice-invalid,
.onpp-notice-error,
.onpp-notice-rate-limited,
.onpp-notice-duplicate,
.onpp-notice-spam {
    border-color: #ecd0d0;
    background: #fff5f5;
}

.onpp-signature-count {
    margin-bottom: 1rem;
}

.onpp-signature-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.onpp-signature-table th,
.onpp-signature-table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.75rem 0.5rem;
    text-align: left;
    vertical-align: top;
}

.onpp-signature-table th {
    font-weight: 700;
}

.onpp-custom-row {
    margin-bottom: 0.25rem;
}

.onpp-custom-row:last-child {
    margin-bottom: 0;
}

.onpp-muted {
    opacity: 0.7;
}

.onpp-honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.onpp-pagination {
    margin-top: 20px;
}

.onpp-pagination a,
.onpp-pagination strong {
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1.2;
}

.onpp-pagination strong {
    background: #f5f5f5;
}

@media (max-width: 782px) {
    .onpp-signature-table,
    .onpp-signature-table thead,
    .onpp-signature-table tbody,
    .onpp-signature-table tr,
    .onpp-signature-table th,
    .onpp-signature-table td {
        display: block;
        width: 100%;
    }

    .onpp-signature-table thead {
        display: none;
    }

    .onpp-signature-table tr {
        margin-bottom: 1rem;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 0.5rem;
    }

    .onpp-signature-table td {
        border: none;
        padding: 0.4rem 0;
    }
}