@use '../base' as *; @use '../abstracts' as *; .faq-teaser { .faq-teaser__list_item_answer * { font-size: 0.938rem; line-height: 1.5; font-family: $font-primary; } &:not(:last-child) { margin-bottom: .8rem; } &__list_item { border-radius: 4px; border: 1px solid rgba($dark-gray, 0.06); box-shadow: 0 10px 34px -30px rgba(0, 0, 0, 0.45); } &__list_item_question { font-family: $font-primary; font-style: normal; font-weight: 700; font-size: 1.125rem; line-height: 1.5rem; color: #12302c; padding: 1.4rem 1.25rem; @include breakpoint(medium) { font-size: 1.25rem; line-height: 1.75rem; padding: 1.75rem 2rem; } } &__list_item_question_container { display: flex; align-items: center; justify-content: space-between; cursor: pointer; &.open span { transform: rotate(180deg); } span { display: flex; transition: all 0.3s linear; margin-right: 1.25rem; @include breakpoint(medium) { margin-right: 2rem; } } img { width: 28px; height: 14px; } } &__list_item_answer { font-family: $font-primary; font-style: normal; padding: 0 1.25rem; font-weight: 400; font-size: 1rem; line-height: 1.625rem; color: rgba(0, 0, 0, 0.8); transition: max-height 0.2s ease-out; max-height: 0; overflow: hidden; @include breakpoint(medium) { padding: 0 2rem; } p { margin: 0; } } }