.ptlp-trial-form-wrapper {
    max-width: 100%;
}

.ptlp-trial-form .ptlp-form-field {
    margin-bottom: 15px;
}

.ptlp-trial-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: normal;
    word-break: break-word;
    word-wrap: break-word;
    color: #222;
    font-size: 16px;
    margin: 20px 0 12px 0;
}

.ptlp-trial-form label .required {
    color: #d63638;
}

.ptlp-trial-form input[type="email"],
.ptlp-trial-form input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.ptlp-trial-form input[type="email"]:focus,
.ptlp-trial-form input[type="text"]:focus {
    outline: none;
    border-color: #0060ff;
    box-shadow: 0 0 0 1px #0060ff, 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.ptlp-trial-form .ptlp-submit-btn {
    background: #0060ff;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s ease;
}

.ptlp-trial-form .ptlp-submit-btn:hover {
    background: #0050dd;
}

.ptlp-trial-form .ptlp-submit-btn:disabled {
    background: #a7aaad;
    cursor: not-allowed;
}

.ptlp-trial-form .ptlp-form-message {
    padding: 12px;
    border-radius: 5px;
    margin-top: 15px;
    border: 0;
    text-align: center;
}

.ptlp-trial-form .ptlp-form-message.success {
    background: #c7f0c7;
    color: #1b5b1b;
}

.ptlp-trial-form .ptlp-form-message.error {
    background: #f8d7da;
    color: #842029;
}

/* Honeypot field - visually hidden but accessible to bots */
.ptlp-trial-form .ptlp-hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* Turnstile widget styling */
.ptlp-trial-form .ptlp-turnstile-field {
    margin-bottom: 15px;
}

.ptlp-trial-form .cf-turnstile {
    margin: 0;
}

/* Consent checkbox styling */
.ptlp-trial-form .ptlp-consent-field {
    margin-bottom: 15px;
}

.ptlp-trial-form .ptlp-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.ptlp-trial-form .ptlp-consent-label input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-top: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #0060ff;
}

.ptlp-trial-form .ptlp-consent-text {
    color: #555;
}

.ptlp-trial-form .ptlp-consent-text a {
    color: #0060ff;
    text-decoration: underline;
}

.ptlp-trial-form .ptlp-consent-text a:hover {
    color: #0050dd;
}
