.hb-share-bar-wrapper{
    width: 100%;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 6px;
    min-height: 40px;
    justify-content: space-between;

}

.hb-share-bar-print{
    right: 0;
    margin-left: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hb-share-visible{
    display: none;
}

.hb-share-bar-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hb-print-alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    z-index: 999;
    display: none;
    max-width: none !important;
    margin:0 !important;
}

.hb-print-alert-inner{
    position: relative;
    background-color: white;
    height: auto;
    max-width: 400px;
    max-height: 100%;
    min-height: 120px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    padding: 30px 30px;
}

.hb-share-bar-buttons a{
    margin-right: 1rem;
}
.hb-share-bar-buttons a:before,
.hb-share-bar-print a:before{
    font-size: 1.2rem;
}

.hb-print-alert-inner-wrap{
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hb-print-alert-close{
    position: absolute;
    right: 30px;
    top: 20px;
}

.hb-print-alert-button-wrapper{
    display: flex;
    justify-content: end;
}

.hb-print-button{
    background-color: var(--wp--preset--color--primary);
    border: none;
    border-radius: 0;
    color: white;
    height: 40px;
    width: auto;
    padding: 5px 10px;
    margin-top: 2rem;
    font-weight: 700;
    cursor: pointer;
}

.hb-url-button{
    cursor: pointer;
    margin-top: 2rem;
    border-color: var(--wp--preset--color--primary);
    border: 2px solid;
    background-color: transparent;
    border-radius: 0;
    color: var(--wp--preset--color--primary);
    height: 40px;
    width: auto;
    padding: 5px 10px;
    font-weight: 700;
    margin-right: 1rem;
}



@media print {
    .hb-print-alert{
        display: none !important;
    }
}

@media only screen and (min-width: 1024px) {

}