.tnw-rush-options {
    margin: 0 0 1.5em;
    border: 1px solid #000;
    padding: 1em;
}

.tnw-rush-options h2 {
    margin-bottom: 0.75em;
}

.tnw-rush-options__panel {
    display: block;
}

.tnw-rush-options__fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.tnw-rush-options__schedule {
    border-collapse: collapse;
    width: auto;
    font-size: 0.9em;
    line-height: 1.3;
}

.tnw-rush-options__schedule th,
.tnw-rush-options__schedule td {
    border: 1px solid #000;
    padding: 0.35em 0.75em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.tnw-rush-options__schedule thead th {
    font-weight: 600;
}

.tnw-rush-options__choice-header {
    text-align: left;
}

.tnw-rush-options__choice {
    text-align: left;
}

.tnw-rush-options__choice label {
    display: flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
    margin: 0;
}

.tnw-rush-options__summary {
    margin-top: 1em;
    padding-top: 0.75em;
    border-top: 1px solid #ccc;
    font-size: 0.95em;
}

.tnw-rush-options__summary p {
    margin: 0;
}

.tnw-rush-options__summary-total {
    margin-top: 0.35em !important;
}

.tnw-rush-options-row th,
.tnw-rush-options-row td {
    vertical-align: top;
}

.tnw-rush-options-row .tnw-rush-options__panel {
    border: 1px solid #000;
    padding: 0.75em;
}
