.link-share-modal {
    border: 2px solid #2E474B;
    height: 192px;
    width: 450px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#copy-target:focus {
  border: 1px solid #748487;
  border-radius: 4px;
}

#copy-target  {
  border: 1px solid #748487;
  border-radius: 4px;
}

.share-header > span {
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
}

.share-header > button {
    position: relative;
    padding: 0 8px 4px 8px;
    color: #bfbebf;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #bfbebf;
    float: right;
    border-radius: 50%;
    pointer-events: auto;
    background-color: #ffffff;
}

.alert-container {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.share-container {
    float: right;
}

.share-container button:focus {
  outline: none;
}

.share-container button {
    background-color: #979797;
    color: white;
    border: none !important;
    border-radius: 3px;
    width: 106px;
    height: 42px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

#copy-btn {
    background-color: var(--accent-color);
    color: var(--fg-on-accent-color, #fff)
}

.share-container > button > .button-style {
    border-top: 15px solid #979797;
    border-right: 15px solid #fff;
    border-bottom: 1px solid #fff;
}

.share-container > #copy-btn > .button-style {
    border-top: 15px solid var(--accent-color);
    border-right: 15px solid #fff;
    border-bottom: 1px solid #fff;
}

.share-button {
    max-width: unset !important;
}

.paw-tooltip-share {
    display: inline-block;
}

.paw-tooltip-share > .tooltip-text {
    left: 0;
    margin: 0;
    transform: translate(calc(-50% + 17px), -17px);

    width: 96px;
    border: 1px solid #1F6F92;
    color: black;
    font-weight: 300;
}

.paw-tooltip-share > .tooltip-text::before {
    border-top: 12px solid #1F6F92;
}
