.tra-reserved-area {
    max-width: 1120px;
    margin: 0 auto;
}

.tra-tabs {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
    padding-bottom: 8px;
}

.tra-tabs a,
.tra-download {
    font-weight: 600;
}

.tra-table {
    width: 100%;
    border-collapse: collapse;
}

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

.tra-table th {
    background: #f6f7f7;
}

.tra-message {
    border: 1px solid #dcdcde;
    padding: 14px;
    background: #fff;
}

.tra-message-error {
    border-color: #d63638;
}

.tra-profile {
    margin-top: 28px;
}

.tra-profile-list {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 8px 16px;
}

.tra-profile-list dt {
    font-weight: 700;
}
