.mdr-news-section,
.mdr-location-card {
  background-color: #f9f9f9;
}

.mdr-linkedin-cta {
  align-items: center;
  background-color: #0077b5;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  padding: 12px 30px;
  text-decoration: none;
  transition: 0.3s;
}

.mdr-linkedin-icon {
  font-size: 1.2rem;
}

.mdr-location-card {
  border-radius: 8px;
}

.mdr-location-title {
  color: #b29d55;
  font-weight: 700;
  margin-bottom: 20px;
}

.mdr-map-button {
  background-color: #b29d55;
  color: #fff;
}

.mdr-map-frame {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 350px;
  overflow: hidden;
  width: 100%;
}

.mdr-map-embed {
  border: 0;
  min-height: 350px;
}

.credits a[href="/compliance-e-privacidade"] {
  border-bottom: 1px dotted #6c757d;
  color: #6c757d;
  font-size: 0.85rem;
  text-decoration: none;
}
