/**
 * Copyright (c) 2020, 2021 Visa, Inc.
 *
 * This source code is licensed under the MIT license
 * https://github.com/visa/visa-chart-components/blob/master/LICENSE
 *
 **/
.o-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.o-layout--chart {
  width: 100%;
}
.is--vertical .o-layout--chart {
  width: 90%;
}

/**
* Copyright (c) 2020, 2021, 2023, 2024 Visa, Inc.
*
* This source code is licensed under the MIT license
* https://github.com/visa/visa-chart-components/blob/master/LICENSE
*
**/
heat-map {
  cursor: default;
}
heat-map .annotations {
  pointer-events: none;
}
heat-map .annotations .handle {
  pointer-events: all;
}
heat-map .screen-reader-info {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
heat-map .vcc-style-visibility-hidden {
  visibility: hidden;
}
heat-map .vcc-style-display-none {
  display: none;
}
heat-map .vcc-style-display-block {
  display: block;
}
heat-map .vcc-style-point-events-none {
  pointer-events: none;
}
heat-map .vcc-style-cursor-pointer {
  cursor: pointer;
}
heat-map .vcc-style-cursor-default {
  cursor: default;
}
heat-map .data-table-link {
  color: #767676;
  text-decoration: none;
  font-size: 12px;
  margin-left: 5%;
}
heat-map .hidden {
  display: none;
}
heat-map .axis {
  font-size: 12px;
}
heat-map .axis text {
  fill: #767676;
}
heat-map .axis-label {
  text-anchor: middle;
  font: 1rem sans-serif;
}
heat-map .axis path {
  stroke: #767676;
}
heat-map .axis .hidden {
  visibility: hidden;
}
heat-map .heat-map-legend {
  font-size: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
heat-map .heat-map-legend .legend {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}