/*
Generated time: February 21, 2025 07:48
This file was created by the app developer. Feel free to contact the original developer with any questions.
It was minified (compressed) by AVADA. AVADA does NOT own this script.
*/

.social-media-link-wrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-rows: 1fr 1fr;
}

.social-media-link-bubble {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  background-color: rgb(var(--secondary-background));
  border-radius: 10px;
  row-gap: 0.5rem;
}

.social-media-link-bubble.no-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
}

@media screen and (min-width: 1000px) {
  .social-media-link-bubble {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 2rem;
  }
}
/* ADDED THIS CSS */
@media screen and (min-width: 820px) and (max-width: 910px) {
  .social-media-link-bubble {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__item {
    max-width: 220px;
  }
  .social-media-link-bubble {
    width: 740px;
  }
}

@media screen and (min-width: 912px) and (max-width: 918px) {
  .social-media-link-bubble {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__item {
    max-width: 220px;
  }
  .social-media-link-bubble {
    width: 815px;
  }
}

/* */
.social-media-link-bubble--link-list {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-media-link-bubble--link {
  display: inline-block;
}

.social-media-link-bubble--icon {
  display: flex;
  align-items: center;
}

.social-media-link-bubble--heading {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
