.elementor-26326 .elementor-element.elementor-element-04eb717{--display:flex;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7d393da */.gift-wrapper {
    background: #e6c5d5; /* nền tím nhạt */
    padding: 15px;
    border-radius: 6px;
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}

/* Ribbon */
.gift-ribbon {
    position: absolute;
    top: 10px;
    right: -12px;
    background: #8b1c1c;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(45deg);
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Khung đỏ */
.gift-box {
    border: 2px solid #cc0000;
    padding: 10px;
    background: #f6eaf1;
}

/* Link sản phẩm trong khung */
.gift-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #222;
}

.gift-item img {
    width: 55px;
    margin-right: 15px;
}

.gift-title {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
}

.gift-name {
    font-size: 14px;
    margin-top: 2px;
}

.price {
    color: #c00000;
    font-weight: bold;
}

/* Text li giống hình (icon tick xanh) */
.gift-benefits {
    list-style: none;
    padding: 10px 0 0 0;
}

.gift-benefits li {
    color: #2f8b46;
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
}

.gift-benefits li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2f8b46;
    font-weight: bold;
}/* End custom CSS */