/*
  © 2022–2023 CVS Health and/or one of its affiliates. All rights reserved.

  Licensed under the MIT License. See LICENSE file at the project root or
  https://opensource.org/license/mit/ for details.

  SPDX-License-Identifier: MIT
*/

/*
  style.css
  Stylesheet for web pages in validation/tests/targets/tabNav.
*/

button {
  min-width: 30%;
  border-width: 3px;
  background-color: #eee;
  font-size: x-large;
}
button.active {
  border-bottom: none;
}
button.active, .tabPanels {
  background-color: #dfd;
}
:focus {
  outline: 2px #00f solid;
  outline-offset: 2px;
}
[role=tablist] {
  margin-bottom: 0;
  min-height: 5rem;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
}
.tabPanels {
  margin-top:0;
  padding: 1rem;
  border-width: 0 3px 3px 3px;
}
.tabPanels p {
  margin-top: 0;
}
.tabs {
  max-width: 40rem;
}
