
@media (max-width: 768px) {
    .yn-tour-summary {
        flex-direction: column;
        gap: 15px;
        padding: 0 10px;
        align-items: flex-start !important;
    }
    .flexbox_3 {
        display: grid;
        padding: 0;
        margin: 0;
        width: 100%;
        justify-items: flex-start;
    }
    .flexbox_3 li {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        font-size: 14px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        padding: 2px 0;
    }
    .flexbox_3 li .font610 {
        font-weight: 600;
        margin-right: 6px;
        flex-shrink: 0;
    }
    .flexbox_3 li .font510 {
        text-align: left;
        flex: 1;
        word-break: break-all;
    }
    .tour-price-wrapper {
        padding: 10px 0;
        border-top: 1px solid #eee;
        text-align: center;
    }
    .tour-info-wrapper {
        width: 100%;
        text-align: left;
    }
    .tour-info-wrapper h3 {
        font-size: 18px;
        margin: 0 0 8px 0;
        text-align: left;
    }
    .tour-info-wrapper p {
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        margin: 0;
    }
    .yn-tour-summary ul li {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0;
    }
}

