@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
:root {
  --ad-blocks-default-font: 'Roboto Slab', serif; }

.carousel-cell a:focus {
  outline-style: dotted;
  outline-color: black;
  outline-width: 1px;
  outline-offset: 2px; }

.carousel-cell .card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }
  .carousel-cell .card .overlay-link {
    min-height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.3rem;
    font-family: var(--ad-blocks-font, var(--ad-blocks-default-font));
    line-height: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding: 10px; }
    .carousel-cell .card .overlay-link:focus {
      outline: 2px solid white;
      outline-offset: -5px; }

.carousel-cell .card-block {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: space-between; }
  .carousel-cell .card-block p {
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 6em;
    line-height: 1.2em; }

.carousel-wrapper .flickity-page-dots {
  margin: -10px;
  width: 98%;
  bottom: unset !important; }
  .carousel-wrapper .flickity-page-dots span {
    font-size: x-small;
    opacity: .5;
    display: block; }
  .carousel-wrapper .flickity-page-dots .dot {
    opacity: 0.7; }
    .carousel-wrapper .flickity-page-dots .dot.is-selected {
      opacity: 1; }
