/* HRM Breeze forms */
.hrmb-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin:16px 0;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.hrmb-form__header{margin-bottom:12px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}
.hrmb-form__title{margin:0;font-size:1.15rem;line-height:1.3}
.hrmb-form__hint{margin:.25rem 0 0;color:#6b7280;font-size:.9rem}
.hrmb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px}
.hrmb-field{display:flex;flex-direction:column;gap:6px}
.hrmb-field--full{grid-column:1/-1}
.hrmb-field--checkbox{align-items:flex-start;justify-content:flex-end;flex-direction:row;gap:8px}
.hrmb-field label{font-size:.9rem;color:#374151}
.hrmb-field input[type="text"],.hrmb-field input[type="number"],.hrmb-field input[type="date"],.hrmb-field input[type="file"],.hrmb-field textarea,.hrmb-field select{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font:inherit;background:#fff}
.hrmb-field input:focus,.hrmb-field select:focus,.hrmb-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}
.hrmb-actions{margin-top:12px;display:flex;gap:8px}
.hrmb-alert{padding:10px 12px;border-radius:10px;margin-bottom:12px;border:1px solid transparent}
.hrmb-alert--success{background:#ecfdf5;border-color:#10b98133}
.hrmb-alert--error{background:#fef2f2;border-color:#ef444433}
.hrmb-preview{display:flex;align-items:center;gap:10px}
.hrmb-preview__formula{color:#6b7280}
@media (max-width:640px){.hrmb-grid{grid-template-columns:1fr}}

/* Directory cards/table – consistent with hrmb-form look */
.hrmb-directory .hrmb-cards{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hrmb-directory .hrmb-card{display:flex;gap:12px;align-items:center;border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}
.hrmb-directory .hrmb-card__left img{border-radius:9999px}
.hrmb-directory .hrmb-card__title{font-weight:600}
.hrmb-directory .hrmb-card__meta{color:#6b7280;font-size:.9rem}
@media (max-width:640px){.hrmb-directory .hrmb-cards{grid-template-columns:1fr}}

.hrmb-directory .hrmb-pagination{display:flex;align-items:center;gap:8px;margin-top:10px}
.hrmb-directory .hrmb-pagination__count{color:#6b7280}

/* Table variant styled like forms */
.hrmb-directory .hrmb-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}
.hrmb-directory .hrmb-table th,.hrmb-directory .hrmb-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9}
.hrmb-directory .hrmb-table thead th{background:#f8fafc;text-align:left}
.hrmb-directory .hrmb-table tr:last-child td{border-bottom:none}
