.elementor-6984 .elementor-element.elementor-element-444d007{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6984 .elementor-element.elementor-element-f8a907e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6984 .elementor-element.elementor-element-1c1a117{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6984 .elementor-element.elementor-element-82830cc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mgp-card .mg-card-text.mgp-card-body{text-align:left;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mg-card .mp-post-btn i.left,.elementor-6984 .elementor-element.elementor-element-108f1ea .mg-card .mp-post-btn .left i{margin-right:5px;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mg-card .mp-post-btn i.right, .elementor-6984 .elementor-element.elementor-element-108f1ea .mg-card .mp-post-btn .right i{margin-left:5px;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mp-pagination{text-align:center;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mg-card.mgp-card{border-radius:20px 20px 20px 20px;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mgpd-social-share a{width:32px;height:32px;transition:all 300ms ease;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mgpd-social-share{gap:8px;}.elementor-6984 .elementor-element.elementor-element-108f1ea .mgpd-social-share a:hover{transform:scale(1.1);}/* Start custom CSS *//* ===== BLOG FLORIPA GUIA DA ILHA ===== */

.fgi-blog-hero {
  padding: 95px 20px;
  background:
    linear-gradient(90deg, rgba(6,27,79,.96), rgba(6,27,79,.72), rgba(0,91,232,.12)),
    url("https://floripaguiadailha.com/wp-content/uploads/2026/06/cropped-florianopolis.webp") center/cover no-repeat;
  color: #fff;
}

.fgi-blog-hero__content {
  width: min(1180px, 92%);
  margin: auto;
}

.fgi-blog-hero span {
  display: inline-flex;
  padding: 9px 18px;
  border: 1px solid #ffc400;
  border-radius: 999px;
  color: #ffc400;
  font-weight: 900;
  margin-bottom: 22px;
}

.fgi-blog-hero h1 {
  max-width: 850px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.06;
}

.fgi-blog-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 22px;
  line-height: 1.6;
}

.fgi-blog-intro {
  background: #fff;
  padding: 42px 20px 20px;
}

.fgi-blog-intro__grid {
  width: min(1180px, 92%);
  margin: auto;
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #eef7ff, #ffffff);
  border: 1px solid #dbe7fb;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: center;
  box-shadow: 0 14px 38px rgba(0,40,120,.07);
}

.fgi-blog-intro h2 {
  margin: 0 0 8px;
  color: #061b4f;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
}

.fgi-blog-intro p {
  margin: 0;
  color: #1d2e5e;
  font-size: 18px;
  line-height: 1.6;
}

.fgi-blog-intro a {
  display: inline-flex;
  padding: 16px 30px;
  border-radius: 999px;
  background: #ffc400;
  color: #061b4f !important;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

/* ===== BLOCO DE POSTS ===== */

.fgi-blog-posts {
  width: min(1180px, 92%) !important;
  margin: 45px auto 80px !important;
}

/* Grid dos posts */
.fgi-blog-posts .elementor-posts-container,
.fgi-blog-posts .elementor-grid,
.fgi-blog-posts .wp-block-post-template {
  gap: 28px !important;
}

/* Card do post */
.fgi-blog-posts article,
.fgi-blog-posts .elementor-post,
.fgi-blog-posts .wp-block-post {
  background: #ffffff !important;
  border: 1px solid #dbe7fb !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 38px rgba(0,40,120,.08) !important;
  transition: .3s ease !important;
}

/* Hover */
.fgi-blog-posts article:hover,
.fgi-blog-posts .elementor-post:hover,
.fgi-blog-posts .wp-block-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,40,120,.14) !important;
}

/* Imagem */
.fgi-blog-posts article img,
.fgi-blog-posts .elementor-post__thumbnail img,
.fgi-blog-posts .wp-block-post-featured-image img {
  width: 100% !important;
  height: 245px !important;
  object-fit: cover !important;
  transition: .4s ease !important;
}

.fgi-blog-posts article:hover img,
.fgi-blog-posts .elementor-post:hover img,
.fgi-blog-posts .wp-block-post:hover img {
  transform: scale(1.04);
}

/* Conteúdo */
.fgi-blog-posts .elementor-post__text,
.fgi-blog-posts .wp-block-post > *:not(.wp-block-post-featured-image),
.fgi-blog-posts article .entry-content,
.fgi-blog-posts article .entry-header {
  padding: 22px !important;
}

/* Título */
.fgi-blog-posts h2,
.fgi-blog-posts h3,
.fgi-blog-posts .elementor-post__title,
.fgi-blog-posts .wp-block-post-title {
  color: #061b4f !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.fgi-blog-posts h2 a,
.fgi-blog-posts h3 a,
.fgi-blog-posts .elementor-post__title a,
.fgi-blog-posts .wp-block-post-title a {
  color: #061b4f !important;
  text-decoration: none !important;
}

/* Meta */
.fgi-blog-posts .elementor-post__meta-data,
.fgi-blog-posts .wp-block-post-date,
.fgi-blog-posts .entry-meta {
  color: #7c8aa8 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

/* Resumo */
.fgi-blog-posts .elementor-post__excerpt,
.fgi-blog-posts .wp-block-post-excerpt,
.fgi-blog-posts .entry-summary {
  color: #1d2e5e !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Botão leia mais */
.fgi-blog-posts .elementor-post__read-more,
.fgi-blog-posts .wp-block-read-more,
.fgi-blog-posts .more-link {
  display: inline-flex !important;
  margin-top: 14px !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  background: #005be8 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.fgi-blog-posts .elementor-post__read-more:hover,
.fgi-blog-posts .wp-block-read-more:hover,
.fgi-blog-posts .more-link:hover {
  background: #061b4f !important;
}

/* Paginação */
.fgi-blog-posts .page-numbers,
.fgi-blog-posts .elementor-pagination a,
.fgi-blog-posts .elementor-pagination span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef7ff;
  color: #061b4f !important;
  font-weight: 900;
  text-decoration: none !important;
  margin: 5px;
}

.fgi-blog-posts .page-numbers.current,
.fgi-blog-posts .elementor-pagination span.current {
  background: #005be8 !important;
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .fgi-blog-hero {
    padding: 65px 18px;
  }

  .fgi-blog-hero h1 {
    font-size: 40px;
  }

  .fgi-blog-hero p {
    font-size: 18px;
  }

  .fgi-blog-intro__grid {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .fgi-blog-intro a {
    justify-content: center;
    width: 100%;
  }

  .fgi-blog-posts {
    margin-top: 35px !important;
  }

  .fgi-blog-posts article img,
  .fgi-blog-posts .elementor-post__thumbnail img,
  .fgi-blog-posts .wp-block-post-featured-image img {
    height: 220px !important;
  }
}/* End custom CSS */