.table-fixed {
  table-layout: fixed;
  width: 100%;
}

.table-fixed th:first-child,
.table-fixed td:first-child {
  width: 100px;
}

.text-date {
  font-size: 14px;
}

.box-colored .box-head {
  border-color: var(--c-gray);
  color: var(--c-dark-blue);
}

.box-colored .box-head .icon {
  color: var(--c-blue);
}

#accordion-amendment .accordion-item {
  border-bottom: 0;
}

#accordion-amendment .accordion-button {
  font-weight: 600;
  padding-left: 0;
}

#accordion-amendment .accordion-button:hover {
  color: var(--c-dark-blue);
}

#accordion-amendment .accordion-button:focus {
  box-shadow: none;
}

#accordion-amendment .accordion-button.collapsed {
  border-bottom: 1px solid var(--bs-border-color);
}

#accordion-amendment .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  border-bottom: 1px solid var(--c-lighter-blue);
  color: var(--c-dark-blue);
}

#accordion-amendment .accordion-button .button-icon {
  padding-right: .5rem;
}

#accordion-amendment .accordion-body {
  padding-left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 100%;
}

.photo-card {
  overflow: hidden;
  text-decoration: none;
}

.photo-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.photo-card:hover img {
  transform: scale(1.1);
}

.photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.30) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  color: white;
}

.photo-overlay h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
