.event-tabs-vertical {
    min-width: 60px;
    width: 60px;
    align-items: flex-start;
    gap: 25px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-right: none;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    margin-top: 25px;
    margin-right: 12px;
}
/* .event-tab-bgline {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #254a7c;
    border-radius: 2px;
    opacity: 0.12;
    z-index: 0;
} */
.event-tab-vertical {
    writing-mode: vertical-rl;
    text-align: left;
    min-height: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #fbc02d !important;
    background: transparent;
    border: none;
    transition: color 0.2s, background 0.2s;
    box-shadow: none;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    letter-spacing: 0.5px;
    white-space: nowrap;
    cursor: pointer;
}
.event-tab {
    border-radius: 0;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #f37021;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: unset;
    max-width: 100%;
    box-sizing: border-box;
    transition: color 0.2s, background 0.2s;
    box-shadow: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.event-tab-active {
    background: transparent;
    color: #254a7c !important;
    border: none;
}
.event-tab-vertical.event-tab-active {
    color: #254a7c !important;
    background: transparent;
}
.event-tab-label-active {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    font-weight: 700;
    color: #254a7c;
    color: inherit !important;
}
.event-tab-activeline {
    display: inline-block;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 90%;
    background: #254a7c;
    border-radius: 2px;
}
.event-tab-label-text {
    margin-left: 8px;
}
.event-tab-active .event-tab-vertical,
.event-tab-active.event-tab-vertical {
    color: #254a7c !important;
}
.event-tab-active.event-tab-vertical::before {
    display: none;
}
.event-tab:hover {
    background: transparent;
    color: #f37021;
}
.event-info-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}
.event-info-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 180px;
}
.event-info-icon {
    height: 48px;
    margin-bottom: 8px;
}
.event-info-title {
    font-weight: 700;
    color: #254a7c;
}
.event-info-desc {
    color: #888;
}
.event-join-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    align-items: center;
}
.event-join-col {
    flex: 1;
    min-width: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event-join-icon {
    height: 48px;
    margin-bottom: 8px;
}
.event-join-title {
    font-weight: 700;
    color: #254a7c;
    margin-bottom: 4px;
}
.event-join-desc {
    color: #888;
    font-size: 14px;
}
.event-bank-box {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.event-bank-qr {
    width: 120px;
    border-radius: 8px;
    background: #fff;
}
.event-bank-info {
    flex: 1;
}
.event-bank-desc {
    margin-bottom: 8px;
}
.event-bank-note {
    color: #f37021;
    font-weight: 500;
    margin-bottom: 8px;
}
.event-bank-btns {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    justify-content: flex-start;
}
.event-btn.event-btn-blue {
    background: #0a234f !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 16px;
    min-width: 180px;
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: background 0.2s;
}
.event-btn.event-btn-blue:hover {
    background: #254a7c !important;
}
.event-section-title {
    color: #f37021;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 32px;
    margin-top: 32px;
    text-align: center;
    width: 100%;
    display: block;
}
.event-section-title-highlight {
    color: #254a7c;
}
.event-benefit-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;
    justify-content: center;
}
.event-benefit-list {
    flex: 1;
    min-width: 260px;
    font-size: 16px;
    line-height: 2;
    color: #222;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.event-benefit-imgbox {
    flex: 1;
    min-width: 320px;
    display: flex;
    justify-content: center;
}
.event-benefit-img {
    width: 650px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.bw_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.event-content-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/* Nút mua ngay cho combo thiện tâm */
.combo-buy-btn {
    background: #f37021 !important;
    color: #fff !important;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(243, 112, 33, 0.08);
    transition: background 0.2s;
    cursor: pointer;
}
.combo-buy-btn:hover {
    background: #d95e13 !important;
}
.combo-title {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.combo-gift-icon {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: middle;
}
/* Combo Thiện Tâm section */
.combo-list-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 8px;
    margin-bottom: 32px;
    scrollbar-width: thin;
    scrollbar-color: #254a7c #f0f0f0;
}
.combo-list-row::-webkit-scrollbar {
    height: 8px;
}
.combo-list-row::-webkit-scrollbar-thumb {
    background: #254a7c;
    border-radius: 4px;
}
.combo-item {
    flex: 0 0 294px;
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(37, 74, 124, 0.06);
    padding: 20px 18px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 294px;
    max-width: 294px;
    height: 451px;
    position: relative;
    margin-bottom: 0;
}
.combo-item-imgbox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    position: relative;
    justify-content: center;
}
.combo-item-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #eee;
    margin-right: 8px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
}
.combo-item-img {
    width: 288px;
    height: 288px;
    object-fit: contain;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 2px 8px rgba(37, 74, 124, 0.04);
    margin-top: 24px;
}
.combo-item-giftbox {
    position: absolute;
    top: 24px;
    left: 24px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 3;
}
.combo-item-giftbox-active {
    background: #e53935;
    padding: 4px 10px 4px 6px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.12);
}
.combo-item-giftbox-below {
    position: static;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0;
    background: #e53935;
    padding: 4px 10px 4px 6px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.12);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    /* Căn trái giftbox */
    align-self: flex-start;
}
.combo-item-gift-icon {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.combo-item-title {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin: 10px 0 8px 0;
    text-align: left;
    line-height: 1.3;
}
.combo-item-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
}
.combo-item-rating {
    color: #f37021;
    font-size: 16px;
    font-weight: 700;
}
.combo-item-rating-count {
    color: #888;
    font-size: 14px;
    margin-left: 2px;
}
.combo-item-spacer {
    flex: 1;
}
.combo-item-cart {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #254a7c;
    font-weight: 700;
    font-size: 15px;
}
.combo-item-cart-icon {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.event-memberlist-tab {
    margin-top: 32px;
    padding: 24px 16px 0 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(37, 74, 124, 0.06);
}
.event-memberlist-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
}
.event-memberlist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    margin-bottom: 32px;
}
.event-membercard {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(37, 74, 124, 0.06);
    padding: 24px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-bottom: 4px solid #ffd700; /* gold border for regular */
    transition: box-shadow 0.2s, border 0.2s;
}
.event-membercard-top1,
.event-membercard-top2,
.event-membercard-top3 {
    border-bottom: none;
    box-shadow: 0 4px 24px rgba(243, 112, 33, 0.12);
    background: linear-gradient(135deg, #fffbe6 60%, #fff 100%);
}
.event-membercard-top1 {
    border: 2.5px solid #ffd700;
    z-index: 2;
}
.event-membercard-top2 {
    border: 2px solid #c0c0c0;
    z-index: 1;
}
.event-membercard-top3 {
    border: 2px solid #cd7f32;
    z-index: 1;
}
.event-membercard-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(37, 74, 124, 0.1);
    margin-bottom: 16px;
}
.event-membercard-info {
    text-align: center;
    margin-bottom: 12px;
}
.event-membercard-name {
    font-size: 16px;
    color: #254a7c;
    font-weight: 600;
    margin-bottom: 4px;
}
.event-membercard-amount {
    font-size: 15px;
    color: #888;
}
.event-membercard-amount-highlight {
    color: #f37021;
    font-weight: 700;
    font-size: 18px;
}
.event-membercard-top-label {
    position: absolute;
    top: -18px;
    right: 24px;
    z-index: 3;
    background: #ffd700;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 4px 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(243, 112, 33, 0.1);
    letter-spacing: 1px;
}
.event-membercard-top1-label {
    background: #ffd700;
    color: #254a7c;
}
.event-membercard-top2-label {
    background: #c0c0c0;
    color: #254a7c;
}
.event-membercard-top3-label {
    background: #cd7f32;
    color: #fff;
}
.event-memberlist-morebtn {
    background: #f37021;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 12px 40px;
    box-shadow: 0 2px 8px rgba(243, 112, 33, 0.1);
    cursor: pointer;
    transition: background 0.2s;
}
.event-memberlist-morebtn:hover {
    background: #d95e13;
}
.event-membercard-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.event-membercard-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(37, 74, 124, 0.1);
    margin-bottom: 0;
    flex-shrink: 0;
}
.event-membercard-info {
    text-align: left;
    margin-bottom: 0;
}
/* Banner */
.event-banner-wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}
.event-banner-img {
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    object-fit: cover;
}

/* Tabs layout */
.event-tabs-main {
    display: flex;
    margin-top: 32px;
}
.event-content-flex {
    display: flex;
    align-items: flex-start;
}
.event-tabs-content {
    flex: 1;
}

/* Combo section */
.combo-section {
    margin-top: 48px;
    margin-bottom: 48px;
}
.combo-section-header {
    text-align: center;
    margin-bottom: 16px;
}
.combo-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #254A7C;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.combo-section-title span {
    color: #254A7C;
}
.combo-section-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}
.combo-section-subtitle span {
    color: #F37021;
}
.combo-section-buyer {
    font-size: 22px;
    color: #F37021;
    font-weight: 700;
    margin-bottom: 0;
}
.combo-list-row {
    display: flex;
    gap: 0;
    justify-content: center;
    margin-bottom: 32px;
    width: 100%;
    max-width: 1270px;
    height: 451px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    overflow: hidden;
    flex-wrap: wrap;
}
.combo-price-buy {
    text-align: center;
}
.combo-price-row {
    font-size: 28px;
    color: #F37021;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.combo-hot-icon {
    /* your icon style if needed */
}
.combo-buy-btn {
    /* your button style if needed */
}

/* Responsive */
@media (max-width: 900px) {
    .combo-list-row {
        flex-wrap: wrap !important;
        width: 100% !important;
        height: auto !important;
    }
    .combo-item {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }
    .combo-item-imgbox img {
        width: 180px !important;
        height: 180px !important;
    }
}
@media (max-width: 600px) {
    .combo-list-row {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .combo-item {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
        padding: 10px !important;
    }
    .combo-item-imgbox img {
        width: 120px !important;
        height: 120px !important;
    }
}
.event-register-form {
    padding: 40px;
    background: linear-gradient(90deg, #ffb43a 0%, #f37021 100%);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
}

.event-register-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
}
.event-register-title-blue {
    color: #254a7c;
}
.event-register-subtitle {
    color: #254a7c;
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 40px;
    text-align: center;
}
.event-register-form-fields {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
}
.event-register-input {
    padding: 10px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    outline: none;
}
.event-register-btn {
    margin-top: 32px;
    background: #f37021;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 24px;
    padding: 18px 0;
    cursor: pointer;
    width: 320px;
    align-self: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
    /* Đảm bảo tiêu đề event-join-title luôn 2 dòng đều, icon thẳng hàng */
    .event-join-title {
        font-weight: 700;
        color: #254a7c;
        margin-bottom: 4px;
        min-height: 56px; /* Đặt chiều cao tối thiểu để luôn 2 dòng đều */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
        word-break: break-word;
    }
    @media (max-width: 900px) {
        .event-join-title {
            min-height: 40px;
            font-size: 15px;
        }
    }
    @media (max-width: 600px) {
        .event-join-title {
            min-height: 32px;
            font-size: 14px;
        }
    }
}
.event-register-form {
    padding: 40px;
    background: linear-gradient(90deg, #ffb43a 0%, #f37021 100%);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
}

.event-register-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
}
.event-register-title-blue {
    color: #254a7c;
}
.event-register-subtitle {
    color: #254a7c;
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 40px;
    text-align: center;
}
.event-register-form-fields {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
}
.event-register-input {
    padding: 10px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    outline: none;
}
.event-register-btn {
    margin-top: 32px;
    background: #f37021;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 24px;
    padding: 18px 0;
    cursor: pointer;
    width: 320px;
    align-self: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
