/* Custom Font: Sattanic */
@font-face {
  font-family: 'Sattanic';
  src: url('../fonts/sattanic_italic_demno.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Sale Banner */
.wbgs-glasses-sale-banner {
  display: flex;
  align-items: center;
  background-image: url('../images/banner-backgroung.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Grid Layout */
.wbgs-glasses-sale-banner-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  align-items: center;
  padding: 90px 80px;
}

.wbgs-glasses-brand-line {
  display: flex;
  align-items: flex-end;
}

h1.wbgs-glasses-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
}

h2.wbgs-glasses-sub-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -2px;
}

.wbgs-glasses-model {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 5px;
}

.wbgs-glasses-tagline {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 300px;
  margin-bottom: 24px;
}

.wbgs-glasses-shop-button {
  padding: 16px 32px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wbgs-glasses-shop-button:hover {
  background-color: #2d3748;
}

.wbgs-glasses-offer-banner {
  text-align: center;
}

.wbgs-glasses-upto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 1;
  text-align: justify;
  margin: 0;
}

.wbgs-glasses-offer-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 11px;
}

.wbgs-glasses-big-number {
  color: #876100;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 0.75;
}

.wbgs-glasses-percent-off {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.2;
}

.wbgs-glasses-percent,
.wbgs-glasses-off {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.wbgs-glasses-countdown {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.wbgs-glasses-time-box-min {
  background-color: #CEB069;
  color: white;
  padding: 15px 10px;
  border-radius: 20px;
  width: 80px;
  text-align: center;
}

.wbgs-glasses-time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #2A2A2B;
  display: block;
}

.wbgs-glasses-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 8px;
  display: block;
}

.wbgs-glasses-sale-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.wbgs-glasses-sale-image img {
  max-width: 350px;
  object-fit: contain;
}

@media (min-width: 1920px) {
  .wbgs-glasses-sale-banner-container {
    max-width: 1600px;
    padding: 100px 0px;
    gap: 50px;
  }

  .wbgs-glasses-sale-image img {
    max-width: 500px;
  }
}

@media (max-width: 1919px) and (min-width: 1440px) {
  .wbgs-glasses-sale-banner-container {
    padding: 80px 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wbgs-glasses-sale-image img {
    max-width: 400px;
  }

  h2.wbgs-glasses-sub-title {
    font-size: 68px;
  }

  .wbgs-glasses-big-number {
    font-size: 88px;
  }

  .wbgs-glasses-time {
    font-size: 30px;
  }
}

@media (max-width: 1439px) and (min-width: 1024px) {
  .wbgs-glasses-sale-banner-container {
    padding: 60px 40px;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
  }

  .wbgs-glasses-sale-image {
    /* grid-column: span 2; */
    justify-content: center;
  }

  .wbgs-glasses-sale-image img {
    max-width: 380px;
  }

  h2.wbgs-glasses-sub-title {
    font-size: 60px;
  }

  .wbgs-glasses-tagline {
    font-size: 18px;
  }

  .wbgs-glasses-shop-button {
    font-size: 20px;
    padding: 14px 28px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .wbgs-glasses-sale-banner-container {
    padding: 50px 40px;
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 30px;
  }

  .wbgs-glasses-tagline {
    text-align: center;
    margin: 14px auto;
  }

  .wbgs-glasses-sale-image {
    justify-content: center;
  }

  .wbgs-glasses-sale-image img {
    max-width: 300px;
  }

  h1.wbgs-glasses-title,
  h2.wbgs-glasses-sub-title,
  .wbgs-glasses-model {
    font-size: 32px;
  }

  h2.wbgs-glasses-sub-title {
    font-size: 52px;
  }

  .wbgs-glasses-shop-button {
    font-size: 18px;
    padding: 12px 24px;
  }

  .wbgs-glasses-countdown {
    gap: 10px;
  }

  .wbgs-glasses-time {
    font-size: 26px;
  }

  .wbgs-glasses-label {
    font-size: 14px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .wbgs-glasses-sale-banner-container {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    text-align: center;
    row-gap: 24px;
  }

  .wbgs-glasses-tagline {
    text-align: center;
    margin: 14px auto;
  }

  .wbgs-glasses-sale-image {
    order: 2;
    justify-content: center;
  }

  .wbgs-glasses-sale-image img {
    max-width: 100%;
    width: 100%;
  }

  .wbgs-glasses-sub-title {
    font-size: 44px;
  }

  .wbgs-glasses-big-number {
    font-size: 72px;
  }

  .wbgs-glasses-time {
    font-size: 24px;
  }

  .wbgs-glasses-shop-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 479px) {
  .wbgs-glasses-sale-banner-container {
    grid-template-columns: 1fr;
    padding: 30px 15px;
    text-align: center;
    row-gap: 20px;
  }

  .wbgs-glasses-countdown {
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .wbgs-glasses-time-box-min {
    width: 60px;
    padding: 10px 6px;
    border-radius: 14px;
  }

  .wbgs-glasses-sale-image {
    order: 2;
    justify-content: center;
  }

  .wbgs-glasses-sale-image img {
    max-width: 100%;
    width: 100%;
  }

  h1.wbgs-glasses-title,
  .wbgs-glasses-model {
    font-size: 24px;
  }

  h2.wbgs-glasses-sub-title {
    font-size: 36px;
  }

  .wbgs-glasses-big-number {
    font-size: 58px;
  }

  .wbgs-glasses-percent,
  .wbgs-glasses-off {
    font-size: 24px;
  }

  .wbgs-glasses-time-box-min {
    padding: 15px 0px;
    border-radius: 16px;
    width: 50px;
  }

  .wbgs-glasses-time {
    font-size: 18px;
  }

  .wbgs-glasses-label {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .wbgs-glasses-shop-button {
    font-size: 14px;
    padding: 8px 18px;
  }
}

/* second template css */
.wbgs-laptop-sale-banner .wc-block-components-notices.alignwide {
  display: none;
}

.wbgs-laptop-sale-banner {
  max-width: 100%;
  display: flex;
  align-items: center;
  background-image: url(../images/laptiop-banner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wbgs-laptop-sale-banner-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 500px;
  align-items: center;
  padding: 0 40px;
}

.wbgs-laptop-brand-line {
  display: flex;
  align-items: end;
}

.wbgs-laptop-dell-logo {
  font-family: "Sattanic";
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  position: relative;
}

.wbgs-laptop-model {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}

.wbgs-laptop-model-number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 70%;
  letter-spacing: 0%;
  color: #4982F8;
}

.wbgs-laptop-tagline {
  margin: 10px 0 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #444;
}

.wbgs-laptop-shop-button {
  padding: 12px 36px;
  background-color: #4a5568;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}

.wbgs-laptop-shop-button:hover {
  background-color: #2d3748;
}

.wbgs-laptop-offer-banner {
  text-align: center;
}

.wbgs-laptop-upto {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-align: justify;
}

.wbgs-laptop-offer-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
}

.wbgs-laptop-big-number {
  color: #377dff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
}

.wbgs-laptop-percent-off {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 12px;
}

.wbgs-laptop-percent {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

.wbgs-laptop-off {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

.wbgs-laptop-countdown {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.wbgs-laptop-time-box {
  background-color: #4a5568;
  color: white;
  padding: 15px 10px;
  border-radius: 4px;
  width: 80px;
}

.wbgs-laptop-time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
}

.wbgs-laptop-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -3%;
  margin-top: 4px;
  display: block;
}

.wbgs-laptop-sale-image {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
}

.wbgs-laptop-sale-image img {
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .wbgs-laptop-countdown {
    gap: 12px;
  }

  .wbgs-laptop-time {
    font-size: 20px;
  }

  .wbgs-laptop-label {
    font-size: 12px;
  }

  .wbgs-laptop-time-box {
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wbgs-laptop-sale-banner-container {
    padding: 0 20px;
  }

  .wbgs-laptop-sale-banner-container {
    gap: 20px;
  }
}

@media (max-width: 997px) {
  .wbgs-laptop-sale-banner-container {
    grid-template-columns: 1fr;
    height: auto;
    justify-items: center;
    padding: 20px 20px 0;
    gap: 12px;
  }

  .wbgs-laptop-sale-banner {
    display: flex;
    align-items: center;
    background-image: url(../images/mob-bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  .wbgs-laptop-brand-line {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .wbgs-laptop-model-number {
    text-align: center;
  }

  .wbgs-laptop-ad-container {
    text-align: center;
  }

  .wbgs-laptop-tagline {
    margin: 14px 0;
    font-size: 18px;
  }

  .wbgs-laptop-countdown {
    margin-top: 14px;
    gap: 14px;
  }

  .wbgs-laptop-time {
    font-size: 18px;
  }

  .wbgs-laptop-label {
    font-size: 10px;
  }

  .wbgs-laptop-time-box {
    width: 55px;
  }

  .wbgs-laptop-dell-logo {
    font-size: 22px;
  }

  .wbgs-laptop-model {
    font-size: 22px;
  }

  .wbgs-laptop-model-number {
    font-size: 70px;
  }

  .wbgs-laptop-shop-button {
    padding: 8px 24px;
    font-size: 18px;
  }

  .wbgs-laptop-upto {
    font-size: 20px;
  }

  .wbgs-laptop-off {
    font-size: 20px;
  }

  .wbgs-laptop-percent {
    font-size: 20px;
  }

  .wbgs-laptop-big-number {
    font-size: 60px;
  }
}

/* third template css */
.wbgs-powerbank-sale-banner .wc-block-components-notices.alignwide {
  display: none;
}

.wbgs-powerbank-sale-banner {
  max-width: 100%;
  display: flex;
  align-items: center;
  background-color: #F4B406;
  background-image: url(../images/powerbank-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wbgs-powerbank-sale-banner-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 24px;
  align-items: center;
  padding: 40px 40px 0;
  max-width: 1380px;
}

.wbgs-powerbank-brand-line {
  display: flex;
  align-items: end;
}

.wbgs-powerbank-title {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 52px;
  line-height: 75%;
  letter-spacing: -2px;
  color: #E65F0E;
}

.wbgs-powerbank-sub-title {
  font-family: Bebas Neue;
  font-weight: 400;
  font-size: 52px;
  line-height: 75%;
  letter-spacing: -2px;
  color: #000000;
}

.wbgs-powerbank-model {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}

.wbgs-powerbank-tagline {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  letter-spacing: .75;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.wbgs-powerbank-shop-button {
  padding: 16px 36px;
  background-color: #E65F0E;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.wbgs-powerbank-shop-button:hover {
  background-color: #2d3748;
}

.wbgs-powerbank-offer-banner {
  text-align: center;
}

.wbgs-powerbank-upto {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 100%;
  text-transform: uppercase;
}

.wbgs-powerbank-offer-text {
  width: fit-content;
  display: flex;
  margin: auto;
  align-items: center;
  background-color: #E65F0E;
  border-radius: 100px;
  justify-content: center;
  padding: 12px 36px;
  color: white;
}

.wbgs-powerbank-big-number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
}

.wbgs-powerbank-percent-off {
  margin-left: 5px;
  line-height: 1.2;
}

.wbgs-powerbank-percent,
.wbgs-powerbank-off {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.wbgs-powerbank-countdown {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.wbgs-powerbank-time-box-min {
  background-color: #E65F0ECC;
  color: white;
  padding: 15px 10px;
  width: 80px;
  border-radius: 16px;
}

.wbgs-powerbank-time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  display: block;
}

.wbgs-powerbank-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  margin-top: 8px;
  display: block;
}

.wbgs-powerbank-sale-image {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  height: 100%;
}

.wbgs-powerbank-sale-image img {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
  max-height: 350px;
}

@media screen and (max-width: 1023px) {
  .wbgs-powerbank-sale-banner-container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 20px 20px 0;
  }

  .wbgs-powerbank-sale-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .wbgs-powerbank-countdown {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .wbgs-powerbank-big-number {
    font-size: 32px;
  }

  .wbgs-powerbank-shop-button {
    padding: 12px 32px;
    font-size: 16px;
  }

  .wbgs-powerbank-time-box-min {
    width: 60px;
    margin: auto;
    border-radius: 12px;
  }

  .wbgs-powerbank-label {
    font-size: 12px;
  }

  .wbgs-powerbank-percent,
  .wbgs-powerbank-off {
    font-size: 24px;
  }
}

/* forth template css */
.wbgs-speaker-sale-banner .wc-block-components-notices.alignwide {
  display: none;
}
.wbgs-speaker-sale-banner {
  max-width: 100%;
  display: flex;
  align-items: center;
  background-image: url(../images/speaker-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px 40px;
}

.wbgs-speaker-sale-banner-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  width: 100%;
  align-items: center;
}

.wbgs-speaker-dell-logo {
  color: #001438;
  font-family: 'Bahnschrift';
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  width: 100%;
}

.wbgs-speaker-tagline {
  color: #001438;
  margin: 12px 0 24px;
  font-family: "B612", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  max-width: 300px;
}

.wbgs-speaker-shop-button {
  padding: 16px 36px;
  background-color: #001438;
  color: white;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wbgs-speaker-shop-button:hover {
  background-color: #2d3748;
}

.wbgs-speaker-offer-banner {
  text-align: center;
}

.wbgs-speaker-upto {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-align: justify;
  margin-bottom: -10px;
  color: #001438;
}

.wbgs-speaker-offer-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 24px;
}

.wbgs-speaker-big-number {
  color: #001438;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
}

.wbgs-speaker-percent-off {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 12px;
}

.wbgs-speaker-percent,
.wbgs-speaker-off {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #001438;
}

.wbgs-speaker-countdown {
  background: white;
  color: #f57c00;
  padding: 10px 20px;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: "Poppins", sans-serif;
  transform: skew(-15deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.wbgs-speaker-countdown>* {
  transform: skew(15deg);
}

.wbgs-speaker-time-group {
  text-align: center;
}

.wbgs-speaker-time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  display: block;
}

.wbgs-speaker-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.wbgs-speaker-divider {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin: 0 4px;
}

.wbgs-speaker-sale-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
}

.wbgs-speaker-sale-image img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  max-height: 350px;
}

@media screen and (max-width: 1023px) {
  .wbgs-speaker-sale-banner-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wbgs-speaker-tagline {
    margin: 12px auto 24px;
    max-width: 300px;
    font-size: 16px;
  }

  .wbgs-speaker-shop-button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .wbgs-speaker-sale-banner {
    background-image: url(../images/speaker-mon-bg.png);
    background-position: center bottom;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 424px) {
  .wbgs-speaker-dell-logo {
    font-size: 38px;
    line-height: 38px;
  }

  .wbgs-speaker-upto {
    font-size: 22px;
  }

  .wbgs-speaker-big-number {
    font-size: 52px;
  }

  .wbgs-speaker-percent,
  .wbgs-speaker-off {
    font-size: 22px;
  }

  .wbgs-speaker-countdown {
    padding: 8px 13px;
    align-items: baseline;
  }

  .wbgs-speaker-label {
    font-size: 10px;
  }
}