/* Organization Settings - Schema Star */
.star-org-settings-wrapper {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    padding: 30px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.star-org-header {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    padding: 35px 40px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

.star-org-header h1 { margin: 0 0 10px 0; font-size: 2.2em; font-weight: 700; display: flex; align-items: center; gap: 15px; }
.star-org-header h1 .dashicons { font-size: 1.2em; width: 40px; height: 40px; }
.star-org-header p { margin: 0; font-size: 1.1em; opacity: 0.95; line-height: 1.6; }
.star-org-content { background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; }
.star-org-form { padding: 40px; }
.star-org-section { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid #f1f5f9; }
.star-org-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.star-org-section-title { font-size: 1.4em; font-weight: 700; color: #1e293b; margin: 0 0 25px 0; padding-bottom: 15px; border-bottom: 3px solid #2563eb; display: flex; align-items: center; gap: 12px; }
.star-org-section-title .dashicons { color: #2563eb; font-size: 1.2em; }
.star-org-form-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.star-org-form-table th { color: #334155; font-weight: 600; padding: 18px 20px 18px 0; width: 220px; vertical-align: top; font-size: 14px; }
.star-org-form-table td { padding: 18px 0; }
.star-org-form-table input[type="text"], .star-org-form-table input[type="email"], .star-org-form-table input[type="url"], .star-org-form-table textarea {
    border: 2px solid #e2e8f0; border-radius: 8px; padding: 12px 16px; width: 100%; max-width: 500px; background: #f8fafc; font-size: 14px; color: #1e293b;
}
.star-org-form-table input:focus, .star-org-form-table textarea:focus {
    border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); background: white; outline: none;
}
.star-org-form-table textarea { min-height: 100px; resize: vertical; font-family: inherit; }
.star-org-description { color: #64748b; font-size: 13px; margin-top: 8px; line-height: 1.5; }
.star-org-label { font-weight: 600; color: #334155; margin-bottom: 8px; display: block; font-size: 14px; }
.star-org-label-sub { font-size: 12px; color: #94a3b8; font-weight: 400; }
.star-org-upload-btn { background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%); color: white; border: none; border-radius: 8px; padding: 10px 20px; font-size: 14px; font-weight: 600; cursor: pointer; margin-left: 10px; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); }
.star-org-upload-btn:hover { box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4); background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%); }
.star-org-submit-wrapper { background: #f8fafc; padding: 25px 40px; border-top: 2px solid #e2e8f0; margin-top: 30px; }
.star-org-submit-btn { background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%); color: white; border: none; border-radius: 10px; padding: 14px 35px; font-size: 16px; font-weight: 700; cursor: pointer; box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3); text-transform: uppercase; letter-spacing: 0.5px; }
.star-org-submit-btn:hover { box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4); background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%); }
.star-org-warning { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border: 2px solid #fbbf24; border-radius: 12px; padding: 25px; margin: 30px; text-align: center; }
.star-org-warning strong { color: #92400e; font-size: 16px; display: block; margin-bottom: 10px; }
.star-org-warning a { color: #2563eb; text-decoration: none; font-weight: 600; }
.star-org-warning a:hover { text-decoration: underline; }
.star-org-social-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 15px; }
.star-org-social-item { background: #f8fafc; padding: 15px; border-radius: 10px; border: 2px solid #e2e8f0; }
.star-org-social-item:hover { border-color: #2563eb; background: white; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1); }
.star-org-social-item input { max-width: 100% !important; }
@media (max-width: 768px) {
    .star-org-settings-wrapper { padding: 15px; }
    .star-org-header { padding: 25px 20px; }
    .star-org-header h1 { font-size: 1.6em; }
    .star-org-form { padding: 25px 20px; }
    .star-org-form-table th { width: 100%; display: block; padding-bottom: 8px; }
    .star-org-form-table td { display: block; padding-top: 0; }
    .star-org-social-group { grid-template-columns: 1fr; }
}
