.hqm-price-text {
    display: inline-block;
    font-size: .92em;
    font-weight: 600;
    letter-spacing: .02em;
}

.hqm-quote-wrap {
    margin: 1.25rem 0 .5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
}

.hqm-whatsapp-button,
a.hqm-whatsapp-button.button,
a.hqm-whatsapp-button.button.alt {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 48px;
    padding: .85rem 1.35rem !important;
    border: 1px solid #151515 !important;
    border-radius: 3px !important;
    background: #151515 !important;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: .015em;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.hqm-whatsapp-button:hover,
a.hqm-whatsapp-button.button:hover,
a.hqm-whatsapp-button.button.alt:hover {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.hqm-wa-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
}

.hqm-loop-button {
    width: 100%;
    margin-top: .55rem !important;
    font-size: .9em !important;
    padding: .72rem 1rem !important;
}

.hqm-private-note {
    font-size: .78rem;
    opacity: .7;
    letter-spacing: .01em;
}

@media (max-width: 767px) {
    .hqm-quote-wrap {
        width: 100%;
    }

    .hqm-whatsapp-button,
    a.hqm-whatsapp-button.button,
    a.hqm-whatsapp-button.button.alt {
        box-sizing: border-box;
        max-width: 100%;
    }
}
