.wpet-share-url-title {
    margin-bottom: 0 !important;
    font-weight: bold;
}

.wpet-share-url-form {
    position: relative;
}

.wpet-share-url-share-input{
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 160px;
    text-overflow: ellipsis;
}

.wpet-share-url-copy-button {
    position: absolute;
    right: 20px;
    bottom: 0px;
    margin-bottom: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
}

.wpet-share-url-notice {
    background-color : #E2E3E5;
    border-color     : #D6D8DB;
    position         : relative;
    padding          : .75rem 1.25rem;
    margin-bottom   : 1rem;
    margin-top   : 1rem;
    border           : 1px solid transparent;
    border-radius    : .25rem;
}