/* Frontend styles (user dashboard & shortlink form) */

.usm-dashboard { background:#fff; padding:16px; border-radius:8px; }
.usm-dashboard h3 { margin-top:0; }
.usm-table { width:100%; border-collapse: collapse; }
.usm-table th, .usm-table td { padding:8px; border-bottom:1px solid #eee; text-align:left; }
.usm-table a { word-break: break-all; color: #0073aa; }
.usm-create-form { display:flex; gap:8px; align-items:center; margin-bottom:12px; }
.usm-create-form input[type="url"]{ flex:1; padding:10px; border:1px solid #ddd; border-radius:4px; }
.usm-create-form button{ padding:10px 14px; border-radius:4px; border:0; background:#0073aa; color:#fff; cursor:pointer; }
@media (max-width:600px) {
    .usm-filters { flex-direction: column; align-items: stretch; }
}
