/* Khôi phục kiểu nút bị thiếu (btn_bg_img_blue / btn-xem-chi-tiet / btn-download-gcn) */

/* Nút nền gradient xanh chung: Gửi, Quay lại, Tải ngay... */
.btn_bg_img_blue{
    display:inline-block;
    min-width:160px;
    padding:13px 28px;
    border-radius:12px;
    background:linear-gradient(90deg,#3bb34a 0%,#16843f 60%,#016938 100%);
    color:#fff !important;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
    line-height:1.2;
    text-align:center;
    text-decoration:none;
    border:none;
    cursor:pointer;
    box-shadow:0 4px 10px rgba(1,105,56,.25);
}
.btn_bg_img_blue:hover,
.btn_bg_img_blue:focus{
    opacity:.92;
    color:#fff !important;
    text-decoration:none;
}

/* Nút "Chi tiết / Xem chi tiết" dạng viên thuốc xanh + icon con mắt */
.btn-xem-chi-tiet,
a.btn-xem-chi-tiet{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:250px;
    aspect-ratio:287 / 82;
    min-width:0;
    padding:0 14px 0 58px;
    border-radius:0;
    box-shadow:none;
    background:url(catalog/view/theme/default/image/btn-xem-chi-tiet.svg) center/100% 100% no-repeat;
    color:#fff !important;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
    text-decoration:none;
    overflow:hidden;
}
.btn-xem-chi-tiet:hover,
a.btn-xem-chi-tiet:hover{
    opacity:.95;
    color:#fff !important;
}
