.uh-events-wrap,
.uh-events-dashboard,
.uh-event-form,
.uh-single-event-details {
    max-width: 1100px;
    margin: 0 auto;
}

.uh-events-header {
    margin-bottom: 24px;
}

.uh-event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.uh-event-card,
.uh-single-event-details,
.uh-event-form,
.uh-events-dashboard {
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.uh-event-card h3 {
    margin-top: 6px;
    margin-bottom: 8px;
}

.uh-event-card-meta,
.uh-event-date {
    color: #555;
    font-size: 0.95rem;
}

.uh-event-button,
.uh-event-link {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    background: #13233a;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1.2;
    border: 0;
    cursor: pointer;
}

.uh-event-button-secondary {
    background: #4b5563;
}

.uh-event-link {
    padding: 8px 12px;
    font-size: 0.95rem;
}

.uh-event-notice,
.uh-event-success,
.uh-event-error {
    border-radius: 10px;
    padding: 14px 16px;
    margin: 16px 0;
}

.uh-event-notice {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.uh-event-success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.uh-event-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.uh-form-row {
    margin-bottom: 16px;
}

.uh-form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.uh-form-row input,
.uh-form-row textarea,
.uh-form-row select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 12px;
}

.uh-form-row small {
    display: block;
    color: #64748b;
    margin-top: 4px;
}

.uh-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.uh-event-hp {
    position: absolute;
    left: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.uh-event-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.uh-event-table th,
.uh-event-table td {
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.uh-single-event-details {
    margin-top: 28px;
}

.uh-single-event-details ul {
    margin-left: 18px;
}
