.topic-wrapper {
  width: 13.75rem;

  @media screen and (max-width: 1023px){
    display: none;
  }
}

.topic-title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 0;
}

.topic-generic {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-top: 0.0625rem;
  position: relative;

  &:first-child {
    margin-top: 0;
  }
}

.checked-label {
  box-shadow: 0 -.0625rem 0 0 #f7904a,0 .25rem 0 0 #f7904a;
  color: #000;
  cursor: default;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375;
  z-index: 2;
}

.checked-label:after {
  background-color: #f7904a;
  background-repeat: no-repeat;
  content: " ";
  mask-image: url("../images/arrow--orange.svg");
  padding: 1.125rem 1.125rem 0 0;
  transform: rotate(180deg);
}

.topic-text {
  align-items: center;
  box-shadow: 0 -0.0625rem 0 0 #D9D9D9, 0 0.0625rem 0 0 #D9D9D9;
  color: #6C6A7A;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  padding: 0.625rem 0;
  width: 100%;
  text-decoration: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;

  &.checked-a {
    box-shadow: inherit;
    color: black;
    font-size: 1.125rem;
    pointer-events: none;
  }
}
