/* 予約導線：PCは taxonomy 既存スタイル（横1行）、SPのみ2カラム上書き */

.consul .reserve-loading {
    font-size: 14px;
    font-weight: normal;
}

/* PC：日時横1行のまま TZ を横に併記 */
@media (min-width: 641px) {
    .consul .reserve-time {
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: center;
    }

    .consul .reserve-datetime {
        display: flex;
        align-items: flex-end;
    }

    .consul .reserve-timezone {
        display: inline;
        font-size: 14px;
        font-weight: normal;
        margin-left: 6px;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .consul .next-reserve-label .reserve-label-line {
        display: block;
    }
}

/* SP：左ラベル（2行） / 右日時+TZ */
@media (max-width: 640px) {
    .consul .reserve {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: auto !important;
        min-height: 66px;
        gap: 4px 6px;
        padding: 10px 8px !important;
        box-sizing: border-box;
    }

    .consul .next-reserve-label {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-left: 0 !important;
        padding: 0 4px 0 2px !important;
        flex: 0 0 auto;
        width: auto;
        max-width: 42%;
        text-align: left;
        line-height: 1.35;
        font-size: 11px;
        font-family: sans-serif;
        word-break: keep-all;
    }

    .consul .next-reserve-label .reserve-label-line {
        display: block;
        white-space: nowrap;
    }

    .consul .reserve-time {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        justify-content: center !important;
        flex: 1 1 0;
        min-width: 0;
        max-width: 58%;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
        font-weight: bold;
    }

    .consul .reserve-datetime {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 0 1px;
        width: 100%;
    }

    .consul .reserve-time .num {
        font-size: 22px !important;
        line-height: 1;
    }

    .consul .reserve-time .tilde {
        font-size: 20px !important;
        line-height: 1;
    }

    .consul .reserve-timezone {
        display: block;
        font-size: 9px;
        font-weight: normal;
        margin-top: 2px;
        line-height: 1.25;
        text-align: right;
        word-break: break-all;
        max-width: 100%;
    }
}
