@layer components {
  .mapa iframe {
    width: 70%;
    height: 196px;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: var(--radius);
  }

  .mapa-endereco {
    text-align: center;
  }

  .mapa-acao {
    margin-top: 16px;
    text-align: center;
  }

  .rota-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #1a73e8;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .rota-maps-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 2px;
  }
}
