.club-hub-page {
  background: #edf4f0;
}

.club-hub {
  width: 100%;
  min-width: 0;
  padding: 18px;
}

.club-hub-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #c8ddd2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 55, 40, 0.08);
}

.club-hub-cover {
  position: relative;
  width: 100%;
  height: 112px;
  overflow: hidden;
  border-bottom: 1px solid #c8ddd2;
  background: #dce9e2;
}

.club-hub-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-hub-cover-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #709383;
  background: #e4eee9;
}

.club-hub-cover-placeholder svg {
  width: 38px;
  height: 38px;
}

.club-hub .club-public-image-form {
  position: absolute;
  z-index: 3;
  margin: 0;
}

.club-hub .club-public-image-form--cover {
  right: 10px;
  bottom: 10px;
}

.club-hub .club-public-image-form--avatar {
  right: 6px;
  bottom: 6px;
}

.club-hub .club-public-image-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.club-hub .club-public-image-action {
  color: #fff;
  border-color: transparent;
  background: transparent;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.9));
}

.club-hub-body {
  padding: 24px 28px 32px;
}

.club-hub-header {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  align-items: start;
  gap: 22px;
  min-width: 0;
}

.club-hub-avatar-wrap,
.club-hub-avatar {
  width: 128px;
  height: 128px;
}

.club-hub-avatar-wrap {
  position: relative;
}

.club-hub-avatar {
  display: grid;
  place-items: center;
  object-fit: cover;
  overflow: hidden;
  border: 1px solid #bdd5c9;
  border-radius: 8px;
  background: #edf4f0;
}

.club-hub-avatar-placeholder {
  color: #6c8d7e;
}

.club-hub-avatar-placeholder svg {
  width: 42px;
  height: 42px;
}

.club-hub-identity,
.club-hub-title-row,
.club-hub-title-row > div {
  min-width: 0;
}

.club-hub-identity {
  display: grid;
  gap: 9px;
}

.club-hub-title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.club-hub-kind,
.club-hub-section-heading p {
  margin: 0 0 3px;
  color: #507868;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.club-hub-title-row h1 {
  margin: 0;
  color: #13291f;
  font-size: 34px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.club-hub-description-edit {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: #16754a;
  background: #e8f3ed;
}

.club-hub-description {
  max-width: 780px;
  color: #3f584d;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.club-hub-description p {
  margin: 0;
}

.club-hub-description.is-empty {
  color: #789085;
  font-style: italic;
}

.club-hub-owner-line,
.club-hub-owner-line a,
.club-hub-site {
  display: flex;
  align-items: center;
}

.club-hub-owner-line {
  gap: 8px;
  color: #698177;
  font-size: 13px;
}

.club-hub-owner-line a {
  min-width: 0;
  gap: 6px;
  color: #16754a;
  text-decoration: none;
}

.club-hub-owner-line img,
.club-hub-owner-line svg {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.club-hub-owner-line strong {
  overflow-wrap: anywhere;
}

.club-hub-site {
  width: fit-content;
  max-width: 100%;
  gap: 7px;
  color: #16754a;
  font-size: 13px;
  text-decoration: none;
}

.club-hub-site svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.club-hub-site span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-hub-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.club-hub-actions .icon-button {
  color: #16754a;
  background: #f5faf7;
}

.club-hub-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(650px, calc(100% - 150px));
  margin: 22px 0 0 150px;
  border-top: 1px solid #d6e4dd;
  border-bottom: 1px solid #d6e4dd;
}

.club-hub-stats > div {
  display: grid;
  gap: 2px;
  padding: 12px 18px;
  border-left: 1px solid #d6e4dd;
}

.club-hub-stats > div:first-child {
  border-left: 0;
}

.club-hub-stats dt {
  color: #6c8277;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.club-hub-stats dd {
  margin: 0;
  color: #17291f;
  font-size: 22px;
  font-weight: 800;
}

.club-hub-tabs {
  display: flex;
  gap: 4px;
  margin-top: 26px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid #c9ddd3;
  border-radius: 6px;
  background: #edf5f1;
}

.club-hub-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 14px;
  gap: 7px;
  border: 0;
  border-radius: 5px;
  color: #4f6e60;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.club-hub-tabs button:hover,
.club-hub-tabs button.is-active {
  color: #0f6740;
  background: #fff;
  box-shadow: 0 2px 7px rgba(19, 61, 41, 0.08);
}

.club-hub-tabs svg {
  width: 17px;
  height: 17px;
}

.club-hub-tabs b {
  min-width: 20px;
  padding: 2px 5px;
  border-radius: 4px;
  background: #dcece4;
  font-size: 11px;
}

.club-hub-panels {
  margin-top: 24px;
}

.club-hub-panel[hidden] {
  display: none;
}

.club-hub-overview {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 28px;
}

.club-hub-overview-routes {
  grid-column: 1 / -1;
}

.club-hub-overview-side {
  padding-left: 24px;
  border-left: 1px solid #d6e4dd;
}

.club-hub-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 0;
  gap: 14px;
  margin-bottom: 13px;
}

.club-hub-section-heading h2 {
  margin: 0;
  color: #15281f;
  font-size: 20px;
  line-height: 1.2;
}

.club-hub-section-heading > button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  color: #16754a;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.club-hub-section-heading > button svg {
  width: 16px;
  height: 16px;
}

.club-hub-section-heading > span {
  color: #71877c;
  font-size: 13px;
}

.club-hub-overview-trips,
.club-hub-trip-grid,
.club-hub-member-grid {
  display: grid;
  gap: 8px;
}

.club-hub-trip-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #d4e2db;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.club-hub-trip-card:hover {
  border-color: #78ad92;
  box-shadow: 0 5px 14px rgba(24, 86, 56, 0.08);
}

.club-hub-trip-date {
  display: grid;
  place-items: center;
  height: 48px;
  color: #507165;
  border: 1px solid #d5e5dd;
  border-radius: 5px;
  background: #edf5f1;
  font-size: 10px;
  text-transform: uppercase;
}

.club-hub-trip-date b {
  font-size: 18px;
  line-height: 1;
}

.club-hub-trip-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.club-hub-trip-copy strong,
.club-hub-trip-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-hub-trip-copy small {
  color: #71867c;
}

.club-hub-trip-state {
  color: #667e72;
  font-size: 12px;
  font-weight: 700;
}

.club-hub-trip-state.is-current {
  padding: 4px 7px;
  color: #0a6b3d;
  border: 1px solid #9ccbb3;
  border-radius: 4px;
  background: #e3f3ea;
}

.club-hub-member-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.club-hub-member-stack a,
.club-hub-member-stack button,
.club-hub-member-stack img,
.club-hub-member-stack span {
  width: 46px;
  height: 46px;
}

.club-hub-member-stack a,
.club-hub-member-stack button,
.club-hub-member-stack span {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #bdd6c9;
  border-radius: 50%;
  color: #16754a;
  background: #edf5f1;
}

.club-hub-member-stack button {
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.club-hub-member-stack img {
  object-fit: cover;
}

.club-hub-muted {
  margin: 0;
  color: #71877c;
  line-height: 1.5;
}

.club-hub-route-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.club-hub-route-highlights article {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 9px;
  border: 1px solid #d4e2db;
  border-radius: 6px;
}

.club-hub-highlight-photo {
  display: grid;
  width: 112px;
  height: 84px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  color: #769186;
  background: #e4eee9;
  cursor: pointer;
}

.club-hub-highlight-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-hub-route-highlights article > div {
  display: grid;
  align-content: center;
  min-width: 0;
  gap: 4px;
}

.club-hub-route-highlights p,
.club-hub-route-highlights small {
  margin: 0;
  color: #71877c;
  font-size: 11px;
}

.club-hub-route-highlights a {
  color: #173126;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.club-hub-empty {
  display: grid;
  min-height: 120px;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #71877c;
  border: 1px dashed #c6d9cf;
  border-radius: 6px;
  background: #f8fbf9;
}

.club-hub-empty[hidden] {
  display: none;
}

.club-hub-empty svg {
  width: 26px;
  height: 26px;
}

.club-hub-empty p {
  margin: 0;
}

.club-hub-trip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.club-hub-trip-tile {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d2e1d9;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}

.club-hub-trip-tile:hover {
  border-color: #75ad90;
}

.club-hub-trip-tile-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 5px;
  color: #16754a;
  background: #e4f1ea;
}

.club-hub-trip-tile-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.club-hub-trip-tile-copy small,
.club-hub-trip-tile-copy span {
  color: #6c8378;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-hub-trip-tile-copy strong {
  overflow-wrap: anywhere;
}

.club-hub-trip-capacity {
  color: #16754a;
  font-size: 12px;
  font-weight: 800;
}

.club-hub-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(150px, auto)) auto;
  gap: 8px;
  margin-bottom: 14px;
}

.club-hub-tools--members {
  grid-template-columns: minmax(220px, 420px) minmax(0, 1fr);
}

.club-hub-review-tools {
  grid-template-columns: repeat(3, minmax(170px, 240px)) minmax(0, 1fr);
}

.club-hub-result-count {
  align-self: center;
  justify-self: end;
  color: #71877c;
  font-size: 13px;
  white-space: nowrap;
}

.club-hub-tools select,
.club-hub-search {
  height: 40px;
  border: 1px solid #c7dad0;
  border-radius: 5px;
  background: #fff;
}

.club-hub-tools select {
  min-width: 0;
  padding: 0 30px 0 10px;
  color: #334f42;
  font: inherit;
  font-size: 13px;
}

.club-hub-search {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 5px;
  padding-left: 10px;
}

.club-hub-search > svg {
  width: 17px;
  color: #71877c;
}

.club-hub-search input {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.club-hub-search button {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 0;
  color: #647c70;
  background: transparent;
  cursor: pointer;
}

.club-hub-search button svg {
  width: 16px;
}

.club-hub-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.club-hub-route-card {
  display: grid;
  grid-template-rows: 178px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d1e0d8;
  border-radius: 6px;
  background: #fff;
}

.club-hub-route-card:hover {
  border-color: #78ac91;
  box-shadow: 0 8px 18px rgba(20, 75, 48, 0.08);
}

.club-hub-route-media {
  position: relative;
  overflow: hidden;
  background: #e3ede8;
}

.club-hub-route-media > button,
.club-hub-route-media > span {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  place-items: center;
  border: 0;
  color: #769186;
  background: transparent;
}

.club-hub-route-media > button {
  cursor: pointer;
}

.club-hub-route-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-hub-route-media b {
  position: absolute;
  left: 9px;
  bottom: 9px;
  max-width: calc(100% - 18px);
  padding: 4px 7px;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
  background: rgba(12, 52, 33, 0.82);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-hub-route-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
}

.club-hub-route-card-title {
  color: #172b21;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.club-hub-route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #60796d;
  font-size: 12px;
}

.club-hub-route-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.club-hub-route-meta svg {
  width: 14px;
  height: 14px;
}

.club-hub-nearest-trip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 5px;
  color: #126d43;
  background: #eaf5ef;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.club-hub-nearest-trip svg {
  width: 17px;
  flex: 0 0 auto;
}

.club-hub-nearest-trip span {
  display: grid;
}

.club-hub-nearest-trip small {
  color: #668174;
  font-size: 10px;
  font-weight: 600;
}

.club-hub-no-trip {
  margin: 0;
  color: #7a8e84;
  font-size: 12px;
}

.club-hub-route-thumbs {
  display: flex;
  gap: 6px;
}

.club-hub-route-thumbs button {
  width: 54px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c5d9ce;
  border-radius: 4px;
  background: #edf4f0;
  cursor: pointer;
}

.club-hub-route-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-hub-member-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.club-hub-member-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #d1e1d8;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}

.club-hub-member-card:hover {
  border-color: #76ab8f;
  background: #f7fbf9;
}

.club-hub-member-card > img,
.club-hub-member-placeholder {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  object-fit: cover;
  border-radius: 50%;
  color: #668778;
  background: #e4eee9;
}

.club-hub-member-card > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.club-hub-member-card strong,
.club-hub-member-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-hub-member-card small {
  color: #6b8277;
}

.club-hub-member-card > svg {
  width: 17px;
  color: #7b9488;
}

.club-hub-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.club-hub-review-card {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #d1e1d8;
  border-radius: 6px;
  background: #fff;
}

.club-hub-review-card[hidden] {
  display: none;
}

.club-hub-review-card > header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.club-hub-review-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  object-fit: cover;
  border: 1px solid #c8dbd1;
  border-radius: 50%;
  color: #16754a;
  background: #e8f2ed;
}

.club-hub-review-avatar svg {
  width: 19px;
  height: 19px;
}

.club-hub-review-card > header > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.club-hub-review-card > header a {
  color: #173126;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.club-hub-review-card time {
  align-self: start;
  color: #71877c;
  font-size: 11px;
  white-space: nowrap;
}

.club-hub-review-stars {
  display: flex;
  gap: 1px;
}

.club-hub-review-stars b {
  color: #ced8d3;
  font-size: 14px;
  line-height: 1;
}

.club-hub-review-stars b.is-filled {
  color: #d99a00;
}

.club-hub-review-route {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 7px;
  padding: 8px 9px;
  border-radius: 5px;
  color: #176d46;
  background: #edf6f1;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.club-hub-review-route svg {
  width: 16px;
  height: 16px;
}

.club-hub-review-route span,
.club-hub-review-card > p {
  overflow-wrap: anywhere;
}

.club-hub-review-card > p {
  margin: 0;
  color: #334f42;
  line-height: 1.5;
  white-space: pre-wrap;
}

.club-hub-review-photos {
  display: flex;
  min-width: 0;
  gap: 6px;
  overflow-x: auto;
}

.club-hub-review-photos button,
.club-hub-review-photos img {
  width: 84px;
  height: 62px;
}

.club-hub-review-photos button {
  flex: 0 0 auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c6d9cf;
  border-radius: 5px;
  background: #edf4f0;
  cursor: pointer;
}

.club-hub-review-photos img {
  display: block;
  object-fit: cover;
}

.club-hub-review-card > footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.club-hub-modal[hidden] {
  display: none;
}

.club-hub-modal {
  position: fixed;
  z-index: 1500;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.club-hub-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(13, 30, 22, 0.55);
}

.club-hub-modal-panel {
  position: relative;
  display: grid;
  width: min(560px, 100%);
  gap: 16px;
  padding: 20px;
  border: 1px solid #c6dbd0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

.club-hub-modal-panel > div,
.club-hub-modal-panel footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.club-hub-modal-panel h2 {
  margin: 0;
  font-size: 20px;
}

.club-hub-modal-panel textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  border: 1px solid #bfd4c8;
  border-radius: 5px;
  padding: 11px;
  font: inherit;
  line-height: 1.45;
}

.club-hub-modal-panel footer {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .club-hub-header {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .club-hub-avatar-wrap,
  .club-hub-avatar {
    width: 108px;
    height: 108px;
  }

  .club-hub-actions {
    grid-column: 2;
    justify-content: flex-start;
  }

  .club-hub-stats {
    width: 100%;
    margin-left: 0;
  }

  .club-hub-overview {
    grid-template-columns: 1fr;
  }

  .club-hub-overview-side {
    padding: 0;
    border: 0;
  }

  .club-hub-route-highlights,
  .club-hub-route-grid,
  .club-hub-member-grid,
  .club-hub-review-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-hub-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-hub-result-count {
    display: none;
  }

  .club-hub-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .club-hub {
    padding: 8px;
  }

  .club-hub-body {
    padding: 16px 14px 24px;
  }

  .club-hub-header {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .club-hub-avatar-wrap,
  .club-hub-avatar {
    width: 84px;
    height: 84px;
  }

  .club-hub-title-row h1 {
    font-size: 26px;
  }

  .club-hub-description {
    grid-column: 1 / -1;
    font-size: 14px;
  }

  .club-hub-actions {
    grid-column: 1 / -1;
  }

  .club-hub-stats {
    margin-top: 16px;
  }

  .club-hub-stats > div {
    padding: 9px 7px;
  }

  .club-hub-stats dt {
    font-size: 9px;
  }

  .club-hub-stats dd {
    font-size: 18px;
  }

  .club-hub-tabs {
    justify-content: flex-start;
  }

  .club-hub-tabs button {
    min-width: 104px;
    padding: 0 10px;
  }

  .club-hub-trip-card {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .club-hub-trip-state {
    grid-column: 2;
  }

  .club-hub-route-highlights,
  .club-hub-route-grid,
  .club-hub-trip-grid,
  .club-hub-member-grid,
  .club-hub-review-list,
  .club-hub-tools {
    grid-template-columns: 1fr;
  }

  .club-hub-search {
    grid-column: auto;
  }

  .club-hub-route-highlights article {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .club-hub-highlight-photo {
    width: 92px;
    height: 72px;
  }

  .club-hub-route-card {
    grid-template-rows: 162px minmax(0, 1fr);
  }

  .club-hub-trip-tile {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .club-hub-trip-capacity {
    grid-column: 2;
  }
}
