@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 */
.faq-category-wrap {
  padding: 5.625rem;
  padding-top: 3.75rem; }
  @media (max-width: 74.9375rem) {
    .faq-category-wrap {
      padding: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .faq-category-wrap {
      padding: 1.875rem; } }
  .faq-category-wrap h1 {
    font-size: 2.25rem;
    margin: 0 0 1.875rem; }
    @media (max-width: 47.9375rem) {
      .faq-category-wrap h1 {
        font-size: 1.75rem; } }
  .faq-category-wrap h2 {
    font-size: 1.5rem;
    margin: 0 0 1.25rem; }

.faq-category-back {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  margin-bottom: 2.5rem; }
  @media (max-width: 35.9375rem) {
    .faq-category-back {
      margin-bottom: 1.25rem; } }
  .faq-category-back i {
    display: block;
    font-size: 0.75rem;
    margin-right: 0.3125rem;
    color: #4a4a4a; }
  .faq-category-back a {
    font-size: 1.125rem;
    text-decoration: underline;
    text-decoration-color: #ffcf3e; }

.faq-category-title {
  line-height: 1.3; }

.faq-category-topics {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; }

.faq-category-topic {
  position: relative;
  padding: 1.25rem 3.4375rem 1.25rem 1.5625rem;
  border-radius: 0.9375rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  background: white;
  width: 100%;
  font-size: 1.5rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 500ms ease; }
  @media (max-width: 47.9375rem) {
    .faq-category-topic {
      padding: 0.9375rem 3.4375rem 0.9375rem 1.25rem; } }
  @media (max-width: 35.9375rem) {
    .faq-category-topic {
      font-size: 1.25rem; } }
  .faq-category-topic:hover, .faq-category-topic:focus-visible {
    color: #2b2b2b;
    text-decoration: none;
    border: 1px solid #ffcf3e;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); }
  .faq-category-topic i {
    display: block;
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
    color: #4a4a4a; }
    @media (max-width: 47.9375rem) {
      .faq-category-topic i {
        right: 1.25rem; } }

/*# sourceMappingURL=faq-category.css.map */
