.ers-search-widget {
    max-width: 720px;
    margin: 0 0 32px;
    font-family: inherit;
}

.ers-search-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ers-search-input {
    flex: 1 1 260px;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.ers-search-btn {
    padding: 10px 24px;
    font-size: 16px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.ers-search-btn:hover {
    background: #1d4ed8;
}

.ers-search-results {
    margin-top: 20px;
}

.ers-hint,
.ers-loading {
    color: #555;
}

.ers-result-row {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 14px;
    background: #fafafa;
}

.ers-row-head {
    font-size: 17px;
    font-weight: 700;
}

.ers-row-event {
    margin-top: 4px;
    font-weight: 600;
}

.ers-row-extra {
    margin-top: 6px;
    color: #333;
    font-size: 14px;
}

.ers-row-status {
    margin-top: 8px;
    font-weight: 600;
}

.ers-row-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ers-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.ers-btn:hover {
    background: #1d4ed8;
    color: #fff;
}

.ers-btn-disabled {
    background: #ccc;
    color: #555;
    cursor: default;
}

.ers-pagination {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ers-page-btn {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.ers-page-btn.is-active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}
