:root {
  --strava-orange: #fc4c02;
}

[data-bs-theme="light"] body {
  background-color: #f6f7f9;
}

[data-bs-theme="dark"] body {
  background-color: #121416;
}

.text-strava {
  color: var(--strava-orange);
}

.btn-strava {
  --bs-btn-bg: var(--strava-orange);
  --bs-btn-border-color: var(--strava-orange);
  --bs-btn-hover-bg: #e04402;
  --bs-btn-hover-border-color: #e04402;
  --bs-btn-active-bg: #c93d02;
  --bs-btn-active-border-color: #c93d02;
  --bs-btn-color: #fff;
}

.strava-badge {
  width: 3rem;
  height: 3rem;
  background: var(--strava-orange);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}

.profile-bike-badge {
  background-color: var(--strava-orange);
  color: #fff;
  font-weight: 600;
}

.profile-section-heading {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bs-secondary-color);
  margin: 0 0 0.75rem;
}

.profile-section-heading:not(:first-child) {
  margin-top: 0.5rem;
}

.profile-identity {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .profile-identity {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 2rem;
    align-items: start;
  }
}

.profile-details-row {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  column-gap: 1rem;
  align-items: baseline;
  margin-bottom: 1rem;
}

.profile-details-row:last-child {
  margin-bottom: 0;
}

.profile-details-row dt,
.profile-details-row dd {
  margin: 0;
}

.profile-bike-card-highlight {
  border: 2px solid var(--strava-orange) !important;
  box-shadow: 0 0.25rem 0.75rem rgba(252, 76, 2, 0.2) !important;
}

[data-bs-theme="dark"] .profile-bikes-grid .card:not(.profile-bike-card-highlight) {
  border: 1px solid #fff !important;
}

[data-bs-theme="dark"] .profile-bikes-grid .card.bg-light {
  --bs-card-bg: #fff;
  --bs-body-color: #212529;
  background-color: #fff !important;
  color: #212529;
  border-color: rgba(0, 0, 0, 0.125) !important;
}

[data-bs-theme="dark"] .profile-bikes-grid .card.bg-light .text-muted {
  color: #6c757d !important;
}

[data-bs-theme="dark"] .table thead.table-light,
[data-bs-theme="dark"] .table thead.table-light th {
  --bs-table-bg: #fff;
  --bs-table-color: #212529;
  background-color: #fff !important;
  color: #212529;
}

[data-bs-theme="dark"] .table thead.table-light .stats-table-sort,
[data-bs-theme="dark"] .table thead.table-light .profile-year-sort {
  color: #212529;
}

[data-bs-theme="dark"] .table thead.table-light .stats-table-sort:hover,
[data-bs-theme="dark"] .table thead.table-light .stats-table-sort:focus-visible,
[data-bs-theme="dark"] .table thead.table-light .profile-year-sort:hover,
[data-bs-theme="dark"] .table thead.table-light .profile-year-sort:focus-visible {
  color: var(--strava-orange);
}

.stats-table-sort,
.profile-year-sort {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  color: inherit;
  cursor: pointer;
  line-height: 1.2;
}

.stats-table-sort:hover,
.stats-table-sort:focus-visible,
.profile-year-sort:hover,
.profile-year-sort:focus-visible {
  color: var(--strava-orange);
  outline: none;
}

.stats-table-sort-icon::after,
.profile-year-sort-icon::after {
  opacity: 0.35;
  font-size: 0.8em;
  line-height: 1;
}

.stats-table-sort-active .stats-table-sort-icon::after,
.profile-year-sort-active .profile-year-sort-icon::after {
  opacity: 1;
  color: var(--strava-orange);
}

.stats-table-sort-active[aria-sort="ascending"] .stats-table-sort-icon::after,
.profile-year-sort-active[aria-sort="ascending"] .profile-year-sort-icon::after {
  content: "↑";
}

.stats-table-sort-active[aria-sort="descending"] .stats-table-sort-icon::after,
.profile-year-sort-active[aria-sort="descending"] .profile-year-sort-icon::after {
  content: "↓";
}

.stats-data-table .table-group-divider,
.stats-data-table .table-group-divider > tr > * {
  border-top: 0 !important;
}

.stats-table-wrap {
  width: 100%;
}

.stats-table-wrap .stats-data-table {
  width: 100%;
}

@media (min-width: 768px) {
  .stats-table-wrap {
    overflow-x: auto;
  }

  .stats-data-table[data-best-efforts-table],
  .stats-data-table[data-profile-ride-table] {
    table-layout: fixed;
  }

  .stats-data-table[data-climb-catalog-table] th:not(:first-child),
  .stats-data-table[data-climb-catalog-table] td:not(:first-child),
  .stats-data-table[data-year-climb-catalog-table] th:not(:first-child),
  .stats-data-table[data-year-climb-catalog-table] td:not(:first-child) {
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .stats-table-wrap {
    overflow-x: visible;
  }

  .stats-data-table thead {
    display: none;
  }

  .stats-data-table.table-hover tbody tr:hover > *,
  .stats-data-table.table-hover tfoot tr:hover > * {
    --bs-table-color-state: var(--bs-table-color);
    --bs-table-bg-state: var(--bs-table-bg);
    box-shadow: none;
    color: inherit;
  }

  .stats-data-table.table-hover tbody tr:hover > * {
    background-color: var(--bs-body-bg) !important;
  }

  .stats-data-table.table-hover tfoot tr:hover > * {
    background-color: var(--bs-tertiary-bg) !important;
  }

  .stats-data-table tbody tr,
  .stats-data-table tfoot tr {
    display: block;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
    padding: 0.625rem 0.875rem;
    background-color: var(--bs-body-bg);
  }

  .stats-data-table tfoot tr {
    margin-bottom: 0;
  }

  .stats-data-table td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    width: 100%;
    border: 0;
    padding: 0.35rem 0;
    text-align: right !important;
  }

  .stats-data-table td::before {
    content: attr(data-label);
    font-weight: 500;
    color: var(--bs-secondary-color);
    text-align: left;
  }

  .stats-data-table td:first-child {
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 0.25rem;
    padding-bottom: 0.5rem;
    text-align: left !important;
  }

  .stats-data-table td:first-child::before {
    content: none;
  }

  .stats-data-table td[colspan] {
    display: block;
    text-align: center !important;
  }

  .stats-data-table td[colspan]::before {
    content: none;
  }
}

.chart-wrap {
  position: relative;
  height: 280px;
}

.weekly-goal-chart-wrap {
  width: min(220px, 70vw);
  height: min(220px, 70vw);
  max-width: 100%;
}

.weekly-goal-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.weekly-goal-chart-center {
  width: 58%;
  pointer-events: none;
  line-height: 1.2;
}

.weekly-goal-chart-km {
  font-size: clamp(0.95rem, 3.5vw, 1.15rem);
}

.longest-ride-map {
  height: 320px;
  width: 100%;
  z-index: 0;
}

.latest-ride-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
}

#profile-media-accordion .accordion-header {
  background-color: var(--strava-orange);
}

#profile-media-accordion .accordion-button {
  background-color: var(--strava-orange);
  color: #fff;
  box-shadow: none;
}

#profile-media-accordion .accordion-button:not(.collapsed) {
  background-color: var(--strava-orange);
  color: #fff;
}

#profile-media-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

#profile-media-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

#profile-media-accordion .accordion-body {
  padding-top: 0.75rem;
}

.peak-power-table-accordion .accordion-item {
  border-color: var(--bs-border-color);
  overflow: hidden;
}

.peak-power-table-accordion .accordion-button {
  background-color: var(--strava-orange);
  color: #fff;
  box-shadow: none;
  font-size: 0.95rem;
  padding: 0.65rem 1rem;
}

.peak-power-table-accordion .accordion-button:not(.collapsed) {
  background-color: var(--strava-orange);
  color: #fff;
}

.peak-power-table-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.peak-power-table-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.peak-power-table-accordion .accordion-body {
  padding: 0.75rem 0 0;
}

@media (min-width: 768px) {
  .latest-ride-media-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.latest-ride-media-item {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-body-bg);
}

.latest-ride-media-trigger {
  cursor: pointer;
  color: inherit;
  background: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

.latest-ride-media-trigger:hover .latest-ride-media-play {
  transform: translate(-50%, -50%) scale(1.05);
}

.latest-ride-media-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.latest-ride-media-duration {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  background: rgb(0 0 0 / 65%);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
  pointer-events: none;
}

.latest-ride-media-visual {
  position: relative;
  width: 100%;
  height: 100%;
}

.latest-ride-media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  pointer-events: none;
  transition: transform 0.15s ease;
}

.latest-ride-media-play svg {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.15rem;
}

.latest-ride-video-modal-player,
.latest-ride-video-modal-image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 2rem);
  max-height: min(70vh, 720px);
  background-color: #000;
  object-fit: contain;
}

#latest-ride-video-modal .latest-ride-video-modal-dialog {
  width: fit-content;
  max-width: calc(100vw - 2rem);
}

#latest-ride-video-modal .modal-content {
  width: fit-content;
  max-width: 100%;
}

#latest-ride-video-modal .modal-body {
  line-height: 0;
}

@media (min-width: 992px) {
  #latest-ride-video-modal .latest-ride-video-modal-dialog {
    max-width: min(1600px, calc(100vw - 2rem));
  }

  #latest-ride-video-modal .latest-ride-video-modal-player,
  #latest-ride-video-modal .latest-ride-video-modal-image {
    max-width: min(1600px, calc(100vw - 2rem));
    max-height: min(85vh, 1200px);
  }
}

#latest-ride-video-modal .modal-header {
  background-color: var(--strava-orange);
  color: #fff;
  border-bottom: none;
}

#latest-ride-video-modal .modal-title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#latest-ride-video-modal .btn-close {
  filter: brightness(0) invert(1);
}

.ride-media-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  line-height: 0;
  transform: translateY(-50%);
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.ride-media-modal-nav svg {
  width: 1.25rem;
  height: 1.25rem;
}

.ride-media-modal-nav:hover,
.ride-media-modal-nav:focus-visible {
  background: rgb(0 0 0 / 75%);
  color: #fff;
}

.ride-media-modal-nav-prev {
  left: 0.5rem;
}

.ride-media-modal-nav-next {
  right: 0.5rem;
}

@media (min-width: 992px) {
  .ride-media-modal-nav {
    width: 3rem;
    height: 3rem;
  }

  .ride-media-modal-nav svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .ride-media-modal-nav-prev {
    left: 0.75rem;
  }

  .ride-media-modal-nav-next {
    right: 0.75rem;
  }
}

.latest-ride-media-caption {
  padding: 0.35rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.3;
  color: var(--bs-secondary-color);
}

.leaflet-container {
  font: inherit;
}

.ride-description-info {
  color: var(--strava-orange);
  line-height: 1;
  text-decoration: none;
}

.ride-description-info:hover,
.ride-description-info:focus {
  color: #e04402;
}

.climb-segment-cell {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  width: 100%;
  min-width: 0;
}

.climb-segment-cell > a,
.climb-segment-cell > span {
  min-width: 0;
  flex: 1 1 auto;
}

.climb-segment-map-btn {
  flex: 0 0 auto;
  margin-top: 0.15rem;
}

.climb-segment-map {
  width: 100%;
  height: min(60vh, 420px);
  min-height: 280px;
  background: var(--bs-tertiary-bg);
}

#climb-segment-map-modal .climb-segment-map-modal-dialog {
  max-width: min(920px, 96vw);
}

#climb-segment-map-modal .modal-header {
  background-color: var(--strava-orange);
  color: #fff;
  border-bottom: none;
}

#climb-segment-map-modal .modal-title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#climb-segment-map-modal .btn-close {
  filter: brightness(0) invert(1);
}

.ride-description-panel {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--bs-border-radius);
  background-color: var(--strava-orange);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-word;
}

.ride-description-weather-label {
  font-weight: 600;
}

.stats-table-tabs .nav-link {
  cursor: pointer;
}

.year-tabs {
  border-bottom: 2px solid var(--bs-border-color);
}

.year-tabs .nav-link {
  color: var(--bs-secondary-color);
  white-space: nowrap;
}

.year-tabs .nav-link.active {
  color: var(--strava-orange);
  font-weight: 600;
  border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: 2px solid var(--strava-orange);
  margin-bottom: -2px;
  background-color: var(--bs-body-bg);
}

.year-tabs .nav-link:hover:not(.active) {
  color: var(--strava-orange);
}

.year-tabs .nav-link.disabled {
  pointer-events: none;
  opacity: 0.6;
}

#year-tabs-toggle {
  color: var(--bs-body-color);
  text-decoration: none;
}

#year-tabs-toggle:hover,
#year-tabs-toggle:focus-visible {
  color: var(--strava-orange);
}

.year-tabs-toggle-icon {
  flex-shrink: 0;
}

body.year-tabs-sidebar-open {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .d-desktop-nav-only {
    display: flex !important;
  }

  .d-mobile-nav-only {
    display: none !important;
  }

  .year-tabs-nav-desktop-spacing {
    margin-bottom: 1.5rem !important;
  }

  .year-tabs-list-desktop {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 1023.98px) {
  .year-tabs-sidebar {
    position: fixed;
    inset: 0;
    z-index: 1040;
    visibility: hidden;
    pointer-events: none;
  }

  .year-tabs-sidebar.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .year-tabs-sidebar-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .year-tabs-sidebar.is-open .year-tabs-sidebar-backdrop {
    opacity: 1;
  }

  .year-tabs-sidebar-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(18rem, 88vw);
    background-color: var(--bs-body-bg);
    box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.2s ease-out;
  }

  .year-tabs-sidebar.is-open .year-tabs-sidebar-panel {
    transform: translateX(0);
  }

  .year-tabs-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
  }

  .year-tabs-sidebar-header-actions {
    flex-shrink: 0;
  }

  .year-tabs-sidebar-footer {
    flex-shrink: 0;
    margin-top: auto;
    padding: 1rem;
    border-top: 1px solid var(--bs-border-color);
  }

  .year-tabs-sidebar-footer:empty {
    display: none;
  }

  .year-tabs-sidebar-footer form {
    width: 100%;
  }

  .year-tabs-sidebar-footer .navbar-icon-btn {
    width: 100%;
  }

  .year-tabs-nav .year-tabs {
    flex: 1 1 auto;
    min-height: 0;
    flex-wrap: nowrap;
    overflow-y: auto;
    border-bottom: none;
    gap: 0;
    margin-bottom: 0;
  }

  .year-tabs-nav .year-tabs .nav-item {
    width: 100%;
  }

  .year-tabs-nav .year-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    text-align: left;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 0;
  }

  .year-tabs-nav .year-tabs .nav-link .year-tab-icon {
    flex-shrink: 0;
    pointer-events: none;
  }

  .year-tabs-nav .year-tabs .nav-link.active {
    border: 0;
    border-left: 3px solid var(--strava-orange);
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 0;
    padding-left: calc(1rem - 3px);
  }
}

@media (min-width: 1024px) {
  body.year-tabs-sidebar-open {
    overflow: auto;
  }

  .year-tabs-sidebar {
    position: static;
    visibility: visible;
    pointer-events: auto;
  }

  .year-tabs-sidebar-backdrop,
  .year-tabs-sidebar-header {
    display: none;
  }

  .year-tabs-sidebar-panel {
    position: static;
    display: block;
    width: auto;
    transform: none;
    box-shadow: none;
    background: transparent;
  }
}

.spinner-border.text-strava {
  color: var(--strava-orange);
  border-right-color: transparent;
}

.tooltip.strava-tooltip {
  --bs-tooltip-bg: var(--strava-orange);
  --bs-tooltip-color: #fff;
}

.tooltip-inner {
  max-width: 320px;
}

.navbar-icon-btn:disabled .bi {
  opacity: 0.65;
}

/* Bootstrap Icons button pattern: btn + inline SVG (see arrow-clockwise icon docs) */
.navbar-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  min-height: calc(1rem + 0.5rem);
}

.navbar-icon-btn:hover:not(:disabled),
.navbar-icon-btn:focus-visible:not(:disabled) {
  color: var(--strava-orange);
  border-color: var(--strava-orange);
}

.navbar-icon-btn .bi {
  display: block;
  flex-shrink: 0;
  pointer-events: none;
}

#push-notifications-toggle {
  position: relative;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  #nav-actions-slot {
    flex-shrink: 0;
  }

  #nav-mobile-toolbar-host {
    flex-shrink: 0;
  }
}

.stats-toast-container {
  z-index: 1090;
}

.stats-new-activity-toast {
  border-left: 4px solid var(--strava-orange);
  max-width: min(22rem, calc(100vw - 1.5rem));
}

.stats-new-activity-toast.show {
  display: block;
}

body.strava-stats-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.strava-stats-layout main {
  flex: 1 0 auto;
}

.strava-footer {
  flex-shrink: 0;
  margin-top: auto;
  background: var(--bs-body-bg);
}

.hidden {
  display: none !important;
}

.footer__meta {
  margin-top: 0.65rem;
}

.footer__changelog {
  border: 0;
  background: none;
  color: var(--strava-orange);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.footer__changelog:hover,
.footer__changelog:focus-visible {
  opacity: 0.85;
  outline: none;
}

.footer__version {
  font-size: 0.8rem;
}

body.changelog-open {
  overflow: hidden;
}

.changelog {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.changelog__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

[data-bs-theme="dark"] .changelog__backdrop {
  background: rgba(0, 0, 0, 0.65);
}

.changelog__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(80vh, 32rem);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  background: var(--bs-body-bg);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.changelog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.changelog__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.changelog__close {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 999px;
  background: var(--bs-body-bg);
  color: var(--bs-secondary-color);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.changelog__close:hover,
.changelog__close:focus-visible {
  border-color: var(--strava-orange);
  color: var(--bs-body-color);
  outline: none;
}

.changelog__body {
  overflow-y: auto;
  padding: 1rem 1.1rem 1.15rem;
}

.changelog__release + .changelog__release {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--bs-border-color);
}

.changelog__release-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.changelog__release-date {
  color: var(--bs-secondary-color);
  font-size: 0.8rem;
  font-weight: 500;
}

.changelog__list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--bs-body-color);
  font-size: 0.88rem;
  line-height: 1.5;
}

.changelog__list li + li {
  margin-top: 0.35rem;
}

.changelog__empty {
  margin: 0;
  color: var(--bs-secondary-color);
  font-size: 0.9rem;
}

@media (display-mode: standalone) {
  html {
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

