.offerbtn.sharecart {
    float: none;
    width: 100%;
    padding: 7px 0;
}
button#copyLink:hover {
    color: var(--MIDNIGHT-BLUE) !important;

}

button#copyLink {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    color: var(--MIDNIGHT-BLUE);
    text-align: center;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    z-index: 1;
    width: 93px;
    background: #fff;
}
input#share-link {
    padding-right: 104px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
