/* Admin Page Styling */
.smartpunterai-settings-page .form-table th {
    width: 200px;
}

.smartpunterai-help-text {
    background: #f8f9fa;
    border-left: 4px solid #1a73e8; /* Consider variables */
    padding: 15px;
    margin: 15px 0;
    font-size: 14px;
}

.smartpunterai-admin-header {
    background: linear-gradient(135deg, #1a73e8, #0d47a1); /* Consider variables */
    color: white;
    padding: 20px;
    margin: -10px -20px 20px;
    border-radius: 3px;
}

.smartpunterai-admin-header h1 {
    color: white;
    margin: 0;
}
