body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-shell,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-shell,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-shell {
  width: min(100% - 16px, 1180px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-header,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-header {
  min-height: 0;
  align-items: start;
  padding-bottom: 12px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-header-side,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-header-side {
  gap: 8px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-clock,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-clock {
  font-size: clamp(44px, 7vw, 70px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-header h1,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-header h1 {
  font-size: clamp(32px, 5vw, 52px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-subtitle,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-subtitle {
  font-size: clamp(15px, 1.8vw, 18px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .routine-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .calendar-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .weather-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .meal-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .home-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-tasks-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .system-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .calendar-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-tasks-card {
  grid-column: 1 / -1;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .routine-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .weather-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .meal-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .home-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .system-card {
  grid-column: span 1;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-card {
  min-height: 0;
  padding: 18px;
  border-radius: 24px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .card-icon,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 25px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .card-heading h2,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .card-heading h2 {
  font-size: clamp(21px, 3vw, 28px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .routine-panel {
  grid-template-columns: minmax(96px, 0.48fr) minmax(0, 1.52fr);
  gap: 14px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .routine-pictogram-frame {
  min-height: 150px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .routine-title {
  font-size: clamp(26px, 4.6vw, 38px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .weather-current,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .weather-current {
  gap: 12px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .weather-symbol,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .weather-symbol {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  font-size: 40px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .weather-temperature,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .weather-temperature {
  font-size: clamp(40px, 5.6vw, 56px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .weather-forecast,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .weather-forecast {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .weather-forecast-item,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .weather-forecast-item {
  min-height: 86px;
  padding: 10px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .calendar-events,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .calendar-events {
  grid-template-columns: 1fr !important;
  overflow-x: visible;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .calendar-events.calendar-days-3,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .calendar-events.calendar-days-5,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .calendar-events.calendar-days-7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .calendar-day-group,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .calendar-day-group,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .calendar-day-group {
  min-width: 0;
  min-height: 0;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .calendar-day-events .calendar-event,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .calendar-day-events .calendar-event,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .calendar-day-events .calendar-event {
  grid-template-columns: minmax(62px, auto) minmax(0, 1fr);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .calendar-day-events .calendar-event-title,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .calendar-day-events .calendar-event-title,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .calendar-day-events .calendar-event-title {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.25;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-task-list-heading h3,
body[data-wall-dashboard="true"][data-wall-screen-profile="tablet"] .family-task-list-heading h3 {
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="square"] .family-task-list-shopping-list .family-task-items {
  grid-template-columns: 1fr;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-header {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  gap: 10px;
  padding-bottom: 12px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-header-side {
  justify-items: stretch;
  gap: 8px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-clock {
  font-size: clamp(40px, 14vw, 58px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-header h1 {
  font-size: clamp(34px, 12vw, 54px);
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .wall-display-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .wall-display-actions a,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .wall-display-actions button {
  min-height: 40px;
  padding: 7px 10px;
  font-size: 14px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .routine-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .calendar-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .weather-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .home-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .meal-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-tasks-card,
body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .system-card {
  grid-column: 1;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-card {
  min-height: 0;
  padding: 18px;
}

body[data-wall-dashboard="true"][data-wall-screen-profile="mobile"] .family-task-list-shopping-list .family-task-items {
  grid-template-columns: 1fr;
}
