.fg-figure-detail-field-item {
  margin-bottom: 17px;
}

.fg-figure-detail-field-item-term {
  font-family: 'AzoSans-Medium';
  font-size: 10px;
  font-weight: normal;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.fg-figure-detail-field-item-desc {
  color: black;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
  line-height: 25px;

  user-select: text;
}

.fg-figure-detail-field-item-desc-text-container:not(:last-of-type) {
  margin-bottom: 10px;
}

.fg-figure-detail-field-item-desc-link {
  color: #5c68a4;
  cursor: pointer;
}

.fg-figure-detail-field-item-desc-link:active,
.fg-figure-detail-field-item-desc-link:visited {
  color: #5c68a4;
}

.fg-figure-detail-field-item-desc-link:hover {
  color: #5c68a4;

  text-decoration: underline;
}

.fg-figure-detail-field-item-desc-link--disabled,
.fg-figure-detail-field-item-desc-link--disabled:active,
.fg-figure-detail-field-item-desc-link--disabled:visited,
.fg-figure-detail-field-item-desc-link--disabled:hover {
  cursor: default;

  text-decoration: none;
}

.fg-figure-detail-field-item-desc-primary-text {
  display: block;
  overflow: hidden;

  width: 90%;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.fg-figure-detail-field-item-desc-secondary-text {
  overflow: hidden;
  width: 90%;

  color: #555555;

  font-size: 11.5px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fg-figure-detail-location {
  height: 250px;

  margin-top: 13px;
}

.fg-figure-detail-location-map {
  height: 250px;

  cursor: pointer;
}

.fg-figure-detail-location-large-map-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100vw;
  height: 100vh;

  background: rgba(0,0,0,0.4);
}

.fg-figure-detail-location-large-map {
  width: 100%;
  height: 450px;
}
