/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/footer/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.page .improntad-theme-footer-block, .wp-singular .improntad-theme-footer-block {
  inline-size: 100%;
  background: var(--wp--preset--color--secondary-200, #000);
  margin: 0;
}
.page .improntad-theme-footer-block .footer-container, .wp-singular .improntad-theme-footer-block .footer-container {
  color: var(--wp--preset--color--primary-300, #000);
  padding: 2rem 1rem 1rem;
}
@media (min-width: 48rem) {
  .page .improntad-theme-footer-block .footer-container, .wp-singular .improntad-theme-footer-block .footer-container {
    padding: 3rem 2rem 1.5rem;
  }
}
.page .improntad-theme-footer-block .footer-content, .wp-singular .improntad-theme-footer-block .footer-content {
  max-inline-size: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 64rem) {
  .page .improntad-theme-footer-block .footer-content, .wp-singular .improntad-theme-footer-block .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
  }
}
.page .improntad-theme-footer-block .footer-logo-section, .wp-singular .improntad-theme-footer-block .footer-logo-section {
  text-align: center;
}
@media (min-width: 64rem) {
  .page .improntad-theme-footer-block .footer-logo-section, .wp-singular .improntad-theme-footer-block .footer-logo-section {
    text-align: start;
    block-size: 100%;
  }
}
.page .improntad-theme-footer-block .footer-logo-section .footer-logo, .wp-singular .improntad-theme-footer-block .footer-logo-section .footer-logo {
  display: inline-block;
  max-block-size: 100%;
  margin-block-end: 0.5rem;
}
.page .improntad-theme-footer-block .footer-logo-section .footer-logo img, .wp-singular .improntad-theme-footer-block .footer-logo-section .footer-logo img {
  max-inline-size: 100%;
  max-block-size: 20rem;
  block-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page .improntad-theme-footer-block .footer-logo-section .footer-logo-text, .wp-singular .improntad-theme-footer-block .footer-logo-section .footer-logo-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary-300, #000);
  text-decoration: none;
  margin-block-end: 0.5rem;
}
.page .improntad-theme-footer-block .footer-logo-section .footer-tagline, .wp-singular .improntad-theme-footer-block .footer-logo-section .footer-tagline {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.9;
}
.page .improntad-theme-footer-block .footer-columns, .wp-singular .improntad-theme-footer-block .footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  flex: 1;
  text-align: center;
}
@media (min-width: 64rem) {
  .page .improntad-theme-footer-block .footer-columns, .wp-singular .improntad-theme-footer-block .footer-columns {
    max-inline-size: 50%;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (min-width: 64rem) {
  .page .improntad-theme-footer-block .footer-column:nth-child(1), .wp-singular .improntad-theme-footer-block .footer-column:nth-child(1) {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  .page .improntad-theme-footer-block .footer-column:nth-child(2), .wp-singular .improntad-theme-footer-block .footer-column:nth-child(2) {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
.page .improntad-theme-footer-block .footer-column .footer-column-title, .wp-singular .improntad-theme-footer-block .footer-column .footer-column-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.page .improntad-theme-footer-block .footer-column .footer-menu-list, .wp-singular .improntad-theme-footer-block .footer-column .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .improntad-theme-footer-block .footer-column .footer-menu-list .menu-item, .wp-singular .improntad-theme-footer-block .footer-column .footer-menu-list .menu-item {
  margin-block-end: 0.5rem;
}
.page .improntad-theme-footer-block .footer-column .footer-menu-list .menu-item a, .wp-singular .improntad-theme-footer-block .footer-column .footer-menu-list .menu-item a {
  color: var(--wp--preset--color--primary-100, #000);
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.page .improntad-theme-footer-block .footer-column .footer-menu-list .menu-item a:hover, .wp-singular .improntad-theme-footer-block .footer-column .footer-menu-list .menu-item a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (min-width: 64rem) {
  .page .improntad-theme-footer-block .footer-social, .wp-singular .improntad-theme-footer-block .footer-social {
    grid-row: 2/span 1;
    grid-column: 2/span 1;
  }
}
.page .improntad-theme-footer-block .footer-social .footer-social-links, .wp-singular .improntad-theme-footer-block .footer-social .footer-social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.page .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link, .wp-singular .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 40px;
  block-size: 40px;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.2s ease;
}
.page .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link:hover, .wp-singular .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link:hover {
  transform: scale(1.1);
}
.page .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link .social-icon, .wp-singular .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 24px;
  block-size: 24px;
}
.page .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link .social-icon svg, .wp-singular .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link .social-icon svg {
  inline-size: 100%;
  block-size: 100%;
  fill: currentcolor;
}
.page .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link .social-icon svg path, .wp-singular .improntad-theme-footer-block .footer-social .footer-social-links .footer-social-link .social-icon svg path {
  fill: var(--wp--preset--color--primary-200, #000);
}
.page .improntad-theme-footer-block .footer-bottom, .wp-singular .improntad-theme-footer-block .footer-bottom {
  max-inline-size: 1200px;
  margin: 2rem auto 0;
  padding-block-start: 1.5rem;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.page .improntad-theme-footer-block .footer-bottom .cofepris-notice, .wp-singular .improntad-theme-footer-block .footer-bottom .cofepris-notice {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.9;
}

/*# sourceMappingURL=style-index.css.map*/