/* Marketvalue WhatsApp Product Inquiry */
.mvwpi-wrap {
    box-sizing: border-box;
    clear: both;
    display: block;
    margin: 18px 0;
    max-width: 460px;
    width: 100%;
}

a.mvwpi-button {
    align-items: stretch;
    background: #25d366;
    border: 0;
    border-radius: 7px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-family: inherit;
    gap: 14px;
    justify-content: flex-start;
    min-height: 58px;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

a.mvwpi-button:visited,
a.mvwpi-button:hover,
a.mvwpi-button:focus,
a.mvwpi-button:active {
    color: #fff;
    text-decoration: none;
}

a.mvwpi-button:hover {
    background: #20bd5a;
    box-shadow: 0 5px 16px rgba(20, 128, 65, 0.22);
    transform: translateY(-1px);
}

a.mvwpi-button:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.34);
    outline-offset: 3px;
}

.mvwpi-channel {
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 14px;
    white-space: nowrap;
}

.mvwpi-copy {
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.mvwpi-meta {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1.15;
}

.mvwpi-brand {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.mvwpi-status {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 6px;
    white-space: nowrap;
}

.mvwpi-cta {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 5px;
    overflow-wrap: anywhere;
}

@media (max-width: 480px) {
    a.mvwpi-button {
        gap: 10px;
        min-height: 54px;
        padding: 9px 12px;
    }

    .mvwpi-channel {
        font-size: 14px;
        padding-right: 10px;
    }

    .mvwpi-cta {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    a.mvwpi-button {
        transition: none;
    }

    a.mvwpi-button:hover {
        transform: none;
    }
}
