.product-contant > .msg > .purchase-contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
}
.product-contant .purchase-contact-icon {
    display: flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5f3f6;
    color: #218aa0;
    font-size: 20px;
}
.product-contant .purchase-contact-icon img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.product-contant .purchase-contact-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.35;
}
.product-contant .purchase-contact-label {
    color: #16869b;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}
.product-contant .purchase-contact-value {
    min-width: 0;
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
    text-decoration: none;
}
.product-contant .purchase-contact-value:hover,
.product-contant .purchase-contact-value:focus {
    color: #16869b;
    text-decoration: underline;
}
.product-contant .purchase-contact-button {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 9px 14px;
    border-radius: 5px;
    background: #218aa0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}
.product-contant .purchase-contact-button:hover,
.product-contant .purchase-contact-button:focus {
    background: #176f82;
    color: #fff;
    text-decoration: none;
}
