﻿.footer-fluent-stack {
  background-color: #181818;
  padding: 72px 0;
}

.footer-container {
  width: 100%;
  flex-direction: row;
  display: flex;
}

.footer-left-container {
  width: 60% !important;
  row-gap: 6px !important;
}

.footer-right-container {
  width: 20% !important;
}

.footer-persona {
  align-items: center !important;
}

.footer-logo {
  width: 80px;
  height: 80px;
  background-image: url('/images/logo.jpg');
  background-size: cover;
  border-radius: 40px;
  display: flex;
}

.footer-title-stack {
  width: auto !important;
  margin-left: 10px;
  row-gap: 0px !important;
  font-size: 16px;
}

.footer-title {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
}

.footer-spacer {
  height: 12px;
}

.footer-details {
  color: #FFFFFF80;
  font-size: 16px;
}

.footer-category {
  color: #FFFFFF80;
  margin: 0 0 24px 0;
  font-size: 14.5px;
}

.footer-link {
  border-radius: 4px;
  padding: 4px 10px 5px 10px;
  margin: 0 0 0 -10px;
  font-size: 14.5px;
  color: var(--accent-foreground-rest);
  transition: background-color 0.1s ease, color 0.1s ease;
  text-decoration: none;
}

  .footer-link:hover {
    background-color: #FFFFFF0F;
    color: var(--accent-foreground-hover);
  }

  .footer-link:active {
    background-color: #FFFFFF08;
    color: var(--accent-foreground-active);
  }

@media (min-width: 2045px) {
  .footer-container {
    width: 1900px !important;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .footer-fluent-stack {
    padding: 24px 24px 16px 24px;
  }

  .footer-container {
    flex-direction: column !important;
  }

  .footer-left-container {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-right-container {
    width: 100% !important;
  }

  .footer-category {
    color: #FFFFFF80;
    margin: 24px 0 4px 0;
    font-size: 16px;
  }
}
