.order-delivery-content {
    & {
        background-color: white;
        padding-top: 50px;
        font-weight: 500;
        font-size: clamp(14px, calc(26 / 1920 * 100vw), 26px);
    }

    ol {
        margin: 0;
        padding-left: 1.5rem; /* celkové odsazení seznamu */
    }

    ol li {
        padding-left: 0.5rem;  /* odsazení textu od markeru */
        line-height: 1.4;
    }

    .chain-order {
        column-gap: 6px;
        line-height: 1.3;
    }
}
