/*
 * CricketWindies Who's Online page.
 *
 * This stylesheet is loaded only by the online.php template. The avatar cell
 * is a stable slot: registered users get their real avatar (.cw-online-
 * avatar-img) or colored initials (.cw-online-avatar-initials); guests and
 * bots keep the CricketWindies ball mark (.cw-online-avatar) since there's
 * no member identity to show for them.
 */

.cw-online-page {
  background: var(--paper, #faf8f5);
}

.cw-online-page #container > table.cw-online-table {
  width: min(1080px, calc(100% - 60px));
  margin: 28px auto 22px;
  table-layout: fixed;
  border: 1px solid var(--border, #e4ddd7);
  border-radius: 6px;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(21, 32, 51, .04);
  overflow: hidden;
}

.cw-online-page #container > table.cw-online-table td {
  border: 0;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:first-child > td {
  padding: 18px 22px;
  color: var(--ivory, #fff9f0);
  background: var(--maroon, #54102b);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .25px;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:first-child > td::after {
  content: "Live member presence";
  float: right;
  margin-top: 3px;
  color: rgba(255, 249, 240, .78);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: none;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:nth-child(2) > td {
  padding: 11px 16px;
  color: var(--muted, #5f6877);
  background: #f7f5f2;
  border-bottom: 1px solid var(--border, #e4ddd7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  line-height: 15px;
  text-transform: uppercase;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:nth-child(2) > td a {
  color: inherit;
  text-decoration: none;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:nth-child(2) > td a:hover {
  color: var(--blue-link, #07588c);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-online-page .cw-online-avatar-heading,
.cw-online-page .cw-online-avatar-cell {
  width: 86px;
  text-align: center;
}

.cw-online-page .cw-online-time {
  width: 180px;
  text-align: center;
}

.cw-online-page .cw-online-location {
  width: 42%;
}

.cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row > td {
  padding: 14px 16px;
  color: var(--muted, #5f6877);
  background: #fff;
  border-bottom: 1px solid var(--border, #e4ddd7);
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

.cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row:nth-child(odd) > td {
  background: #fffdfa;
}

.cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row:hover > td {
  background: #fff8ed;
}

.cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row:last-of-type > td {
  border-bottom: 0;
}

.cw-online-page .cw-online-member {
  color: var(--ink, #152033) !important;
  font-size: 16px !important;
  font-weight: 700;
}

.cw-online-page .cw-online-member a {
  color: var(--blue-link, #07588c);
  text-decoration: none;
}

.cw-online-page .cw-online-member a:hover {
  color: var(--maroon, #54102b);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-online-page .cw-online-time {
  color: var(--soft-muted, #747d89) !important;
  font-size: 13px !important;
}

.cw-online-page .cw-online-location {
  color: var(--muted, #5f6877) !important;
  overflow-wrap: anywhere;
}

.cw-online-page .cw-online-location a {
  color: var(--blue-link, #07588c);
  text-decoration: none;
}

.cw-online-page .cw-online-location a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-online-page .cw-online-avatar,
.cw-online-page .cw-online-avatar-img,
.cw-online-page .cw-online-avatar-initials {
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border: 2px solid var(--gold, #edc268);
  border-radius: 50%;
}

.cw-online-page .cw-online-avatar {
  color: var(--ivory, #fff9f0);
  background: var(--maroon, #54102b) url("brand/cricket-ball-light.svg") center / 27px no-repeat;
}

.cw-online-page .cw-online-avatar-img {
  background: var(--surface, #fff);
}

.cw-online-page .cw-online-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cw-online-page .cw-online-avatar-initials {
  color: var(--ivory, #fff9f0);
  font-size: 15px;
  font-weight: 700;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:last-child > td {
  padding: 13px 16px;
  color: var(--soft-muted, #747d89);
  background: #f7f5f2;
  border-top: 1px solid var(--border, #e4ddd7);
  font-size: 12px;
  line-height: 18px;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:last-child > td a {
  color: var(--blue-link, #07588c);
  text-decoration: none;
}

.cw-online-page #container > table.cw-online-table > tbody > tr:last-child > td a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-online-page .multipage {
  width: min(1080px, calc(100% - 60px));
  margin: 22px auto 0;
}

[data-theme="dark"] .cw-online-page #container > table.cw-online-table {
  background: #1c1712;
  border-color: #3d3226;
}

[data-theme="dark"] .cw-online-page #container > table.cw-online-table > tbody > tr:nth-child(2) > td {
  background: #241d16;
  border-color: #3d3226;
}

[data-theme="dark"] .cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row > td {
  background: #1c1712;
  border-color: #3d3226;
}

[data-theme="dark"] .cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row:nth-child(odd) > td {
  background: #201911;
}

[data-theme="dark"] .cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row:hover > td {
  background: #2a2115;
}

[data-theme="dark"] .cw-online-page #container > table.cw-online-table > tbody > tr:last-child > td {
  background: #241d16;
  border-color: #3d3226;
}

[data-theme="dark"] .cw-online-page .cw-online-avatar-img {
  background: #241d16;
}

@media (max-width: 700px) {
  .cw-online-page #container > table.cw-online-table {
    width: calc(100% - 28px);
    margin-top: 18px;
  }

  .cw-online-page #container > table.cw-online-table > tbody > tr:first-child > td {
    padding: 15px 13px;
    font-size: 17px;
    line-height: 21px;
  }

  .cw-online-page #container > table.cw-online-table > tbody > tr:first-child > td::after {
    display: none;
  }

  .cw-online-page #container > table.cw-online-table > tbody > tr:nth-child(2) > td {
    padding: 9px 10px;
    font-size: 10px;
    letter-spacing: .45px;
  }

  .cw-online-page .cw-online-avatar-heading,
  .cw-online-page .cw-online-avatar-cell {
    width: 58px;
  }

  .cw-online-page .cw-online-time {
    width: 118px;
  }

  .cw-online-page .cw-online-location {
    width: auto;
  }

  .cw-online-page #container > table.cw-online-table > tbody > tr.cw-online-row > td {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 17px;
  }

  .cw-online-page .cw-online-member {
    font-size: 14px !important;
  }

  .cw-online-page .cw-online-time {
    font-size: 11px !important;
  }

  .cw-online-page .cw-online-avatar,
  .cw-online-page .cw-online-avatar-img,
  .cw-online-page .cw-online-avatar-initials {
    width: 34px;
    height: 34px;
  }

  .cw-online-page .cw-online-avatar {
    background-size: 21px;
  }

  .cw-online-page .cw-online-avatar-initials {
    font-size: 12px;
  }

  .cw-online-page #container > table.cw-online-table > tbody > tr:last-child > td {
    padding: 11px 10px;
    font-size: 11px;
  }

  .cw-online-page .multipage {
    width: calc(100% - 28px);
    margin-top: 16px;
  }
}
