.ma-uu-dai-item {
    max-width: 80% !important;
    width: 80% !important;
    min-width: 200px;
    margin-right: 0;
    flex-shrink: 0;
}

/* Responsive cho tablet */
@media (max-width: 768px) {
    .ma-uu-dai-item {
        width: 90%;
        min-width: 180px;
    }
}

/* Responsive cho mobile */
@media (max-width: 480px) {
    .ma-uu-dai-item {
        width: 95%;
        min-width: 160px;
    }
}

/* Đảm bảo Flickity slider hiển thị đúng */
.ma-uu-dai .flickity-slider > * {
    width: 80%;
    margin-right: 0;
}

.ma-uu-dai .flickity-slider {
    display: flex;
}

/* Responsive cho Flickity */
@media (max-width: 768px) {
    .ma-uu-dai .flickity-slider > * {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .ma-uu-dai .flickity-slider > * {
        width: 95%;
    }
}

.ma-uu-dai-inner {
    padding: 10px 10px 5px;
    background: #fff;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
}

.ma-uu-dai-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 10px;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0 / 1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #e5e5e5ee 0, #e5e5e5 3px, rgb(255, 255, 255) 0) 1px 0 / 100% 10px repeat-y;
    background-clip: padding-box;
    color: var(--coupon-code-background);
}

.ma-uu-dai-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ma-uu-dai-content .title,
.ma-uu-dai-content .excerpt,
.ma-uu-dai-content .action {
    display: block;
    width: 100%;
}

.ma-uu-dai-image {
    width: 100px;
    height: 110px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.ma-uu-dai-inner .title {
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #e6518b;
}

a.sao_chep {
    border: none;
    padding: .1px 10px;
    border-radius: 999px;
    background: #e70000 !important;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
a.sao_chep:hover {
    background: linear-gradient(90deg, #ff0000, #ff6600) !important;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 10px rgba(231, 0, 0, 0.35), 0 0 6px rgba(255, 100, 0, 0.4);
}

.action .button-dieu-kien {
    font-size: 12px;
    color: rgba(27, 127, 204, .8);
    cursor: pointer;
    margin-bottom: 3px;
    background: transparent !important;
    border: none;
    box-shadow: none;
}
.action .button-dieu-kien:hover{
    color: rgba(27,127,204,.8);
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    outline: none !important;
  }
.mfp-content p a {
    color: rgb(1 131 231);
}
.mfp-content .button.is-outline:hover {
    background: rgba(27, 127, 204, .8) !important;
    color: white !important;
}
.white.button.is-outline {
    background-color: transparent;
    color: rgb(255 255 255) !important;
}
.mfp-content p {
    margin-bottom: 15px;
}
.mfp-content h4 {
    color: #fd6709;
    font-size: 20px;
}
.mfp-content .button.is-outline {
    font-size: 13px;
    border-radius: 99px;
    background: rgba(27, 127, 204, .8) !important;
    color: white !important;
    margin: 0;
}
.mfp-content .button.sao_chep {
    margin: 0;
    margin-right: 10px;
    font-size: 13px;
}
.excerpt {
    margin-bottom: 10px;
    font-size: 12px;
    color: #555555;
}

.action {
    margin: 0;
}

.action a {
    margin: 0;
}

.action .button-dieu-kien {
    font-size: 12px;
    color: rgba(27, 127, 204, .8);
    border: none;
    padding: 0px 10px;
    font-size: 12px;
    margin: 0;
}
