/* Banner Styles */
.swu-banner {
  background-color: transparent;
  color: white;
  font-family: arial;
  padding: 7px 0;
  text-align: center;
  width: 100%;
}

.swu-banner-text {
  font-size: 1em;
  margin-right: 24px;
}

.swu-banner-text::after {
  background-repeat: no-repeat;
  background-size: contain;
  background: url(https://cdn.jsdelivr.net/gh/mkossoris/stand-with-ukraine@main/src/public/HeartIcon.svg);
  content: " ";
  display: inline-block;
  height: 1.1em;
  margin-right: 5px;
  position: absolute;
  width: 1.3em;
  background-size: contain;
}

.swu-banner-help {
  color: white;
}

/* Ribbon Styles */
.swu-ribbon {
  cursor: pointer;
  width: 300px;
  height: 60px;
  position: fixed;
  z-index: 999;
}

.swu-ribbon-bottom-left {
  left: -80px;
  bottom: 20px;
  transform: rotate(45deg);
  background: linear-gradient(-180deg, #005bbb 50%, #ffd500 50%);
}

.swu-ribbon-bottom-right {
  right: -80px;
  bottom: 20px;
  transform: rotate(135deg);
  background: linear-gradient(-360deg, #005bbb 50%, #ffd500 50%);
}

.swu-ribbon-top-left {
  left: -80px;
  top: 20px;
  transform: rotate(-45deg);
  background: linear-gradient(-180deg, #005bbb 50%, #ffd500 50%);
}

.swu-ribbon-top-right {
  right: -80px;
  top: 20px;
  transform: rotate(-135deg);
  background: linear-gradient(-360deg, #005bbb 50%, #ffd500 50%);
}
