.webcrema-location-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #5f6f88;
  font-size: var(--text-sm-font-size);
  line-height: 1.4;
}

.webcrema-location-meta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 0;
  color: #c5a876;
  flex-shrink: 0;
  overflow: visible;
}

.webcrema-location-meta__icon > * {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  flex-shrink: 0;
}

.webcrema-location-meta__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0 !important;
}

.webcrema-location-meta__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.webcrema-location-meta__location {
  color: #5f6f88;
}

.webcrema-location-meta__separator {
  color: #d5be98;
  line-height: 1;
}

.webcrema-location-meta__description {
  color: #c5a876;
}
