/* Single membership terms and conditions styling */

#pmpro_form .pmpro_tos-link {
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font-size: inherit;
}
#aisov-tnc-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.55);
    display: flex; align-items: center; justify-content: center;
    z-index: 99999;
}
#aisov-tnc-modal {
    background: #fff; border-radius: 10px; width: 90%; max-width: 560px;
    display: flex; flex-direction: column; max-height: 85vh; overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
#aisov-tnc-modal-header {
    padding: 1rem 1.25rem; border-bottom: 1px solid #e5e5e5;
    display: flex; justify-content: space-between; align-items: center;
}
#aisov-tnc-modal-header h3 { margin: 0; font-size: 16px; }
#aisov-tnc-close { background: none; border: none; font-size: 20px; cursor: pointer; color: #666; }
#aisov-tnc-body {
    padding: 1.25rem; overflow-y: auto; flex: 1;
    font-size: 14px; line-height: 1.7; color: #333;
}
#aisov-tnc-footer {
    padding: 0.85rem 1.25rem; border-top: 1px solid #e5e5e5;
    display: flex; align-items: center; gap: 16px;
}
#aisov-tnc-progress-track {
    flex: 1; height: 5px; background: #eee; border-radius: 3px; overflow: hidden;
}
#aisov-tnc-progress-fill { height: 100%; width: 0%; background: #0073aa; border-radius: 3px; transition: width 0.2s; }
#aisov-tnc-note { font-size: 12px; color: #666; margin-top: 4px; }
#aisov-tnc-accept {
    background: #0073aa; color: #fff; border: none; border-radius: 5px;
    padding: 7px 18px; font-size: 13px; cursor: pointer; white-space: nowrap;
}
#aisov-tnc-accept:disabled { opacity: 0.4; cursor: not-allowed; }
#aisov-tnc-accept:not(:disabled):hover { background: #005f8a; }