/* Google Map iframe: Minh Tâm Mart, cùng style card (border-radius, shadow từ .about-contact-card) */
.google-map-wrap {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg, 12px);
}

.google-map-wrap iframe {
  width: 100%;
  height: 300px;
  min-height: 260px;
  display: block;
  border: none;
  border-radius: var(--radius-lg, 12px);
}

@media (max-width: 768px) {
  .google-map-wrap iframe { height: 280px; min-height: 240px; }
}

.map-btn-directions {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  background: #0A6BD6;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: background 0.2s;
}

.map-btn-directions:hover {
  background: #095aba;
  color: #fff;
  text-decoration: none;
}
