/* Fix nút copy Accesstrade */
.atEQPOIVFSDFSDG-voucher-btn {
    background-color: #ff6600 !important; /* màu nền nổi bật */
    color: #fff !important;               /* màu chữ */
    border: none !important;              /* bỏ viền */
    padding: 8px 16px !important;         /* khoảng cách chữ và viền */
    border-radius: 5px !important;        /* bo góc */
    cursor: pointer !important;           /* con trỏ pointer */
    font-size: 14px !important;           /* cỡ chữ */
    display: inline-block !important;
    text-align: center !important;
}

/* Hover state */
.atEQPOIVFSDFSDG-voucher-btn:hover {
    background-color: #e65c00 !important;
    color: #fff !important;
}

/* Đảm bảo nút nổi trên popup */
.atEQPOIVFSDFSDG-popup .atEQPOIVFSDFSDG-voucher-btn {
    z-index: 9999 !important;
}
.single .entry-header .post-thumb img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
    height: 550px !important;
}
.uagb-infobox__content-wrap .uagb-ifb-content img {
    display: inline-block;
    max-width: 100%;
    height: 250px !important;
}