.tt-order-status {
    max-width: 900px;
}

.tt-order-status__form {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tt-order-status__field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.tt-order-status__field input {
    width: 100%;
    max-width: 360px;
    padding: 0.55rem;
}

.tt-order-status__form button {
    width: fit-content;
    padding: 0.65rem 1rem;
    cursor: pointer;
}

.tt-order-status__form button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.tt-order-status__hp {
    position: absolute;
    left: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.tt-order-status__message {
    margin: 1rem 0;
    font-weight: 600;
}

.tt-order-status__message--error {
    color: #9b1c1c;
}

.tt-order-status__message--warning {
    color: #7a4b00;
}

.tt-order-status__message--info {
    color: #1f4e79;
}

.tt-order-status__summary {
    display: grid;
    grid-template-columns: minmax(150px, 220px) 1fr;
    gap: 0.5rem 1rem;
    margin: 1rem 0;
}

.tt-order-status__summary dt {
    font-weight: 700;
}

.tt-order-status__summary dd {
    margin: 0;
}

.tt-order-status__table-wrap {
    overflow-x: auto;
}

.tt-order-status__table {
    width: 100%;
    border-collapse: collapse;
}

.tt-order-status__table th,
.tt-order-status__table td {
    border: 1px solid #ddd;
    padding: 0.6rem;
    text-align: left;
}

.tt-order-status__table th {
    font-weight: 700;
}
