.jb-suite-alerts .jb-suite-form-grid {
    margin-bottom: 16px;
}

.jb-suite-alert-form {
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

.jb-suite-alert-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: #6b7280;
    font-weight: 600;
}

.jb-suite-alert-form input[type="url"],
.jb-suite-alert-form input[type="tel"],
.jb-suite-alert-form input[type="text"],
.jb-suite-alert-form input[type="time"],
.jb-suite-alert-form input[type="date"],
.jb-suite-alert-form input[type="datetime"],
.jb-suite-alert-form input[type="datetime-local"],
.jb-suite-alert-form input[type="email"],
.jb-suite-alert-form input[type="number"],
.jb-suite-alert-form input[type="search"],
.jb-suite-alert-form input[type="password"],
.jb-suite-alert-form textarea,
.jb-suite-alert-form input[type="url"]:focus,
.jb-suite-alert-form input[type="tel"]:focus,
.jb-suite-alert-form input[type="text"]:focus,
.jb-suite-alert-form input[type="time"]:focus,
.jb-suite-alert-form input[type="date"]:focus,
.jb-suite-alert-form input[type="datetime"]:focus,
.jb-suite-alert-form input[type="datetime-local"]:focus,
.jb-suite-alert-form input[type="email"]:focus,
.jb-suite-alert-form input[type="number"]:focus,
.jb-suite-alert-form input[type="search"]:focus,
.jb-suite-alert-form input[type="password"]:focus,
.jb-suite-alert-form textarea:focus,
/* Shared alert/job form input and select styles are in dashboard-job-form-fields.css. */

.jb-suite-alert-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.jb-suite-alert-card {
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.jb-suite-alert-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.jb-suite-alert-meta {
    display: flex;
    gap: 12px;
    color: #6b7280;
    font-size: 13px;
    flex-wrap: wrap;
}

.jb-suite-app-detail {
    border: 1px solid #e5e1d9;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
    display: grid;
    gap: 16px;
}

.jb-suite-app-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.jb-suite-app-detail-header h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.jb-suite-app-detail-header p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

.jb-suite-app-detail-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.jb-suite-app-detail-card {
    border: 1px solid #e5e1d9;
    border-radius: 12px;
    padding: 14px;
}

.jb-suite-app-detail-card h4 {
    margin: 0 0 6px;
    font-size: 14px;
}

.jb-suite-app-detail-card p {
    margin: 0 0 6px;
}

.jb-suite-app-detail-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.jb-suite-app-detail-actions .jb-suite-job-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #2563eb;
    background: #fff;
    color: #2563eb;
    font-weight: 600;
    cursor: pointer;
}

.jb-suite-app-detail-actions .jb-suite-job-action:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
