/* Posts Schema Settings - Schema Star */
.star-posts-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-posts-header { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); color: white; padding: 35px 40px; border-radius: 16px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3); }
.star-posts-header h1 { margin: 0 0 10px 0; font-size: 2.2em; font-weight: 700; display: flex; align-items: center; gap: 15px; }
.star-posts-header h1 .dashicons { font-size: 1.2em; width: 40px; height: 40px; }
.star-posts-header p { margin: 0; font-size: 1.1em; opacity: 0.95; line-height: 1.6; }
.star-posts-content { background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; }
.star-posts-form { padding: 40px; }
.star-posts-section { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid #f1f5f9; }
.star-posts-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.star-posts-section-title { font-size: 1.4em; font-weight: 700; color: #1e293b; margin: 0 0 25px 0; padding-bottom: 15px; border-bottom: 3px solid #8b5cf6; display: flex; align-items: center; gap: 12px; }
.star-posts-section-title .dashicons { color: #8b5cf6; font-size: 1.2em; }
.star-posts-form-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.star-posts-form-table th { width: 250px; padding: 20px 20px 20px 0; font-weight: 600; color: #334155; vertical-align: top; text-align: left; }
.star-posts-form-table td { padding: 20px 0; }
.star-posts-toggle-switch { 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), 0 2px 8px rgba(0,0,0,0.15); border: 2px solid #dc2626; outline: none; }
.star-posts-toggle-switch.active { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); box-shadow: 0 0 20px rgba(139,92,246,0.4), 0 2px 8px rgba(0,0,0,0.15); border: 2px solid #dc2626; }
.star-posts-toggle-switch .toggle-slider { position: absolute; top: 4px; left: 4px; width: 28px; height: 28px; background: white; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center; }
.star-posts-toggle-switch.active .toggle-slider { left: 38px; }
.star-posts-toggle-switch .toggle-slider .dashicons { font-size: 16px; color: #8b5cf6; display: none; }
.star-posts-toggle-switch.active .toggle-slider .dashicons { display: block; }
.star-posts-select, .star-posts-input, .star-posts-textarea { width: 100%; max-width: 500px; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 8px; font-size: 14px; font-family: inherit; }
.star-posts-select:focus, .star-posts-input:focus, .star-posts-textarea:focus { outline: none; border-color: #8b5cf6; box-shadow: 0 0 0 3px rgba(139,92,246,0.1); }
.star-posts-textarea { min-height: 100px; resize: vertical; }
.star-posts-description { color: #64748b; font-size: 13px; margin-top: 8px; line-height: 1.5; }
.star-posts-submit-button { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 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(139,92,246,0.3); margin-top: 20px; }
.star-posts-submit-button:hover { box-shadow: 0 6px 20px rgba(139,92,246,0.4); }
.star-posts-image-preview { margin-top: 10px; max-width: 200px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.star-posts-image-preview img { width: 100%; height: auto; display: block; }
@media (max-width: 782px) { .star-posts-form-table th, .star-posts-form-table td { display: block; width: 100%; padding: 15px 0; } .star-posts-form-table th { padding-bottom: 5px; } }
