/* Keep the floating professional conversion prompt focused and readable. */
.hp-pro-product__sticky {
    border-radius: 14px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 10px 12px 10px 20px;
    width: min(720px, calc(100% - 32px));
}

.hp-pro-product__sticky span {
    line-height: 1.35;
    margin-right: 0;
    min-width: 0;
}

.hp-pro-product__sticky .hp-pro-primary {
    border-radius: 10px;
    min-width: 210px;
    white-space: nowrap;
}

.hp-pro-product__sticky > a:not(.hp-pro-primary) {
    white-space: nowrap;
}

@media (max-width: 620px) {
    .hp-pro-product__sticky {
        border-radius: 12px;
        gap: 8px;
        grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
        padding: 8px;
        width: calc(100% - 24px);
    }

    .hp-pro-product__sticky .hp-pro-primary {
        min-width: 0;
        width: 100%;
    }
}
