
.sights-meta {
  background: #ffffff;
  border-radius: 22px;
  padding: 10px 30px;
  margin: 15px auto 20px;
  width: fit-content;
  box-shadow: 0 4px 16px rgba(22, 36, 68, 0.04);
  border: 1px solid rgba(31, 95, 191, 0.1);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #2F343B;
  text-align: center;
  line-height: 1.3;
  max-width: 700px;
  font-weight: 400;
}

.sights-page .kiosk__content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sights-page .sub-nav {
  margin-bottom: 10px;
}
.sights-page .best-pagination {
  margin-top: 24px;
  margin-bottom: 30px;
}
.sights-page .top-header {
  margin-bottom: 10px;
}

.sights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 12px;
  row-gap: 6px;
  padding: 0 70px;
  width: 100%;
}

.sights-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(22, 36, 68, 0.04);
  padding: 10px;
  border: 1px solid #E6EAF0;
  text-decoration: none;
  box-sizing: border-box;
  width: 252px;
  height: 100%;
}

.sights-card__photo-wrap {
  width: 222px;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #E6EAF0;
}

.sights-card__photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sights-card__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sights-badge {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 22px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  width: fit-content;
}

.sights-badge--religion { background: #FFF4E5; color: #E58C17; }
.sights-badge--museum { background: #EAF2FF; color: #1F5FBF; }
.sights-badge--monument { background: #FFEAF0; color: #D94166; }
.sights-badge--architecture { background: #E5F6FF; color: #0088CC; }
.sights-badge--nature { background: #EAF6ED; color: #2E8B42; }
.sights-badge--history { background: #F0EBFF; color: #6D4C41; }
.sights-badge--park { background: #EAF6ED; color: #2E8B42; }

.sights-card__title {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.sights-card__address {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #8c93a1;
  margin-top: auto;
}
