/* WSAF Base Styles - Shared across all digital signage templates */

body,
.screensize,
.id7-main-content-area,
.id7-right-border,
.id7-left-border,
.id7-page-footer,
.id7-site-footer {
  background-color: #087F8C !important;
  background-image: none !important;
}

div.image-component.margin-full {
  margin-bottom: 0;
}

.screensize {
  overflow: hidden;
  border: 1px solid;
  background-color: #087F8C;
  background-size: contain;
  position: relative;
}

.screensize,
.lexend {
  font-family: 'Lexend', Arial, sans-serif;
}

.wsaf-events {
  position: absolute;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: start;
}

.wsaf-events article {
  background-color: #4F1D75;
  color: #fff;
  flex-grow: 1;
  padding: 10px;
  text-align: center;
}

/* Category Color Themes */
article.colour-YELLOW,
.wsaf-heading.colour-YELLOW > p {
  background-color: #FFBD00 !important;
  color: #000 !important;
}

article.colour-ORANGE,
.wsaf-heading.colour-ORANGE > p {
  background-color: #F5722F !important;
  color: #fff !important;
}

article.colour-PINK,
.wsaf-heading.colour-PINK > p {
  background-color: #B82458 !important;
  color: #fff !important;
}

article.colour-theatre,
.wsaf-heading.colour-theatre > p {
  background-color: #a855f7 !important;
  color: #fff !important;
}

article.colour-music,
.wsaf-heading.colour-music > p {
  background-color: #3b82f6 !important;
  color: #fff !important;
}

article.colour-comedy,
.wsaf-heading.colour-comedy > p {
  background-color: #f59e0b !important;
  color: #000 !important;
}

article.colour-dance,
.wsaf-heading.colour-dance > p {
  background-color: #ef4444 !important;
  color: #fff !important;
}

article.colour-visual-art-displayed,
.wsaf-heading.colour-visual-art-displayed > p {
  background-color: #f97316 !important;
  color: #fff !important;
}

article.colour-workshop,
.wsaf-heading.colour-workshop > p {
  background-color: #8b5cf6 !important;
  color: #fff !important;
}

article.colour-film,
.wsaf-heading.colour-film > p {
  background-color: #64748b !important;
  color: #fff !important;
}

article.colour-spoken-word,
.wsaf-heading.colour-spoken-word > p {
  background-color: #ec4899 !important;
  color: #fff !important;
}

/* Event Item Styles */
.wsaf-events .time {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 2px;
}

.wsaf-events img {
  object-fit: contain;
  height: 55px;
  margin-bottom: 5px;
}

.wsaf-events .presented-by {
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

.wsaf-events .title {
  font-weight: bolder;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

.wsaf-events .venue {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

/* Heading Styles */
.wsaf-heading {
  position: absolute;
  display: none;
}

.wsaf-heading p {
  background-color: #4F1D75;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  padding: 0 50px;
  margin: 0 auto;
  font-weight: bolder;
  width: max-content;
  max-width: 700px;
}

#cookie-banner {
  display: none;
}