.home-today-v88 .home-today-head {
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 2px solid #10171a;
}

.home-today-v88 .home-today-head > div { max-width: 790px; }
.home-today-v88 .home-today-head p { max-width: 760px; margin: 10px 0 0; color: #52605c; line-height: 1.5; }
.home-today-v88 .home-today-head nav { display: flex; flex-wrap: wrap; gap: 8px; }
.home-today-v88 .home-today-head nav a {
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid #9caaa6;
  color: #10171a;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}
.home-today-v88 .home-today-head nav a:hover,
.home-today-v88 .home-today-head nav a:focus-visible { border-color: #10171a; background: #edf4f2; }

.today-planner { margin: 18px 0 26px; color: #fff; background: #10171a; border-top: 6px solid #1e78b7; }
.today-planner-toolbar { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(360px, 1.35fr); gap: 22px; align-items: end; padding: 20px 22px; }
.today-planner-place { display: grid; gap: 4px; }
.today-planner-place > span { color: #69c9a5; font-size: 10px; font-weight: 950; }
.today-planner-place strong { font: 700 30px/1.05 Georgia, 'Times New Roman', serif; }
.today-planner-place small { color: #cbd6d3; font-weight: 800; }
.today-planner form { display: grid; gap: 6px; }
.today-planner form > label { color: #d9e4e1; font-size: 11px; font-weight: 900; }
.today-planner form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.today-planner input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #82908c;
  border-right: 0;
  color: #10171a;
  background: #fff;
  font: inherit;
  font-weight: 800;
}
.today-planner button {
  min-height: 46px;
  padding: 10px 17px;
  border: 1px solid #0c8658;
  color: #fff;
  background: #0c8658;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.today-planner button:hover,
.today-planner button:focus-visible { color: #10171a; border-color: #f0c64d; background: #f0c64d; }
.today-planner form > small { min-height: 16px; color: #ffd2d6; font-size: 11px; }
.today-planner-status { min-height: 40px; margin: 0; padding: 11px 22px; color: #dbe6e3; border-top: 1px solid #3c4b47; background: #172421; font-size: 12px; font-weight: 800; }

.today-planner-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #3c4b47; }
.today-planner-card { display: grid; grid-template-rows: 145px minmax(280px, 1fr); min-width: 0; color: #10171a; border-right: 1px solid #bfcac7; background: #fff; }
.today-planner-card:last-child { border-right: 0; }
.today-planner-card.is-events { border-top: 5px solid #c91e32; }
.today-planner-card.is-culture { border-top: 5px solid #1e78b7; }
.today-planner-card.is-outing { border-top: 5px solid #0c8658; }
.today-planner-card.is-weather { border-top: 5px solid #c89513; }
.today-planner-card > img { width: 100%; height: 145px; object-fit: cover; }
.today-planner-card > div { display: grid; grid-template-rows: auto auto minmax(68px, 1fr) auto auto; align-content: start; min-width: 0; padding: 17px; }
.today-planner-card > div > span { color: #bd1d2b; font-size: 9px; font-weight: 950; }
.today-planner-card.is-culture > div > span { color: #12689f; }
.today-planner-card.is-outing > div > span { color: #08744d; }
.today-planner-card.is-weather > div > span { color: #8c650b; }
.today-planner-card h3 { margin: 7px 0 8px; overflow-wrap: anywhere; font: 700 22px/1.12 Georgia, 'Times New Roman', serif; }
.today-planner-card p { margin: 0; color: #53625e; line-height: 1.45; }
.today-planner-card small { display: block; margin-top: 13px; padding-top: 10px; color: #63716d; border-top: 1px solid #d3dcda; font-size: 10px; font-weight: 800; line-height: 1.4; }
.today-planner-card a { align-self: end; justify-self: start; margin-top: 14px; padding-bottom: 2px; color: #075c9e; font-size: 12px; font-weight: 950; text-underline-offset: 4px; }
.today-planner-card a:hover,
.today-planner-card a:focus-visible { color: #bd1d2b; }
.today-planner-grid[aria-busy="true"] .today-planner-card { opacity: .78; }
.today-planner-note { margin: 0; padding: 13px 22px; color: #c9d5d2; border-top: 1px solid #3c4b47; font-size: 11px; line-height: 1.5; }
.today-inspiration-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin: 0 0 10px; }
.today-inspiration-head > span { color: #b6532f; font-size: 10px; font-weight: 950; }
.today-inspiration-head > a { color: #075c9e; font-size: 12px; font-weight: 900; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .today-planner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .today-planner-card:nth-child(2) { border-right: 0; }
  .today-planner-card:nth-child(-n+2) { border-bottom: 1px solid #bfcac7; }
}

@media (max-width: 680px) {
  .home-today-v88 .home-today-head { align-items: start; }
  .home-today-v88 .home-today-head nav { width: 100%; }
  .home-today-v88 .home-today-head nav a { flex: 1; text-align: center; }
  .today-planner-toolbar { grid-template-columns: 1fr; gap: 15px; padding: 18px 14px; }
  .today-planner form > div { grid-template-columns: 1fr; gap: 7px; }
  .today-planner input { border-right: 1px solid #82908c; }
  .today-planner-status,
  .today-planner-note { padding-inline: 14px; }
  .today-planner-grid { grid-template-columns: 1fr; }
  .today-planner-card,
  .today-planner-card:nth-child(2),
  .today-planner-card:last-child { grid-template-columns: 118px minmax(0, 1fr); grid-template-rows: auto; border-right: 0; border-bottom: 1px solid #bfcac7; }
  .today-planner-card:last-child { border-bottom: 0; }
  .today-planner-card > img { width: 118px; height: 100%; min-height: 260px; }
  .today-planner-card > div { min-height: 260px; padding: 15px 13px; }
  .today-planner-card h3 { font-size: 19px; }
  .today-inspiration-head { align-items: start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .today-planner-card,
  .today-planner button,
  .today-planner a { transition: none !important; }
}
