/* ============================================
   WIDGET: INFO SECTION
   Title, description paragraph, last updated
   ============================================ */

.gs-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Section title */
.gs-info__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #ffffff;
  margin: 0;
  word-break: break-word;
}

/* Description + last-updated block */
.gs-info__text-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gs-info__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}

.gs-info__last-updated {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}

/* ============================================
   RESPONSIVE: Tablet
   ============================================ */
@media (max-width: 768px) {
  .gs-info__title {
    font-size: 22px;
    line-height: 28px;
  }

  .gs-info__description {
    font-size: 16px;
    line-height: 26px;
  }

  .gs-info__last-updated {
    font-size: 14px;
    line-height: 24px;
  }

   .gs-info__title {
   font-size: 22px;
      line-height: 28px;
  }

    .gs-info__description {
    font-size: 16px;
        line-height: 24px;
  }


  .gs-info__last-updated {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ============================================
   RESPONSIVE: Mobile
   ============================================ */
@media (max-width: 480px) {
 


}
