.shared-contact-btn {
    box-sizing: border-box;
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 14px;
    align-items: center;
    column-gap: 10px;
    width: 140px;
    height: 34px;
    padding: 8px 20px;
    background: url("/assets/s3/07dceb01-a94b-4cd8-9129-79bef2fd3538--5afff7e222.svg")
        center / 100% 100% no-repeat;
    color: #000;
    text-decoration: none;
}

.shared-contact-btn__label {
    font:
        400 14px/18px "DM Sans",
        sans-serif;
    text-align: left;
    white-space: nowrap;
}

.shared-contact-btn__arrow {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
