.product-contact-panel {
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 28px;
}

.product-gallery-description {
    grid-column: 1 / -1;
    max-width: 650px;
    padding-top: 14px;
}

.product-gallery-description .product-lead {
    margin: 0;
}

.product-gallery-description .product-description {
    margin-top: 14px;
    line-height: 1.7;
}

.product-contact-panel > .eyebrow {
    margin: 0 0 12px;
}

.product-contact-panel > p:not(.eyebrow) {
    max-width: 46ch;
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.product-contact-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.product-contact-actions .button {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.product-call-button {
    background: transparent;
    color: var(--ink);
}

@media (min-width: 1100px) {
    .product-contact-actions {
        grid-template-columns: 1.15fr .85fr;
    }

    .product-contact-actions .button {
        gap: 14px;
        padding-inline: 16px;
    }
}

@media (max-width: 600px) {
    .product-contact-panel {
        padding: 24px 20px;
    }
}
