.turTimAcq-wrapper {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 30px;
    max-width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

/* --- Layout Grid --- */
.turTimAcq-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px -15px;
}

.turTimAcq-col-12 { 
    width: 100%; 
    padding: 0 15px; 
    box-sizing: border-box; 
}

.turTimAcq-col-6 { 
    width: 50%; 
    padding: 0 15px; 
    box-sizing: border-box; 
}

.turTimAcq-col-4 { 
    width: 33.33%; 
    padding: 0 15px; 
    box-sizing: border-box; 
}

/* --- Typography & Dividers --- */
.turTimAcq-divider {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
}

.turTimAcq-wrapper label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 13px;
}

.turTimAcq-req { 
    color: #d63638; 
    margin-left: 3px;
}

/* --- Inputs & Controls --- */
.turTimAcq-wrapper input[type="text"],
.turTimAcq-wrapper input[type="email"],
.turTimAcq-wrapper input[type="tel"] {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.turTimAcq-grid-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

/* --- Submission Area --- */
.turTimAcq-submit-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

#turTimAcq-submit-btn {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

#turTimAcq-submit-btn:hover {
    opacity: 0.9;
}

/* --- Force reCAPTCHA Inline Execution --- */
#turTimAcq-recaptcha-container {
    display: inline-flex;
    align-items: center;
    min-height: 60px; 
}

#turTimAcq-recaptcha-container .grecaptcha-badge {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: none !important;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .turTimAcq-col-6, .turTimAcq-col-4 { 
        width: 100%; 
    }
    
    .turTimAcq-submit-row {
        justify-content: center;
        flex-direction: column; 
    }
    
    #turTimAcq-submit-btn {
        width: 100%;
    }
}

/* --- Security & Forms --- */
.turTimAcq-hp-field { display: none !important; }
.turTimAcq-error-text { color: #d63638; font-weight: bold; margin-top: 15px; }

/* --- Success Messaging --- */
.turTimAcq-success-box { 
    padding: 25px; 
    background: #59d600; 
    border: 1px solid #3a5e3e;
    border-left: 4px solid #3a5e3e; 
    border-radius: 4px;
    margin-top: 20px; 
}

.turTimAcq-success-box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #1d2327;
    font-size: 20px;
    font-weight: 600;
}

.turTimAcq-success-message {
    font-weight: normal; 
    color: #3c434a;
    line-height: 1.6;
    font-size: 14px;
}

.turTimAcq-success-message p:last-child {
    margin-bottom: 0;
}

/* --- Legal & Consent Blocks --- */
.turTimAcq-consent-block {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed #eeeeee;
}

.turTimAcq-consent-desc {
    margin-top: 10px;
    margin-left: 28px; 
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
}

.turTimAcq-consent-desc p {
    margin-bottom: 10px;
}

.turTimAcq-consent-desc p:last-child {
    margin-bottom: 0;
}

/* --- Admin Submissions UI --- */
.turTimAcq-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 99999; }
.turTimAcq-modal-content { background: #fff; width: 400px; margin: 100px auto; padding: 20px; border-radius: 4px; }
.turTimAcq-modal-input { width: 100%; margin: 10px 0; }
.turTimAcq-modal-actions { text-align: right; }
.turTimAcq-delete-link { color: #d63638; }

/* --- Admin Settings UI --- */
.turTimAcq-version-tag { font-size: 12px; color: #666; }
.turTimAcq-settings-form { margin-top: 20px; }
.turTimAcq-security-status-box { background: #fff; border: 1px solid #ccd0d4; padding: 20px; margin-bottom: 20px; border-left: 4px solid #d63638; }
.turTimAcq-security-flex { display: flex; gap: 20px; margin-top: 15px; }
.turTimAcq-security-card { flex: 1; background: #f6f7f7; padding: 15px; border: 1px solid #ddd; text-align: center; }
.turTimAcq-security-label { display: block; font-size: 10px; text-transform: uppercase; color: #666; }
.turTimAcq-security-count { font-size: 24px; font-weight: bold; color: #d63638; }