.c-cinema-programming {
  border: 1px solid var(--background-faq);
}
.c-cinema-programming .c-cinema-programming__films-grid .c-cinema-programming__posters-grid {
  padding: 1rem;
}
.c-cinema-programming__arrow-show-films:checked ~ label .c-cinema-programming__cinema-header {
  border-bottom: var(--background-faq);
}
.c-cinema-programming__films-grid {
  max-height: 0;
  transform-origin: top;
}
.c-cinema-programming__arrow-show-films:checked ~ .c-cinema-programming__films-grid {
  transform-origin: top;
  max-height: 1000rem;
}
.c-cinema-programming__arrow-show-films:checked ~ label .arrow {
  transform: rotate(180deg);
}