.elementor-9888 .elementor-element.elementor-element-2c50dce{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.29;}.elementor-9888 .elementor-element.elementor-element-2c50dce:not(.elementor-motion-effects-element-type-background), .elementor-9888 .elementor-element.elementor-element-2c50dce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dusen.vn/wp-content/uploads/2025/03/Sen-Serene-Web-bg.jpg");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-9888 .elementor-element.elementor-element-2c50dce::before, .elementor-9888 .elementor-element.elementor-element-2c50dce > .elementor-background-video-container::before, .elementor-9888 .elementor-element.elementor-element-2c50dce > .e-con-inner > .elementor-background-video-container::before, .elementor-9888 .elementor-element.elementor-element-2c50dce > .elementor-background-slideshow::before, .elementor-9888 .elementor-element.elementor-element-2c50dce > .e-con-inner > .elementor-background-slideshow::before, .elementor-9888 .elementor-element.elementor-element-2c50dce > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-3494ee0 *//* Định dạng chung */
.tour-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Tiêu đề "Trân trọng thông báo đến Quý khách" */
.invitation-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', Tahoma, sans-serif;
    margin-bottom: 0px;
}
.invitation-sub-title  {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', Tahoma, sans-serif;
    margin-bottom: 10px;
}
/* Tên khách */
.guest-name {
    font-size: 18px;
    font-weight: 700;
    color: #C38AA2;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

/* Hiệu ứng touch cho mobile */
.guest-name:active {
    color: #d32f2f;
}

/* Thông tin tour - Luôn một hàng trên desktop */
.tour-info {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', Tahoma, sans-serif;
    line-height: 1.6;
    background: transparent;
    padding: 12px;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    word-wrap: break-word;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; /* Đảm bảo luôn một hàng trên desktop */
}

/* Chỉnh sửa tour-info-row để phù hợp với HTML */
.tour-info-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 50%; /* Chia đều không gian trên desktop */
}

/* Định dạng mỗi cặp thông tin */
.tour-info-item {
    flex: 1 1 auto;
    min-width: 100px;
    text-align: left;
    padding: 5px;
}

/* Responsive cho mobile */
@media screen and (max-width: 600px) {
    .tour-container {
        padding: 10px;
    }

    .invitation-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .guest-name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .tour-info {
        font-size: 13px;
        padding: 8px;
        max-width: 100%;
        flex-wrap: wrap; /* Cho phép xuống dòng trên mobile */
    }

    .tour-info-row {
        width: 100%; /* Chiếm toàn bộ chiều rộng để xuống dòng */
    }

    .tour-info-item {
        flex: 1 1 45%; /* Tạo bố cục 2 cột trên mobile */
        min-width: 120px;
        text-align: left;
        padding: 4px;
    }
}

/* Responsive cho màn hình rất nhỏ */
@media screen and (max-width: 360px) {
    .tour-container {
        padding: 8px;
    }

    .invitation-title {
        font-size: 16px;
    }

    .guest-name {
        font-size: 15px;
    }

    .tour-info {
        font-size: 12px;
    }

    .tour-info-row {
        width: 100%;
    }

    .tour-info-item {
        flex: 1 1 45%;
        min-width: 100px;
        text-align: left;
        padding: 3px;
    }
}/* End custom CSS */