/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.9.4

All css files are placed in /css/ folder
*/

[role="tablist"] {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

[role="tab"] {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

[role="tab"][aria-selected="true"] {
  border-bottom: 3px solid #005a9c;
  font-weight: bold;
}

/* Crucial for accessibility: Never remove focus outlines! */
[role="tab"]:focus {
  outline: 2px solid #005a9c;
  outline-offset: 2px;
}

[role="tabpanel"] {
  padding: 20px;
  border: 1px solid #ccc;
}

[hidden] {
  display: none;
}