.sefmap-root {
  position: relative;

  h1 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
  }
  .sefmap-map-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;

    svg {
      width: 100%;
      height: 100%;
    }
  }
  .sefmap-tooltip {
    position: absolute;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    pointer-events: none;
    font-size: 14px;
    opacity: 0;
  }
}
