/* Fundo geral da página /social (assets/images/social/background.png) */
body.ella-social {
  min-height: 100vh;
  background-color: #fdb813;
  background-image: url("../images/social/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ella-social-page {
  min-height: 100vh;
}

.ella-social-hero {
  margin-bottom: 2.75rem;
}

.ella-social-page .ella-social-hero + .ella-social-actions {
  padding-top: 0;
}

/* Carrossel edge-to-edge no mobile; a partir de md mantém a coluna alinhada aos CTAs */
@media (max-width: 767.98px) {
  .ella-social-hero .container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ella-social-hero .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ella-social-hero .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.ella-social-hero .carousel-item {
  position: relative;
}

.ella-social-hero .ella-social-slide {
  position: relative;
  min-height: 320px;
  background: #111;
}

.ella-social-hero .ella-social-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
  display: block;
}

.ella-social-hero .ella-social-slide-link {
  color: inherit;
}

.ella-social-hero .ella-social-slide-link:focus-visible {
  outline: 3px solid #022a60;
  outline-offset: 2px;
}

.ella-social-actions {
  padding: 18px 0 26px;
}

.ella-social-actions .ella-social-btn {
  display: block;
  width: 100%;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(2, 42, 96, 0.10);
  color: #022a60;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ella-social-actions .ella-social-btn:focus-visible {
  background: #022a60;
  color: #fff;
  border-color: #022a60;
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .ella-social-actions .ella-social-btn:hover {
    background: #022a60;
    color: #fff;
    border-color: #022a60;
  }

  .ella-social-footer .ella-social-icon:hover {
    background: #022a60;
    color: #fff;
    border-color: #022a60;
  }

  .ella-social-footer .ella-social-icon:hover i {
    color: #fff;
  }
}

.ella-social-footer .ella-social-icon:focus-visible {
  background: #022a60;
  color: #fff;
  border-color: #022a60;
  outline: none;
}

.ella-social-footer .ella-social-icon:focus-visible i {
  color: #fff;
}

.ella-social-footer {
  margin-top: 2.75rem;
  padding: 0 0 22px;
}

.ella-social-footer .ella-social-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #fff;
  color: #022a60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(2, 42, 96, 0.10);
}

.ella-social-footer .ella-social-icon i {
  font-size: 20px;
  line-height: 1;
}

@media (min-width: 768px) {
  .ella-social-hero {
    margin-bottom: 3.5rem;
  }

  .ella-social-footer {
    margin-top: 3.5rem;
  }

  .ella-social-hero .ella-social-slide,
  .ella-social-hero .ella-social-slide img {
    min-height: 420px;
  }
}
