.figtree-font {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.preview {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  position: relative;
  container-type: size;
  resize: both;
}
.preview img.mainimg {
  width: 100%;
  aspect-ratio: 16/9;
}
.preview .titlebg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 27%;
  background: linear-gradient(to right, #E37A17, #E59F15);
}
.preview .title {
  position: absolute;
  bottom: 3.5%;
  left: 5.5%;
  right: 29%;
  height: 20%;
  color: white;
  font-size: 10cqh;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.preview .title--inner {
  max-height: 100%;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
.preview .logo--tt {
  position: absolute;
  left: 5.5%;
  top: 8.4%;
  height: 90%;
  width: 21.9444444444%;
}
.preview .logo--tt img {
  object-fit: contain !important;
}
.preview .logo--rc {
  position: absolute;
  left: 5.5%;
  top: 8.4%;
  height: 90%;
  width: 14.3055555556%;
}
.preview .logo--rc img {
  object-fit: contain !important;
}

.bg-linkgen {
  background: linear-gradient(135deg, #EF0039, #FF9000) !important;
}

#snippet--flashes {
  right: 0px;
  position: absolute;
  z-index: 99999;
}

.flashes {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.flashes .flash {
  transition: opacity 0.3s ease-out;
}
.flashes .flash.fade {
  opacity: 1;
}
.flashes .flash.fade.show {
  opacity: 1;
}
.flashes .flash.fade:not(.show) {
  opacity: 0;
}
.flashes .flash .cursor-pointer {
  cursor: pointer;
}

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