/*
Theme Name: Fondeadora Clone
Author: Fondeadora rebuild team
Description: Custom visual reconstruction theme for the authorized Fondeadora public-site rebuild.
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: fondeadora-clone
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f5f5f5;
  color: #181818;
  font-family: "Open Sans", Arial, sans-serif;
}

img,
video,
iframe {
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.fc-main {
  min-height: 100vh;
}

.fc-content {
  width: 100%;
}

.fc-blog-shell {
  margin: 0 auto;
  max-width: 1120px;
  padding: 120px 24px 80px;
}

.fc-blog-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.fc-post-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.fc-post-card a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.fc-post-card img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.fc-post-card__body {
  padding: 20px;
}

.fc-post-card h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.fc-post-card p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.fc-single {
  background: #fff;
  margin: 0 auto;
  max-width: 860px;
  padding: 120px 24px 80px;
}

.fc-single h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  margin: 0 0 32px;
}

.fc-single .wp-post-image {
  border-radius: 8px;
  display: block;
  margin: 0 0 32px;
  width: 100%;
}

.fc-single-content {
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .fc-blog-shell,
  .fc-single {
    padding-top: 88px;
  }
}

body.category,
body.tag {
  background: #fff;
  color: #111;
}

.fc-category-hero {
  align-items: center;
  background: #060606;
  display: flex;
  height: 320px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fc-category-hero picture,
.fc-category-hero picture::after,
.fc-category-hero picture img {
  inset: 0;
  position: absolute;
}

.fc-category-hero picture::after {
  background: rgba(0, 0, 0, 0.68);
  content: "";
  z-index: 1;
}

.fc-category-hero picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-category-hero .asap-hero-content {
  box-sizing: border-box;
  left: auto;
  margin: 0 auto;
  max-width: 630px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  top: auto;
  transform: none;
  width: 100%;
  z-index: 2;
}

.fc-category-hero h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

.fc-category-hero .search-home form {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  display: flex;
  height: 46px;
  margin: 26px auto 0;
  max-width: 601px;
  overflow: hidden;
  padding: 0 0 0 20px;
  width: 100%;
}

.fc-category-hero .search-home input {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #181818;
  flex: 1;
  font: 400 17.6px/1 "Open Sans", Arial, sans-serif;
  height: 100%;
  min-width: 0;
  outline: 0;
  padding: 0 !important;
}

.fc-category-hero .search-home input::placeholder {
  color: #808080;
  opacity: 1;
}

.fc-category-hero .search-home .s-btn {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #909090;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  margin-right: 14px !important;
  padding: 0;
  width: 40px;
}

.fc-category-hero .search-home .s-btn svg {
  display: block;
  height: 22px !important;
  min-width: 22px;
  width: 22px !important;
}

.fc-category-loop {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1880px;
  padding: 48px 72px 90px;
}

.category-post-count {
  color: #777;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 44px;
}

.fc-tag-loop {
  max-width: none;
  padding: 52px 104px 90px;
}

.fc-tag-header h1 {
  color: #111;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 34px;
}

.fc-tag-header .category-post-count {
  font-size: 30px;
  margin-bottom: 46px;
}

.fc-featured-grid {
  display: grid;
  gap: 16px;
  grid-auto-rows: 232px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 64px;
}

.fc-featured-grid .grid-item {
  background: #111;
  border-radius: 12px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.fc-featured-grid .item-1 {
  grid-column: span 2;
  grid-row: span 2;
}

.fc-featured-grid .grid-item a {
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.fc-featured-grid .grid-item a::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.fc-featured-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.fc-featured-grid .grid-item a:hover img {
  transform: scale(1.035);
}

.item-featured {
  background: #050505;
  border-radius: 2px;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  left: 16px;
  line-height: 1;
  padding: 10px 14px;
  position: absolute;
  top: 16px;
  z-index: 2;
}

.main-h2-container {
  bottom: 26px;
  box-sizing: border-box;
  left: 0;
  padding: 0 34px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.fc-featured-grid .home-tag,
.fc-category-more .home-tag {
  color: rgba(255, 255, 255, 0.92);
  display: block;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.main-h2-container h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
  max-width: 780px;
}

.fc-featured-grid .item-1 h2 {
  font-size: 35px;
  line-height: 1.22;
}

.fc-tag-loop .fc-featured-grid .item-4 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 2;
}

.fc-tag-loop .fc-featured-grid .item-5 {
  grid-column: 3 / span 2;
  grid-row: 2 / span 2;
}

.fc-tag-loop .fc-featured-grid .item-2 h2,
.fc-tag-loop .fc-featured-grid .item-3 h2 {
  font-size: 28px;
}

.fc-tag-loop .fc-featured-grid .item-4 h2,
.fc-tag-loop .fc-featured-grid .item-5 h2 {
  font-size: 35px;
  line-height: 1.22;
}

.fc-category-more {
  display: grid;
  gap: 36px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-category-more .article-loop {
  box-sizing: border-box;
  flex: none !important;
  margin: 0;
  max-width: none !important;
  min-width: 0;
  width: 100% !important;
}

.fc-category-more .article-loop a {
  color: #111;
  display: block;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.fc-category-more .lastest-post-img {
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
}

.fc-category-more .lastest-post-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-category-more .home-tag {
  color: #6f6f6f;
  font-size: 14px;
  margin-bottom: 8px;
}

.fc-category-more .entry-title {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
  text-align: left;
}

.fc-category-loop .navigation.pagination {
  margin-top: 58px;
  text-align: center;
}

.fc-category-loop .nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.fc-category-loop .page-numbers {
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 999px;
  color: #111;
  display: inline-flex;
  font-size: 16px;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  padding: 0 12px;
  text-decoration: none;
}

.fc-category-loop .page-numbers.current {
  background: #111;
  border-color: #111;
  color: #fff;
}

.fc-category-empty {
  color: #777;
  font-size: 22px;
}

body.search {
  background: #fff;
  color: #111;
}

body.search .fc-main {
  background: #fff;
}

.fc-search-loop {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1800px;
  padding: 70px 104px 92px;
  width: 100%;
}

.fc-search-title.p404 {
  border: 0 !important;
  color: #111;
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 auto 82px !important;
  padding: 0;
  text-align: center !important;
  width: fit-content !important;
}

.fc-search-title span {
  display: inline;
  font-style: italic;
  font-weight: 400;
}

.fc-search-grid.content-area {
  align-items: start;
  display: grid;
  gap: 48px 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  width: 100%;
}

.fc-search-card.article-loop,
.fc-search-card.article-loop.asap-columns-3 {
  display: block;
  flex: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
  width: 100% !important;
}

.fc-search-card a {
  color: #111;
  display: block;
  text-align: center;
  text-decoration: none;
}

.fc-search-card__media.article-content {
  aspect-ratio: 2.12 / 1;
  background: #ececec;
  border-radius: 12px !important;
  height: auto !important;
  margin: 0 0 26px !important;
  min-height: 0 !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fc-search-card__media .article-image {
  background-position: center;
  background-size: cover;
  height: 100%;
  transition: transform 0.28s ease;
  width: 100%;
}

.fc-search-card a:hover .article-image {
  transform: scale(1.035);
}

.fc-search-card .item-featured {
  background: #050505;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  left: 14px;
  line-height: 1;
  padding: 10px 14px;
  position: absolute;
  top: 14px;
  z-index: 2;
}

.fc-search-card .content-item-category {
  bottom: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.fc-search-card .content-item-category span {
  background: #fff;
  border-radius: 3px 3px 0 0;
  color: #555;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  min-width: 190px;
  padding: 14px 20px 13px;
  text-align: center;
  white-space: nowrap;
}

.fc-search-card .asap-date-loop {
  color: #9a9a9a;
  display: block;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 0 !important;
  text-align: center !important;
}

.fc-search-card .entry-title {
  color: #111 !important;
  display: block;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.23;
  margin: 0 auto;
  max-width: 520px;
  padding: 0 28px;
  text-align: center !important;
}

.fc-search-empty {
  color: #777;
  font-size: 22px;
  margin: 0;
  text-align: center;
}

@media (max-width: 1400px) and (min-width: 1181px) {
  .fc-tag-loop .fc-featured-grid .item-2 .main-h2-container,
  .fc-tag-loop .fc-featured-grid .item-3 .main-h2-container {
    bottom: 20px;
    padding: 0 24px;
  }

  .fc-tag-loop .fc-featured-grid .item-2 .home-tag,
  .fc-tag-loop .fc-featured-grid .item-3 .home-tag {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .fc-tag-loop .fc-featured-grid .item-2 h2,
  .fc-tag-loop .fc-featured-grid .item-3 h2 {
    font-size: 23px;
    line-height: 1.12;
  }
}

@media (max-width: 1180px) {
  .fc-category-loop {
    padding-left: 32px;
    padding-right: 32px;
  }

  .fc-tag-loop {
    padding-left: 32px;
    padding-right: 32px;
  }

  .fc-featured-grid {
    grid-auto-rows: 210px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-featured-grid .item-1 {
    grid-column: span 2;
  }

  .fc-tag-loop .fc-featured-grid .item-4,
  .fc-tag-loop .fc-featured-grid .item-5 {
    grid-column: auto;
    grid-row: auto;
  }

  .fc-tag-loop .fc-featured-grid .item-2 h2,
  .fc-tag-loop .fc-featured-grid .item-3 h2,
  .fc-tag-loop .fc-featured-grid .item-4 h2,
  .fc-tag-loop .fc-featured-grid .item-5 h2 {
    font-size: 23px;
    line-height: 1.16;
  }

  .fc-category-more {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-search-loop {
    padding-left: 32px;
    padding-right: 32px;
  }

  .fc-search-grid.content-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fc-category-hero {
    min-height: 330px;
  }

  .fc-category-hero .asap-hero-content {
    padding: 40px 18px;
  }

  .fc-category-hero h1 {
    font-size: 34px;
    margin-bottom: 34px;
  }

  .search-home form {
    height: 56px;
    padding: 0 14px 0 22px;
  }

  .search-home input {
    font-size: 22px;
  }

  .fc-category-loop {
    padding: 34px 18px 64px;
  }

  .fc-tag-loop {
    padding-top: 36px;
  }

  .fc-tag-header h1 {
    font-size: 34px;
    margin-bottom: 22px;
  }

  .fc-tag-header .category-post-count {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .category-post-count {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .fc-featured-grid,
  .fc-category-more {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fc-featured-grid {
    grid-auto-rows: auto;
    margin-bottom: 42px;
  }

  .fc-featured-grid .item-1 {
    grid-column: auto;
    grid-row: auto;
  }

  .fc-featured-grid .grid-item {
    min-height: 310px;
  }

  .fc-search-loop {
    padding: 48px 18px 64px;
  }

  .fc-search-title.p404 {
    font-size: 30px;
    margin-bottom: 42px;
  }

  .fc-search-grid.content-area {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .fc-search-card .entry-title {
    font-size: 24px !important;
    padding: 0 10px;
  }

  .fc-search-card .content-item-category span {
    font-size: 17px;
    min-width: 0;
  }

  .main-h2-container {
    bottom: 22px;
    padding: 0 22px;
  }

  .main-h2-container h2,
  .fc-featured-grid .item-1 h2 {
    font-size: 25px;
  }
}

body.single {
  background: #000;
  color: #000;
}

body.single .fc-main {
  background: #000;
}

.fc-single-page {
  background: #fff;
  --fc-single-header-height: 104px;
}

.fc-single-site-header {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  display: grid;
  gap: 24px;
  grid-template-columns: 260px 1fr 64px;
  height: var(--fc-single-header-height);
  margin-bottom: calc(var(--fc-single-header-height) * -1);
  padding: 0 88px;
  position: sticky;
  top: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  z-index: 60;
}

.fc-single-site-header.is-solid {
  background: #fff;
}

.fc-logo {
  color: #fff;
  display: inline-flex;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.fc-single-site-header.is-solid .fc-logo {
  color: #030303;
}

.fc-logo sup {
  font-size: 11px;
  line-height: 1;
  margin-left: 2px;
  position: relative;
  top: -0.35em;
}

.fc-site-nav {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: center;
}

.fc-site-nav a,
.fc-site-nav span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.fc-single-site-header.is-solid .fc-site-nav a,
.fc-single-site-header.is-solid .fc-site-nav span {
  color: #111;
}

.fc-site-nav span {
  font-size: 18px;
}

.fc-menu-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 9px;
  height: 46px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  width: 52px;
}

.fc-menu-button span {
  background: #fff;
  display: block;
  height: 3px;
  width: 44px;
}

.fc-single-site-header.is-solid .fc-menu-button span {
  background: #111;
}

.fc-single-hero {
  background: #060606;
  height: 456px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fc-single-hero picture,
.fc-single-hero picture::after,
.fc-single-hero picture img {
  inset: 0;
  position: absolute;
}

.fc-single-hero picture::after {
  background: rgba(0, 0, 0, 0.66);
  content: "";
  z-index: 1;
}

.fc-single-hero picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fc-single-hero .asap-hero-content {
  box-sizing: border-box;
  left: 50%;
  max-width: 780px;
  padding: 0 24px !important;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.fc-single-hero .asap-hero-content h1 {
  color: #fff !important;
  font-size: 38px !important;
  font-weight: 400;
  line-height: 1.36;
  margin: 0;
}

.fc-single-layout {
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap !important;
  gap: 64px;
  margin: 0 auto 0;
  max-width: 1512px;
  padding: 64px 88px 86px;
  width: 100%;
}

.fc-single-article {
  flex: 1 1 calc(100% - 384px);
  max-width: none;
  min-width: 0;
  width: auto !important;
}

.fc-breadcrumbs {
  color: #111;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 52px;
}

.fc-breadcrumbs a {
  color: #f12d2d;
  text-decoration: none;
}

.fc-single-article .the-content {
  color: #000;
  font-size: 20px;
  line-height: 1.6;
}

.fc-single-article .the-content h2,
.fc-single-article .the-content h3,
.fc-single-article .the-content h4,
.fc-single-article .the-content p {
  margin-left: 0;
  margin-right: 0;
}

.fc-single-article .the-content h3 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 32px;
  text-transform: uppercase;
}

.fc-single-article .the-content h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 32px 0 14px;
}

.fc-single-article .the-content p,
.fc-single-article .the-content li {
  color: #000;
  font-size: 20px;
  line-height: 1.6;
}

.fc-single-article .the-content p {
  margin: 0 0 28px;
}

.fc-single-article .the-content ul,
.fc-single-article .the-content ol {
  margin: 0 0 30px 24px;
  padding: 0;
}

.fc-single-article .the-content a {
  color: #ef2c2c;
  text-decoration: none;
}

.fc-single-article .the-content strong,
.fc-single-article .the-content b {
  font-weight: 800;
}

.fc-single-article .the-content img.aligncenter,
.fc-single-article .the-content p > a > img {
  border-radius: 0 !important;
  display: block;
  margin: 42px auto;
  max-width: 100%;
}

.fc-single-sidebar {
  align-self: flex-start;
  flex: 0 0 320px;
  margin: 0 !important;
  position: sticky;
  top: var(--fc-single-header-height);
  width: 320px !important;
}

.fc-single-sidebar .sticky {
  position: static;
}

.fc-sidebar-ad {
  margin: 0 0 34px;
}

.fc-sidebar-ad img {
  display: block;
  width: 100%;
}

.fc-single-sidebar .sidebar-title {
  border-bottom: 2px solid #111;
  color: #111;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0 0 8px;
}

.fc-single-sidebar .sidebar-title::after {
  display: none;
}

.fc-latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fc-latest-posts li {
  color: #111;
  font-size: 17px;
  line-height: 1.32;
  margin: 0 0 15px;
  padding-left: 22px;
  position: relative;
}

.fc-latest-posts li::before {
  border-color: #111;
  border-style: solid;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 8px;
}

.fc-latest-posts a {
  color: #111 !important;
  font-size: inherit !important;
  line-height: inherit;
  text-decoration: none;
}

.fc-related-posts.related-posts {
  display: grid !important;
  flex: none !important;
  flex-wrap: nowrap !important;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: stretch !important;
  margin: 64px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fc-related-posts .article-loop,
.fc-related-posts .article-loop.asap-columns-3 {
  display: block !important;
  flex: none !important;
  flex-basis: auto !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fc-related-posts .article-loop a {
  color: #111;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  text-decoration: none;
  width: 100% !important;
}

.fc-related-posts .article-content {
  aspect-ratio: 16 / 9;
  border-radius: 12px !important;
  display: block !important;
  height: auto !important;
  line-height: 0;
  margin: 0 0 22px !important;
  overflow: hidden;
  width: 100% !important;
}

.fc-related-posts .article-image {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.fc-related-posts .entry-title {
  color: #111;
  display: block !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.32;
  margin: 0;
  overflow-wrap: normal;
  padding: 0 12px !important;
  text-align: center !important;
  white-space: normal;
  width: 100% !important;
  word-break: normal;
}

.fc-site-footer {
  background: #000;
  color: #fff;
  padding: 0;
}

.fc-footer-inner {
  background: #000;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: none;
  padding: 0 88px 70px;
  width: 100%;
}

.fc-footer-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: 1.1fr 1fr 1.55fr 1fr;
  min-height: 500px;
  padding: 34px 0 42px;
}

.fc-footer-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fc-footer-column h4 {
  color: rgba(255, 255, 255, 0.24);
  font-size: 19px !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
}

.fc-footer-column a {
  color: #fff;
  font-size: 19px !important;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}

.fc-socials {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-top: 36px;
}

.fc-socials a {
  display: inline-flex;
  height: 34px;
  width: 34px;
}

.fc-socials img {
  display: block;
  filter: none;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.fc-footer-bottom {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 42px 56px;
  grid-template-columns: 500px minmax(0, 1fr);
  padding: 0 0 38px;
}

.fc-footer-logos {
  align-items: center;
  display: flex;
  gap: 28px;
  grid-column: 1;
  grid-row: 1;
}

.fc-footer-logos img {
  display: block;
  max-height: 58px;
  opacity: 0.55;
  width: auto;
}

.fc-footer-bottom p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px !important;
  line-height: 1.2;
  margin: 0;
  grid-column: 1;
  grid-row: 2;
}

.fc-footer-bottom nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  grid-column: 2;
  grid-row: 2;
  justify-content: flex-end;
  min-width: 0;
  width: 100%;
}

.fc-footer-bottom nav a {
  color: #fff;
  font-size: 15.5px !important;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.fc-footer-disclaimer {
  align-items: flex-start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 760px) auto;
  justify-content: space-between;
  padding-top: 46px;
}

.fc-footer-legal-copy p {
  color: rgba(255, 255, 255, 0.28);
  font-size: 16px !important;
  line-height: 1.38;
  margin: 0;
  max-width: 840px;
}

.fc-footer-legal-copy span {
  color: rgba(255, 255, 255, 0.32);
}

.fc-footer-status {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 16px !important;
  font-weight: 800;
  gap: 10px;
  line-height: 1.2;
  margin-top: 4px;
  text-decoration: none;
  white-space: nowrap;
}

.fc-footer-status span {
  background: #48c444;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

@media (max-width: 1180px) {
  .fc-single-site-header,
  .fc-single-layout,
  .fc-footer-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fc-single-layout {
    gap: 44px;
  }

  .fc-single-sidebar {
    flex-basis: 300px;
    width: 300px !important;
  }

  .fc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .fc-footer-bottom {
    grid-template-columns: 1fr;
  }

  .fc-footer-bottom nav {
    justify-content: flex-start;
  }

  .fc-footer-disclaimer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .fc-single-site-header {
    grid-template-columns: 1fr 52px;
    height: 96px;
    padding: 0 22px;
  }

  .fc-single-page {
    --fc-single-header-height: 96px;
  }

  .fc-site-nav {
    display: none;
  }

  .fc-logo {
    font-size: 23px;
  }

  .fc-menu-button span {
    width: 42px;
  }

  .fc-single-hero {
    height: 360px;
  }

  .fc-single-hero .asap-hero-content h1 {
    font-size: 28px !important;
  }

  .fc-single-layout {
    display: block;
    padding: 42px 22px 64px;
  }

  .fc-breadcrumbs,
  .fc-single-article .the-content p,
  .fc-single-article .the-content li {
    font-size: 18px;
  }

  .fc-single-article .the-content h3 {
    font-size: 22px;
  }

  .fc-single-sidebar {
    margin-top: 54px;
    position: static;
    width: 100% !important;
  }

  .fc-single-sidebar .sticky {
    position: static;
  }

  .fc-related-posts {
    grid-template-columns: 1fr;
  }

  .fc-footer-inner {
    padding: 0 22px;
  }

  .fc-footer-grid {
    gap: 44px;
    grid-template-columns: 1fr;
    padding-top: 32px;
  }

  .fc-footer-bottom nav {
    gap: 18px 24px;
  }

  .fc-footer-status {
    white-space: normal;
  }
}
