.themed-grid {
  align-items: stretch;
}

.themed-card-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: var(--space-16);
}

.themed-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.themed-card-media .chip-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.themed-gallery-block {
  align-items: center;
}

.themed-gallery-media {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.themed-gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.themed-gallery-content {
  align-self: center;
}

.themed-reservation {
  align-items: flex-start;
}

.themed-submit-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .themed-submit-btn {
    width: auto;
  }
}
