@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.tabbed-content {
  padding-block-start: 1.875rem;
  background-color: #ffcf3e; }
  .tabbed-content__tab {
    flex: 1 1 0;
    padding-block: 1.25rem;
    padding-inline: 1.875rem;
    border-radius: 0.625rem 0.625rem 0 0;
    font-size: 1.375rem;
    color: #fff;
    background-color: #2b2b2b; }
    .tabbed-content__tab.active {
      background-color: #fff;
      color: #2b2b2b; }
    .tabbed-content__tab:hover, .tabbed-content__tab:focus-visible {
      background-color: #a4a4a4; }
  .tabbed-content__content {
    padding-block: 1.875rem;
    background-color: #fff; }

/*# sourceMappingURL=tabbed-content.css.map */
