/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.item-faq:not(:last-child) {
  margin-block-end: 1.5rem; }

.item-faq__in {
  border: 1px solid var(--wp--preset--color--gray);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: var(--wp--custom--border-radius--small); }

.item-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  cursor: pointer; }
  .item-faq__question p {
    font-weight: 700;
    font-size: var(--wp--preset--font-size--h-4); }

.item-faq__open {
  flex-shrink: 0;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: var(--wp--custom--border-radius--small);
  border: 1px solid var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  transition: background-color ease-in-out 200ms, color ease-in-out 200ms; }
  .item-faq.open .item-faq__open,
  .item-faq__question:hover .item-faq__open {
    background-color: var(--wp--preset--color--tertiary);
    color: var(--wp--preset--color--white); }

.item-faq__answer {
  padding: 1.5rem 0 1rem 0; }
  .item-faq__answer-btn {
    margin-block-start: 1.5rem;
    display: inline-block; }

/*# sourceMappingURL=item.css.map */
