.renewal-panel {
    color: #3e3f3a;
}

.renewal-alert {
    padding: 10px 14px;
}

.renewal-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.renewal-panel-head-meta {
    margin-left: 8px;
    color: #8a867e;
    font-size: 0.875rem;
}

.renewal-panel-head-price {
    text-align: right;
}

.renewal-section {
    margin-bottom: 22px;
}

.renewal-contacts-status {
    margin-left: 8px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.renewal-changes-table {
    width: 100%;
    border: 1px solid #e0dcd4;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.renewal-changes-table th,
.renewal-changes-table td {
    padding: 9px 14px;
    vertical-align: middle;
    font-size: 0.95rem;
}

.renewal-changes-table thead th {
    background: #f4f2ef;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #8a867e;
}

.renewal-changes-table tbody tr + tr th,
.renewal-changes-table tbody tr + tr td,
.renewal-changes-table tbody tr:first-child th,
.renewal-changes-table tbody tr:first-child td {
    border-top: 1px solid #efece7;
}

.renewal-changes-table tbody th {
    width: 30%;
    font-weight: 600;
    color: #8a867e;
}

.renewal-change-from {
    color: #8a867e;
}

.renewal-change-arrow {
    width: 1%;
    color: #c2bcb1;
}

.renewal-change-to {
    color: #8a867e;
}

.renewal-changes-table tr.is-changed .renewal-change-to {
    font-weight: 600;
    color: #3e3f3a;
}

.renewal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e0dcd4;
}

.renewal-reject-panel {
    margin-top: 12px;
}
