.epsm-front-wrap{margin:24px 0;padding:20px;border:1px solid #d0d7de;background:#fff;border-radius:10px}
.epsm-front-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.epsm-front-grid-search{margin-bottom:16px}
.epsm-front-field{display:flex;flex-direction:column;gap:6px}
.epsm-front-field-full{margin-top:16px}
.epsm-front-label{font-weight:700;color:#1f2937}
.epsm-required{color:#d63638}
.epsm-front-form input[type="text"],.epsm-front-form input[type="date"],.epsm-front-form input[type="email"],.epsm-front-form textarea,
.epsm-front-search input[type="text"],.epsm-front-search input[type="date"]{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box;background:#fff}
.epsm-front-section{margin-top:20px}
.epsm-front-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:12px}
.epsm-front-photo-card{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #d0d7de;border-radius:8px;background:#fafafa}
.epsm-front-photo-card img{width:100%;height:140px;object-fit:cover;border-radius:6px}
.epsm-front-photo-keep{font-size:13px;color:#374151}
.epsm-front-help{font-size:13px;color:#6b7280}
.epsm-front-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.epsm-button{display:inline-block;padding:10px 16px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1f2937;text-decoration:none;cursor:pointer}
.epsm-button-primary{background:#2563eb;border-color:#2563eb;color:#fff}
.epsm-front-message{margin:0 0 16px;padding:12px 14px;border-radius:8px}
.epsm-front-message-success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}
.epsm-front-message-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.epsm-front-list-table-wrap{overflow:auto;margin-top:20px}
.epsm-front-list-table{width:100%;border-collapse:collapse;min-width:720px}
.epsm-front-list-table th,.epsm-front-list-table td{border:1px solid #dbe2ea;padding:10px;vertical-align:top;text-align:left}
.epsm-front-list-table th{background:#f8fafc}
.epsm-front-row-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.epsm-front-row-actions form{margin:0}
.epsm-inline-delete{border:none;background:none;color:#b91c1c;padding:0;cursor:pointer}
@media (max-width:767px){.epsm-front-wrap{padding:14px}.epsm-front-actions{flex-direction:column;align-items:stretch}.epsm-button{text-align:center}}
