.alignment-table {
    margin-bottom: 16px;
}

.domain-block {
    box-shadow: 0 2px 6px rgba(15, 23, 41, 0.07);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: var(--white);
}

.alignment-table .domain-header {
    background: var(--purple-10);
    color: var(--white);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alignment-table .smr-header .smr-left {
    width: auto;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
}

.alignment-table .smr-header .smr-right {
    width: 360px;
    max-width: 100%;
    justify-content: flex-end;
}

.alignment-table .domain-title {
    font-weight: 600;
    font-size: 12px;

    color: var(--white);
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.06em;
}

.alignment-table .domain-header .pill.covered {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    padding: 5px 13px;
    line-height: 1;
}

.alignment-table .smr-header {
    background: var(--grey-40);
    padding: 15px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid #ededed;
    border-top: 2px solid #ededed;
}
.alignment-table .smr-header:first-of-type{
    border-top: none;
}
.alignment-table .smr-badge {
    background: var(--green-100);
    color: var(--green-30);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 11px;
    border-radius: 999px;
}

.alignment-table .smr-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--blue-10);
    flex: 1;
}

.alignment-table .smr-stat {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #707070;
}

.alignment-table .alignment-table .smr-stat span {
    font-weight: 700;
    color: var(--blue-10);
}

.alignment-table .align-table thead th {
    padding: 11px 14px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    color: #707070;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.alignment-table .align-table tbody td:first-child {
    font-size: 13px;
    color: #555555;
    max-width: 220px;
}

.alignment-table .align-table tbody td.topics {
    font-size: 12px;
    color: #707070;
    max-width: 160px;
}

.alignment-table .align-table tbody td.num {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #0f1729;
}

.alignment-table .align-table tbody td.notes {
    font-size: 12px;
    color: #707070;
    max-width: 180px;
    font-style: italic;
}

.alignment-table .align-table tbody tr {
    border-bottom: 1px solid #ededed;
}

.alignment-table .align-table tbody tr:last-of-type {
    border-bottom: none;
}

.align-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}
.align-table .align-table tbody tr:hover {
    background: var(--green-100);
}