#becker-cpa-pass-rates,
#becker-cpa-pass-rates * {
  box-sizing: border-box;
}

#becker-cpa-pass-rates {
  margin-bottom: -64px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

#becker-cpa-pass-rates .bluehover a {
  border-radius: 2px;
}
#becker-cpa-pass-rates .bluehover:hover a {
  background-color: #122048;
  color: #fdc20d;
  border: 2px solid #fdc20d;
  transition: 1s;
}

#becker-cpa-pass-rates .exam-tabs {
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}

#becker-cpa-pass-rates .exam-tab {
  width: 100%;
  max-width: 135px;
  height: 74px;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  border-top: 2px solid #122048;
  border-right: 2px solid #122048;
  border-left: 2px solid #122048;
}

#becker-cpa-pass-rates .exam-tabs-row {
  height: auto;
  width: auto;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

#becker-cpa-pass-rates .exam-tabs-header {
  text-align: center;
  color: #122048;
  font-family: "Euclid Circular A", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 90.8%;
  letter-spacing: 0.525px;
  margin-bottom: 30px;
}

#becker-cpa-pass-rates .exam-tab h4 {
  color: #fff;
  text-align: center;
  font-family: "Euclid Circular A", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.927px;
  border-radius: 0 52px 52px 0;
  margin: 0;
}

#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(1) {
  background-color: #d93717;
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(2) {
  background-color: #00477a;
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(3) {
  background-color: #784f6e;
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(4) {
  background-color: #146e8a;
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(5) {
  background-color: #956202;
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(6) {
  background-color: #a847a8;
}

#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(1).active {
  background: linear-gradient(180deg, #cd5e15 4.33%, #d93717 33.65%, #ffa971 100%);
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(2).active {
  background: linear-gradient(180deg, #00477a 46.15%, #0082e0 100%);
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(3).active {
  background: linear-gradient(180deg, #784f6e 48.08%, #de92cb 100%);
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(4).active {
  background: linear-gradient(180deg, #146e8a 30.77%, #9ac6c7 100%);
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(5).active {
  background: linear-gradient(180deg, #956202 19.71%, #ffc250 100%);
}
#becker-cpa-pass-rates .exam-tabs-row > .exam-tab:nth-child(6).active {
  background: linear-gradient(180deg, #a847a8 17.79%, #f88cf8 100%);
}

#becker-cpa-pass-rates .exam-tab.active {
  background-color: #fff !important;
}

#becker-cpa-pass-rates .exam-section {
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
  padding: 0 30px 30px;
  flex-shrink: 0;
  display: none !important;
  flex-direction: row !important;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
}

#becker-cpa-pass-rates .exam-section.visible {
  display: flex !important;
}

#becker-cpa-pass-rates .exam-section .chart {
  border-radius: 52px 0 0 52px;
  background: #122048;
  width: 683px;
  max-width: 100%;
  min-height: 457px;
  flex-shrink: 1;
}

#becker-cpa-pass-rates .chart {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#becker-cpa-pass-rates .exam-section .chart img {
  display: block;
  max-width: 100%;
  height: auto;
}

#becker-cpa-pass-rates .exam-section .graph-wrapper {
  width: 681px;
  max-width: 100%;
  min-height: 457px;
  flex-shrink: 1;
  border-radius: 0 52px 52px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#becker-cpa-pass-rates .exam-section .graph-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

#becker-cpa-pass-rates .graph-wrapper.aud {
  background: rgba(244, 117, 33, 0.2);
}
#becker-cpa-pass-rates .graph-wrapper.far {
  background: #00477a33;
}
#becker-cpa-pass-rates .graph-wrapper.reg {
  background: #784f6e33;
}
#becker-cpa-pass-rates .graph-wrapper.bar {
  background: #146e8a33;
  flex-direction: column !important;
  gap: 16px;
  height: auto;
  min-height: 457px;
  padding: 20px 16px;
}
#becker-cpa-pass-rates .graph-wrapper.isc {
  background: #95620233;
}
#becker-cpa-pass-rates .graph-wrapper.tcp {
  background: #a847a833;
}

#becker-cpa-pass-rates .graph-wrapper.bar .bar-side-chart img {
  display: block;
  width: 100%;
  max-width: 618px;
  height: auto;
  border-radius: 12px;
}

#becker-cpa-pass-rates .exam-section p {
  color: #122048;
  font-family: "Euclid Circular A", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

#becker-cpa-pass-rates .chart h4 {
  display: none;
  margin: 0;
}

#becker-cpa-pass-rates .charts-button a {
  font-family: "Euclid Circular A", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex !important;
  padding: 20px;
  align-items: center;
  gap: 10px;
  background: #fdc20d;
  color: #122048;
  justify-content: center;
  text-decoration: none;
  max-width: 365px;
  margin: auto;
}

/* Narrow screens: stack panels but KEEP tab row visible (scroll if needed) */
@media screen and (max-width: 1100px) {
  #becker-cpa-pass-rates .exam-section.visible {
    flex-direction: column !important;
    align-items: center;
  }
  #becker-cpa-pass-rates .exam-section .chart,
  #becker-cpa-pass-rates .exam-section .graph-wrapper {
    width: 100%;
    border-radius: 52px;
  }
  #becker-cpa-pass-rates .exam-section .chart {
    border-radius: 52px 52px 0 0;
  }
  #becker-cpa-pass-rates .exam-section .graph-wrapper {
    border-radius: 0 0 52px 52px;
  }
}

@media screen and (max-width: 640px) {
  #becker-cpa-pass-rates .exam-tabs-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 0 8px 8px;
    width: 100%;
  }
  #becker-cpa-pass-rates .exam-tab {
    flex: 0 0 auto;
    min-width: 88px;
    max-width: none;
    height: 64px;
  }
  #becker-cpa-pass-rates .exam-tab h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  #becker-cpa-pass-rates .exam-tabs-header {
    font-size: 24px;
  }
  #becker-cpa-pass-rates .exam-tabs-header span {
    display: none;
  }
  #becker-cpa-pass-rates .exam-section {
    padding: 0 12px 20px;
  }
  #becker-cpa-pass-rates .chart h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: block !important;
    margin-bottom: 12px;
  }
}


 .exam-tabs-container {
    margin-bottom:-64px;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .bluehover a {
    border-radius:2px;
  }
  .bluehover:hover a {
    background-color:#122048;
    color:#FDC20D;
    border: 2px solid #FDC20D;
    transition: 1s;
  }
  .exam-tabs {
    max-width: 1364px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
  }
  .exam-tab {
    width: 100%;
    max-width: 135px;
    height: 74px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px 12px 0 0;
    border-top: 2px solid #122048;
    border-right: 2px solid #122048;
    border-left: 2px solid #122048;
  }
  .exam-tabs-row {
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .exam-tabs-header {
    text-align: center;
    color: #122048;
    text-align: center;
    /* Grid 1x2 Headline */
    font-family: "Euclid Circular A";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 90.8%; /* 31.78px */
    letter-spacing: 0.525px;
  }
  .exam-tab h4 {
    color: white;
    color: #fff;
    text-align: center;
    font-family: "Euclid Circular A";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.927px; /* 122.02% */
    border-radius: 0 52px 52px 0;
  }
  .exam-tab:nth-of-type(1) {
    /*background-color: #f47521;*/
background-color: #D93717;
  }
  .exam-tab:nth-of-type(2) {
    background-color: #00477a;
  }
  .exam-tab:nth-of-type(3) {
    background-color: #784f6e;
  }
  .exam-tab:nth-of-type(4) {
    background-color: #146e8a;
  }
  .exam-tab:nth-of-type(5) {
    background-color: #956202;
  }
  .exam-tab:nth-of-type(6) {
    background-color: #a847a8;
  }
  .exam-tab:nth-of-type(1).active {
    background: linear-gradient(
      180deg,
      #cd5e15 4.33%,
      #D93717 33.65%,
      #ffa971 100%
    );
  }
  .exam-tab:nth-of-type(2).active {
    background: linear-gradient(180deg, #00477a 46.15%, #0082e0 100%);
  }
  .exam-tab:nth-of-type(3).active {
    background: linear-gradient(180deg, #784f6e 48.08%, #de92cb 100%);
  }
  .exam-tab:nth-of-type(4).active {
    background: linear-gradient(180deg, #146e8a 30.77%, #9ac6c7 100%);
  }
  .exam-tab:nth-of-type(5).active {
    background: linear-gradient(180deg, #956202 19.71%, #ffc250 100%);
  }
  .exam-tab:nth-of-type(6).active {
    background: linear-gradient(180deg, #a847a8 17.79%, #f88cf8 100%);
  }
  .active {
    background-color: white !important;
  }
  .exam-section {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 0px 30px 30px 30px;
    flex-shrink: 0;
    display: none;
    flex-direction: row;
    justify-content: space-around;
  }
  .exam-section .chart {
    border-radius: 52px 0 0 52px;
    background: #122048;
    width: 683px;
    height: 457px;
    flex-shrink: 0;
  }
  .chart {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .exam-section .graph-wrapper {
    width: 681px;
    height: 457px;
    flex-shrink: 0;
    border-radius: 0 52px 52px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aud {
    background: rgba(244, 117, 33, 0.2);
  }
  .far {
    background: #00477a33;
  }
  .reg {
    background: #784f6e33;
  }
  .bar {
    background: #146e8a33;
  }
  .exam-section .graph-wrapper.bar {
    flex-direction: column;
    gap: 16px;
    height: auto;
    min-height: 457px;
    padding: 20px 16px;
    box-sizing: border-box;
  }
  .graph-wrapper.bar .bar-side-chart {
    flex-shrink: 0;
    width: 100%;
    max-width: 618px;
    margin: 0;
  }
  .graph-wrapper.bar .bar-side-chart img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .isc {
    background: #95620233;
  }
  .tcp {
    background: #a847a833;
  }
  .exam-section p {
    color: #122048;
    font-family: "Euclid Circular A";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .exam-tabs-header {
    margin-bottom: 30px;
  }
  .visible {
    display: flex;
  }
  .button {
    color: white;
    text-align: center;
    font-family: "Euclid Circular A";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    margin: auto;
    text-align: center;
  }
  .button-wrapper {
    width: auto;
    margin: auto;
    margin-top: 50px;
  }
  .charts-button a {
     font-family: "Euclid Circular A";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 10px;
    background: #FDC20D;
    color: #122048;
    justify-content: center;
    text-decoration: none;
    max-width: 365px;
    margin: auto;
  }
  .graph {
    display: grid;
    grid-template-columns: 37% 9% 9% 9% 9% 9% 9% 9%;
    grid-template-rows: auto;
    background-color: #fff;
    height: 339px;
    width: 618px;
    border-radius: 52px;
    gap: 0px;
    justify-content: center;
  }
  .graph div {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .graph div:first-child p {
    color: #fff;
    font-family: "Euclid Circular A";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin: 0px;
  }
  .graph > div:nth-child(16n + 1),
  .graph > div:nth-child(16n + 2),
  .graph > div:nth-child(16n + 3),
  .graph > div:nth-child(16n + 4),
  .graph > div:nth-child(16n + 5),
  .graph > div:nth-child(16n + 6),
  .graph > div:nth-child(16n + 7),
  .graph > div:nth-child(16n + 8) {
    background-color: #f5f5f5;
  }
  .graph > div:nth-child(8n + 1) {
    padding-left: 20px;
  }
  .graph > div:nth-child(1) {
    border-top-left-radius: 52px;
  }
  .graph > div:nth-child(8) {
    border-top-right-radius: 52px;
  }
  .graph > div:nth-child(25) {
    border-bottom-left-radius: 52px;
  }
  .graph > div:nth-child(32) {
    border-bottom-right-radius: 52px;
  }
  .aud div.header {
    background-color: #f47521;
  }
  .far div.header {
    background-color: #00477a;
  }
  .reg div.header {
    background-color: #784f6e;
  }
  .bar div.header {
    background-color: #146e8a;
  }
  .isc div.header {
    background-color: #956202;
  }
  .tcp div.header {
    background-color: #a847a8;
  }
  .graph div.header p {
    color: white;
  }
  .graph div.header {
    display: flex;
    align-items: end;
  }
  .graph div.header p:after {
    white-space: pre;
  }
  .chart h4 {
    display: none;
  }
    .graph > div:nth-child(8n + 8):not(.header) p {
    font-weight:800;
    }
  @media screen and (max-width: 500px) {
    .exam-tabs-row {
      display: none;
    }
    .exam-section {
      display: flex;
      flex-direction: column;
    }
    .visible {
      flex-direction: column;
    }
    .exam-section .chart {
      border-radius: 52px 52px 0 0;
      display: flex;
      flex-direction: column;
      height: fit-content;
      padding: inherit 10px 10px inherit;
      padding-bottom: 20px;
      width: 100%;
      height: fit-content;
    }
    .exam-section .graph-wrapper {
      border-radius: 0 0 52px 52px;
      height: fit-content;
      width: 100%;
    }
    .chart h4 {
      color: #fff;
      text-align: center;
      font-family: "Euclid Circular A";
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 43.927px; /* 122.02% */
      display: inline-block;
      margin-bottom: 21px;
    }
    .exam-tabs-header span {
      display: none;
    }
    .exam-section p {
      line-height: unset;
      font-size: 12px;
    }
    .graph {
      grid-template-columns: 30% 10% 10% 10% 10% 10% 10% 10%;
    }
  }