/* =====================================
   RIGHT COLUMN RESET
   - restore Hello Kitty rows
   - remove soccer divider junk
   - compact blue polka-dot time box
   - align right column bottom
===================================== */

/* kill the extra soccer divider rows completely */
body.home-page .soccer-divider-inline,
body.home-page .soccer-divider-strip {
  display: none !important;
}

/* make right column tighter */
body.home-page .retro-right {
  gap: 4px !important;
  row-gap: 4px !important;
}

body.home-page .retro-right .retro-box {
  margin: 0 !important;
}

/* =========================
   HELLO KITTY / TRIP BOX
========================= */

body.home-page .trip-panel,
body.home-page .trip-panel-fixed,
body.home-page .trip-panel-reset {
  padding-bottom: 4px !important;
}

body.home-page .trip-panel .retro-title,
body.home-page .trip-panel-fixed .retro-title,
body.home-page .trip-panel-reset .retro-title {
  text-align: center !important;
  padding: 5px 8px !important;
}

body.home-page .trip-list.clean-trip-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 6px 8px !important;
  margin: 0 !important;
}

body.home-page .clean-trip-row {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 50px !important;
  align-items: center !important;
  column-gap: 8px !important;

  min-height: 42px !important;
  height: 42px !important;
  padding: 4px 8px !important;
  margin: 0 !important;
  box-sizing: border-box !important;

  border: 1px solid #b7a3d7 !important;
}

body.home-page .clean-trip-row.trip-light {
  background: rgba(255,255,255,.34) !important;
}

body.home-page .clean-trip-row.trip-dark {
  background: rgba(191,174,220,.24) !important;
}

body.home-page .clean-trip-icon {
  width: 34px !important;
  height: 34px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home-page .clean-trip-icon img {
  max-width: 28px !important;
  max-height: 28px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

body.home-page .clean-trip-label {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;

  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  color: #5f688e !important;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.home-page .clean-trip-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;

  width: 46px !important;
  height: 18px !important;

  background: rgba(255,255,255,.92) !important;
  border: 1px solid #a994c8 !important;
  border-radius: 2px !important;

  color: #735f96 !important;
  font-family: monospace !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* =========================
   WORLD CUP
========================= */

body.home-page .world-cup-panel,
body.home-page .world-cup-panel-fixed {
  margin-bottom: 2px !important;
}

body.home-page .world-cup-panel .retro-title,
body.home-page .world-cup-panel-fixed .retro-title {
  text-align: center !important;
}

body.home-page .world-cup-content.clean-world-cup-games {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 7px !important;
}

body.home-page .clean-world-cup-card {
  padding: 7px 8px !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid #d4c890 !important;
  border-radius: 4px !important;
  text-align: center !important;
}

body.home-page .clean-world-cup-card strong {
  display: block !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  color: #5f688e !important;
}

body.home-page .clean-world-cup-card span {
  display: block !important;
  margin-top: 2px !important;
  font-size: 9px !important;
  line-height: 1.08 !important;
  color: #7a7a7a !important;
}

/* =========================
   TIME BOX (no title)
========================= */

body.home-page .time-panel-clean {
  margin-top: 0 !important;
  padding: 0 !important;
}

body.home-page .time-panel-clean .retro-title {
  display: none !important;
}

body.home-page .time-clock-clean-wrap {
  padding: 2px 6px 6px 6px !important;
  margin: 0 !important;
}

body.home-page .time-clock-clean-face {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 58px !important;
  padding: 8px 8px !important;

  border: 1px solid #9cb4d7 !important;
  border-radius: 4px !important;

  background:
    radial-gradient(circle, rgba(255,255,255,.9) 18%, transparent 20%) 0 0 / 14px 14px,
    #cadcf1 !important;

  color: #6d86b4 !important;
  font-family: monospace !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
}

/* =========================
   CALENDAR
========================= */

body.home-page .calendar-final-month,
body.home-page .hard-calendar-month,
body.home-page .calendar-fix-month {
  background: #dfecc0 !important;
  border: 1px solid #bfd19e !important;
  color: #64718d !important;
}

/* =========================
   BOTTOM RIGHT PHOTO
========================= */

body.home-page .boba-final-clean img,
body.home-page .hard-boba-panel img,
body.home-page .boba-right-panel img,
body.home-page .locked-boba-photo {
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
