<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: none !important;
}

.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.card-text {
  color: #6c757d;
}

.card-header {
  background-color: #B57067;
  padding: 6px 10px;
  border: none !important;
}

.card-header h4 {
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
}


#geography-list {
  list-style-type: none;
  padding: 0;
}

.geography-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.geography-item:hover {
  background-color: #f5f5f5;
}

.geography-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}</pre></body></html>