.keyword-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  list-style: none;
  margin: 0;
  padding: 0;
    justify-content: center;
}

.tag-pill {
  font-size: 0.7rem;
  line-height: 1;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #f0f0f0;
  color: #555;
  white-space: nowrap;
}

.card {
  
  & > figure {
    border-radius: 0;
  }
  & > img, & figure > img {
    border-radius: 0;
  }
}

/* custom.css */
.pswp__caption-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

.pswp__custom-caption {
  font-size: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  display: inline-block;
  max-width: 80%;
  margin: 0 auto;
  pointer-events: auto;
  transition: opacity 0.3s ease ,transform 0.3s ease;
  opacity: 1;
}

.pswp__custom-caption.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.pswp__bottom-right-button {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 18px;
  padding: 6px 10px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  pointer-events: auto;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}
/* custom.css */
