.star-learnpress-schema-wrapper { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); min-height: 100vh; padding: 30px 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.star-learnpress-header { background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); color: white; padding: 35px 40px; border-radius: 16px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3); }
.star-learnpress-header h1 { margin: 0 0 10px 0; font-size: 2.2em; font-weight: 700; display: flex; align-items: center; gap: 15px; }
.star-learnpress-header h1 .dashicons { font-size: 1.2em; width: 40px; height: 40px; }
.star-learnpress-header p { margin: 0; font-size: 1.1em; opacity: 0.95; line-height: 1.6; }
.star-learnpress-content { background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); overflow: hidden; }
.star-learnpress-form { padding: 40px; }
.star-learnpress-section { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid #f1f5f9; }
.star-learnpress-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.star-learnpress-section-title { font-size: 1.4em; font-weight: 700; color: #1e293b; margin: 0 0 25px 0; padding-bottom: 15px; border-bottom: 3px solid #7c3aed; display: flex; align-items: center; gap: 12px; }
.star-learnpress-section-title .dashicons { color: #7c3aed; font-size: 1.2em; }
.star-learnpress-form-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.star-learnpress-form-table th { width: 250px; padding: 20px 20px 20px 0; font-weight: 600; color: #334155; vertical-align: top; text-align: left; }
.star-learnpress-form-table td { padding: 20px 0; }
.star-learnpress-toggle { position: relative; width: 70px; height: 36px; background: #e0e0e0; border-radius: 18px; cursor: pointer; box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); border: 2px solid #dc2626; }
.star-learnpress-toggle.active { background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); border-color: #7c3aed; box-shadow: 0 0 20px rgba(124, 58, 237, 0.4); }
.star-learnpress-toggle .toggle-slider { position: absolute; top: 4px; left: 4px; width: 28px; height: 28px; background: white; border-radius: 50%; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center; }
.star-learnpress-toggle.active .toggle-slider { left: 38px; }
.star-learnpress-toggle .toggle-slider .dashicons { font-size: 16px; color: #7c3aed; display: none; }
.star-learnpress-toggle.active .toggle-slider .dashicons { display: block; }
.star-learnpress-input { width: 100%; max-width: 500px; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 8px; font-size: 14px; }
.star-learnpress-input:focus { outline: none; border-color: #7c3aed; box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1); }
.star-learnpress-description { color: #64748b; font-size: 13px; margin-top: 8px; line-height: 1.5; }
.star-learnpress-submit { background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%); color: white; border: none; padding: 15px 40px; font-size: 16px; font-weight: 600; border-radius: 10px; cursor: pointer; box-shadow: 0 4px 15px rgba(153, 27, 27, 0.3); margin-top: 20px; }
.star-learnpress-submit:hover { box-shadow: 0 6px 20px rgba(153, 27, 27, 0.4); }
.star-learnpress-toggle-container { display: inline-flex; align-items: center; gap: 15px; cursor: pointer; }
.star-lp-toggle-label { font-weight: 600; color: #334155; }
@media (max-width: 782px) { .star-learnpress-form-table th, .star-learnpress-form-table td { display: block; width: 100%; padding: 15px 0; } .star-learnpress-form-table th { padding-bottom: 5px; } }
