/* =========================================================
   InfoHOTEL Social Share
   ========================================================= */

.ih-share-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.ih-share-buttons--top {
    clear: both;
    width: 100%;
    margin: 1rem 0 1.25rem;
}

.ih-share-buttons--bottom {
    margin: 1.75rem 0 0;
}

.ih-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 21px;
    padding: 0 6px;
    border: 0;
    border-radius: 2px;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none !important;
    box-shadow: none;
    transition: opacity .15s ease;
}

.ih-share-button:hover,
.ih-share-button:focus {
    color: #fff !important;
    opacity: .85;
    text-decoration: none !important;
}

.ih-share-button > i {
    margin-right: 4px;
    font-size: 11px;
    line-height: 1;
}

.ih-share-facebook {
    background-color: #3b5998;
}

.ih-share-x {
    padding-right: 9px;
    padding-left: 9px;
    background-color: #000;
    border-radius: 999px;
}

.ih-share-x > i {
    font-size: 10px;
}

.ih-share-linkedin {
    padding-left: 2px;
    background-color: #0a66c2;
}

.ih-share-linkedin-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 1px;
}

.ih-share-linkedin-icon i {
    margin: 0;
    color: #0a66c2;
    font-size: 12px;
    line-height: 1;
}

.ih-share-whatsapp {
    width: 22px;
    padding-right: 0;
    padding-left: 0;
    background-color: #25d366;
}

.ih-share-whatsapp > i {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .ih-share-buttons {
        gap: 4px;
    }

    .ih-share-buttons--top {
        margin-bottom: 1rem;
    }

    .ih-share-buttons--bottom {
        margin-top: 1.5rem;
    }
}
