.nut-dat-mua-wrapper {
    text-align: center;
    margin: 20px 0;
}

.nut-dat-mua {
    display: inline-block;
    padding: 10px 15px;
    background: #008df2;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 100%;
}

.nut-dat-mua small {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
}

.nut-dat-mua:hover {
    background: linear-gradient(to right, #008df2, #006bbf);
}

.nut-dat-mua-wrapper a:hover {
	color: white !important;
}

@media (max-width: 768px) {
    .nut-dat-mua {
        font-size: 14px;
        padding: 12px 20px;
    }

    .nut-dat-mua small {
        font-size: 12px;
    }
}

.nut-goi-dien {
	width: 100%;
    display: inline-block;
    background: #008df2; /* Gradient xanh đậm hơn */
    color: white;
    padding: 10px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.5;
/*     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nut-goi-dien:hover {
	opacity: 0.9;
    transform: translateY(-2px);
/*     box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3); */
}

.nut-goi-dien small {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.nut-goi-dien-wrapper a:hover {
	color: white !important;
}

.mt {
  background-color: #fff;
  border: 1px solid #008df2;
  border-radius: 10px; 
  padding: 20px !important;
}