.share-page-block {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.share-page-btn {
    background: #fff;
    border: 1px solid #012527;
    border-radius: 100px;
    padding: 20px 24px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 0.88889;
    text-transform: capitalize;
    color: #012527;
}

.share-page-btn:hover {
    background-color: #012527;
    color: #deca3c;
}

.share-page-btn:hover svg path {
    fill: #deca3c;
}

.share-page-notice {
    position: absolute;
    top: -45px;
    right: -50%;
    z-index: 1;
    width: max-content;
    display: none;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: #012527;
    padding: 12px 24px;
    border-radius: 100px;
}