﻿@container (min-width: 750px) {
  .footerItems2025 {
    display: grid;
    grid-template-areas: 'empty copyright privacy cookies currentDate';
    grid-template-columns: 100px 1fr 150px 150px 175px;
    padding: 1em;
    gap: 0.5em;
  }
}


.footerItems2025 {
  text-align: center;
  align-items: center;
}

.footerItems2025 .copyright {
  grid-area: copyright;
}


.footerItems2025 .privacy {
  grid-area: privacy;
  align-items: center;
}

.footerItems2025 .cookies {
  grid-area: cookies;
  align-items: center;
}

.footerItems2025 .currentDate {
  grid-area: currentDate;
  text-align: right;
}

.footerItems2025 a {
  color: white;
  text-decoration: underline;
}
