.region.region-footer {
  clear: both;
}

/*
.block_classes-end-footer .slnt-text, .slnt-text > * a {
  text-decoration: none;
  color: white;
}

block_classes-end-footer

*/

.block_classes-end-footer {
  color: rgba(255, 255, 255, 0.5);
}

.block_classes-end-footer > * a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.block_classes-end-footer {
  /* padding-bottom: 1em; */
}

.block_classes-end-footer{
  color: rgba(255, 255, 255, 0.85);
  overflow: auto;
  width: 100%;
}

.block_classes-end-footer > * .field--name-field-year {
  float:left;
  margin-right: 1em;
}

.block_classes-end-footer > * .field--name-field-privacy-policy {
  float:left;
}

.block_classes-end-footer > * .field--name-field-copyright-message {
  float:left;
  margin-right: 1em;
}

.paragraph--type--icon-with-link > * .field--name-field-icon {
  width: 2em;
  height: 2em;
}

/* Footer menu section: menu left-justified, icons right-justified */
.classy_footer_menu .slnt-column-left {
  text-align: left;
}

.classy_footer_menu .slnt-column-right {
  text-align: right;
}

.classy_footer_menu .paragraph-menu__nav ul {
  columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}

.classy_footer_menu .paragraph-menu__nav li {
  margin-bottom: 0.4rem;
}

.classy_footer_menu .paragraph-menu__nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.classy_footer_menu .paragraph-menu__nav a:hover {
  color: white;
}

/* Footer social icons: inline and close together */
.classy_footer_social_icons .field--name-field-content-component.field__items,
footer .slnt-column-right .paragraph--type--enclosure > .field--name-field-content-component.field__items,
footer .slnt-column-left .paragraph--type--enclosure .paragraph--type--enclosure > .field--name-field-content-component.field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
}

.classy_footer_social_icons .field--name-field-content-component.field__items {
  justify-content: flex-end;
}

/* Copyright/open-source section: 50/50 columns, top-aligned */
.classy_footer_copyright_open_source .slnt-content-2-column {
  display: flex;
  align-items: flex-start;
}

.classy_footer_copyright_open_source .slnt-content-2-column .slnt-column-left,
.classy_footer_copyright_open_source .slnt-content-2-column .slnt-column-right {
  flex: 0 0 50%;
  width: 50%;
  float: none;
  box-sizing: border-box;
  padding-bottom: 0;
}

.classy_footer_copyright_open_source p:first-child {
  margin-top: 0;
}

.classy_footer_copyright_open_source {
  padding-bottom: 2em;
}

/* Copyright text: right-aligned, year on same line */
.classy_footer_copyright_open_source .slnt-column-right {
  text-align: right;
}

.classy_footer_copyright_open_source .paragraph--type--copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
  justify-content: flex-end;
}

/* Mobile: footer columns stack full-width */
@media screen and (max-width: 799px) {
  .classy_footer_menu .slnt-column-left,
  .classy_footer_menu .slnt-column-right,
  .classy_footer_copyright_open_source .slnt-content-2-column .slnt-column-left,
  .classy_footer_copyright_open_source .slnt-content-2-column .slnt-column-right {
    width: 100%;
    float: none;
    text-align: left;
  }

  .classy_footer_copyright_open_source .slnt-content-2-column {
    flex-direction: column;
  }

  .classy_footer_social_icons .field--name-field-content-component.field__items {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px ) {

}

@media screen and (max-width: 1023px ) {

}

@media screen and (min-width: 480px ) {
  .block_classes-end-footer .slnt-content-2-column {
    padding-left: 1em;
    padding-right: 1em;
  }

  .block_classes-end-footer  .slnt-content-2-column .slnt-column-left {
    float: left;
    width: 50%;
  }
    
  .block_classes-end-footer  .slnt-content-2-column .slnt-column-right {
    float: right;
    width:50%;
  }

  .block_classes-end-footer> * .paragraph--type--icon-with-link {
    float:right;
    margin-left: 1em;
  }
}

@media screen and (max-width: 479px ) {
  .block_classes-end-footer  .slnt-content-2-column .slnt-column-left {
    width: 100%;
  }
    
  .block_classes-end-footer  .slnt-content-2-column .slnt-column-right {
     width: 100%;
  }

  .block_classes-end-footer > * .paragraph--type--icon-with-link {
    float:right;
    margin-left: 1em;
  }

  .classy-paragraph-icons-set .field__items > .field__item {
    display: inline-block;
  }
  
  .block_classes-end-footer .paragraph--type--enclosure .field__items {
    display: flex;
    justify-content: center;
  }

  .classy-paragraph-icons-set {
    overflow:unset;
  }
}

.classy-paragraph-icons-set.paragraph--type--enclosure {
  overflow:unset !important;
}

.block_classes-end-footer {
  /*
  position:fixed;
  bottom: 0;
*/
  margin-top: auto;
}

/* Menu paragraph in footer context */
footer .paragraph-menu__heading {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: var(--space-sm, 1rem);
}

footer .paragraph-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .paragraph-menu__nav li {
  margin-bottom: 0.4rem;
}

footer .paragraph-menu__nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.15s;
}

footer .paragraph-menu__nav a:hover {
  color: white;
}