/* ============================================================
   FLAUTA APARTAMENTY — mobilne ikony social pod hamburgerem
   Dopisać na końcu arkusza stylów CSS w panelu IdoBooking
   ============================================================ */

@media (max-width: 978px) {

  .page-top__options .page-top__social {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 65px;
    right: 21px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 50;
  }

  .page-top__options .page-top__social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }

  .page-top__options .page-top__social li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--maincolor1, #38BDF8);
    color: var(--btnColor, #000) !important;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  .page-top__options .page-top__social li a:hover,
  .page-top__options .page-top__social li a:focus {
    background: var(--btn_hover, #0EA5E9);
    transform: scale(1.08);
    color: var(--btnColor, #000) !important;
  }

  .page-top__options .page-top__social li a .icon {
    color: var(--btnColor, #000);
    font-size: 16px;
    line-height: 1;
  }

  .page-top__options .page-top__social li a[title="Google"] {
    font-size: 0;
  }

  .page-top__options .page-top__social li a[title="Google"] span {
    font-size: 0;
    line-height: 0;
  }

  .page-top__options .page-top__social li a[title="Google"]::before {
    content: "G";
    font-size: 18px;
    font-weight: 700;
    color: var(--btnColor, #000);
    font-family: inherit;
    line-height: 1;
  }

  .header--active .page-top__options .page-top__social {
    display: none !important;
  }

}
