.btn-enhanced {
    display: inline-block;
    background-color: #F8069D;
    color: white !important;
    padding: 10px 20px;
    border-radius: 9999px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}
.btn-enhanced:hover {
    background-color: #c8057e;
}