
.hvf-box {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ff69b4;
    text-align: center;
    border-radius: 8px;
    background-color: #fff0f6;
}
.hvf-btn {
    font-size: 24px;
    margin: 0 10px;
    padding: 10px 20px;
    background: white;
    border: 1px solid #ff69b4;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.hvf-btn:hover {
    background-color: #ffc6da;
}
.hvf-count {
    font-size: 18px;
    margin-left: 8px;
    color: #000;
}
