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