/* Only hides notices on your plugin admin page */
body.toplevel_page_aiar-light .notice,
body.toplevel_page_aiar-light .update-nag,
body.toplevel_page_aiar-light .is-dismissible,
body.toplevel_page_aiar-light .settings-error {
    display: none !important;
}

/* General layout tweaks */
body.toplevel_page_aiar-light .wrap {
    max-width: 980px;
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
    font-family: "Inter", "Segoe UI", sans-serif;
}

/* Header styling */
body.toplevel_page_aiar-light .wrap > h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1e1e1e;
}

/* Notice dismiss button */
body.toplevel_page_aiar-light .notice-dismiss {
    top: 8px;
    right: 8px;
}

/* Tab nav styles */
body.toplevel_page_aiar-light .nav-tab-wrapper {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
}

body.toplevel_page_aiar-light .nav-tab {
    background: #f6f7f7;
    border-radius: 6px 6px 0 0;
    padding: 10px 20px;
    font-weight: 500;
    margin-right: 5px;
    color: #444;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

body.toplevel_page_aiar-light .nav-tab.nav-tab-active {
    background: #fff;
    border-bottom: 2px solid #2271b1;
    color: #2271b1;
}

/* Form table tweaks */
body.toplevel_page_aiar-light .form-table th {
    width: 200px;
    padding: 25px 10px;
    vertical-align: top;
    font-weight: 600;
    color: #1e1e1e;
}

body.toplevel_page_aiar-light .form-table td {
    padding: 25px 10px;
}

body.toplevel_page_aiar-light input[type="text"],
body.toplevel_page_aiar-light input[type="email"],
body.toplevel_page_aiar-light input[type="password"],
body.toplevel_page_aiar-light select,
body.toplevel_page_aiar-light textarea {
    width: 100%;
    max-width: 500px;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color 0.2s ease;
}

body.toplevel_page_aiar-light input:focus,
body.toplevel_page_aiar-light textarea:focus,
body.toplevel_page_aiar-light select:focus {
    border-color: #2271b1;
    outline: none;
}

/* Descriptions under fields */
body.toplevel_page_aiar-light .description {
    color: #666;
    font-size: 13px;
    margin-top: 4px;
}

/* Save button */
body.toplevel_page_aiar-light button.button-primary,
body.toplevel_page_aiar-light input[type="submit"].button-primary {
    background: #2271b1;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

body.toplevel_page_aiar-light button.button-primary:hover,
body.toplevel_page_aiar-light input[type="submit"].button-primary:hover {
    background: #1b5d93;
}

/* Checkbox layout */
body.toplevel_page_aiar-light fieldset label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
