.mrd-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 20px;
}

.mrd-wrap {
    width: 100%;
}

.mrd-header {
    margin-bottom: 24px;
}

.mrd-kicker {
    margin: 0 0 6px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mrd-header h1 {
    margin: 0 0 8px;
}

.mrd-meta {
    margin: 0;
    color: #5f6b7a;
}

.mrd-notice {
    padding: 16px;
    border: 1px solid #d8dee6;
    background: #f7f9fb;
}

.mrd-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.mrd-team-link {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #d8dee6;
    border-radius: 6px;
    text-decoration: none;
    background: #fff;
}

.mrd-team-link:hover {
    border-color: #7b8da3;
}

.mrd-table-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
    margin-bottom: 14px;
}

.mrd-table-tools label {
    display: grid;
    gap: 4px;
    font-size: 0.875rem;
    font-weight: 700;
}

.mrd-table-tools input,
.mrd-table-tools select {
    min-width: 180px;
    padding: 8px 10px;
}

.mrd-table-shell {
    overflow-x: auto;
    border: 1px solid #d8dee6;
}

.mrd-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.925rem;
    white-space: nowrap;
}

.mrd-table th,
.mrd-table td {
    padding: 9px 10px;
    border-bottom: 1px solid #e5eaf0;
    text-align: left;
}

.mrd-table th {
    cursor: pointer;
    background: #f4f6f8;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 1;
}

.mrd-table th:first-child,
.mrd-table td:first-child {
    position: sticky;
    left: 0;
    background: inherit;
}

.mrd-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.mrd-table tbody tr:hover {
    background: #eef4fb;
}
