/* CRC Coaches Poll — shared rankings & hub styles */

.nrcd-crc-poll .nrcd-crc-poll-intro {
  max-width: 42rem;
  color: var(--nrcd-text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.nrcd-crc-season-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.nrcd-crc-season-card {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background: var(--nrcd-surface);
  border: 1px solid var(--nrcd-border);
  border-radius: var(--nrcd-radius-lg);
  text-decoration: none !important;
  color: var(--nrcd-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
  height: 100%;
}

.nrcd-crc-season-card:hover {
  border-color: var(--nrcd-accent);
  box-shadow: var(--nrcd-shadow-md);
  transform: translateY(-2px);
  color: var(--nrcd-text);
}

.nrcd-crc-season-card--featured {
  border-color: var(--nrcd-blue);
  background: linear-gradient(145deg, #f0f8fc 0%, var(--nrcd-surface) 55%);
}

.nrcd-crc-season-card__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--nrcd-blue);
  margin-bottom: 0.5rem;
}

.nrcd-crc-season-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--nrcd-text);
}

.nrcd-crc-season-card__meta {
  font-size: 0.85rem;
  color: var(--nrcd-text-muted);
  margin: 0;
  flex-grow: 1;
}

.nrcd-crc-season-card__cta {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--nrcd-blue);
}

.nrcd-crc-archive {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--nrcd-border);
}

.nrcd-crc-archive h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nrcd-text-muted);
  margin-bottom: 0.75rem;
}

.nrcd-crc-archive-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.nrcd-crc-archive-links a {
  font-size: 0.9rem;
  font-weight: 500;
}

.nrcd-crc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--nrcd-border);
}

.nrcd-crc-links a {
  font-size: 0.9rem;
}

.nrcd-crc-poll-nav {
  margin-bottom: 1.25rem;
}

.nrcd-crc-poll-nav a {
  font-size: 0.875rem;
  font-weight: 500;
}

.nrcd-crc-poll-nav .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
}

.nrcd-crc-poll-page h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.nrcd-crc-poll-page main > p,
.nrcd-crc-poll-main > p {
  max-width: 44rem;
  line-height: 1.65;
  color: var(--nrcd-text);
  margin-bottom: 0.85rem;
}

.nrcd-crc-poll-footnote {
  font-size: 0.85rem !important;
  color: var(--nrcd-text-muted) !important;
  margin-top: -0.35rem !important;
}

.nrcd-crc-poll-page main > a,
.nrcd-crc-poll-main > a {
  display: block;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--nrcd-border);
  border-radius: var(--nrcd-radius);
  margin-bottom: 0.5rem;
  text-decoration: none !important;
  transition: border-color 0.15s ease, background 0.15s ease;
  max-width: 36rem;
}

.nrcd-crc-poll-page main > a:hover,
.nrcd-crc-poll-main > a:hover {
  border-color: var(--nrcd-blue);
  background: #f0f8fc;
}

.nrcd-crc-poll-page main > a > p,
.nrcd-crc-poll-main > a > p {
  margin: 0 !important;
  font-weight: 500;
  color: var(--nrcd-blue);
  font-size: 0.9rem;
}

.nrcd-crc-poll-page main table,
.nrcd-crc-poll-main table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
}

.nrcd-crc-poll-page main table th,
.nrcd-crc-poll-main table th {
  background: linear-gradient(180deg, var(--nrcd-blue-dark) 0%, var(--nrcd-blue) 100%);
  color: #fff;
  border-color: var(--nrcd-blue-dark);
  font-weight: 600;
  border: 1px solid var(--nrcd-blue-dark);
  padding: 0.5rem 0.65rem;
  text-align: center;
}

.nrcd-crc-poll-page main table td,
.nrcd-crc-poll-main table td {
  border: 1px solid var(--nrcd-border);
  padding: 0.5rem 0.65rem;
  text-align: center;
}

.nrcd-crc-poll-page .crc-poll-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
}

.nrcd-crc-poll-page .crc-poll-table th,
.nrcd-crc-poll-page .crc-poll-table td {
  border: 1px solid var(--nrcd-border);
  padding: 0.5rem 0.65rem;
  text-align: center;
}

.nrcd-crc-poll-page .crc-poll-table th {
  background: var(--nrcd-bg);
  font-weight: 600;
}

.nrcd-crc-poll-page .crc-rankings-table th:nth-child(1),
.nrcd-crc-poll-page .crc-rankings-table td:nth-child(1) { width: 8%; }
.nrcd-crc-poll-page .crc-rankings-table th:nth-child(2),
.nrcd-crc-poll-page .crc-rankings-table td:nth-child(2) { width: 50%; text-align: left; }
.nrcd-crc-poll-page .crc-rankings-table th:nth-child(3),
.nrcd-crc-poll-page .crc-rankings-table td:nth-child(3) { width: 12%; }
.nrcd-crc-poll-page .crc-rankings-table th:nth-child(4),
.nrcd-crc-poll-page .crc-rankings-table td:nth-child(4) { width: 15%; }
.nrcd-crc-poll-page .crc-rankings-table th:nth-child(5),
.nrcd-crc-poll-page .crc-rankings-table td:nth-child(5) { width: 15%; }

.nrcd-crc-poll-page .preseason-table th:nth-child(1),
.nrcd-crc-poll-page .preseason-table td:nth-child(1) { width: 10%; }
.nrcd-crc-poll-page .preseason-table th:nth-child(2),
.nrcd-crc-poll-page .preseason-table td:nth-child(2) { width: 70%; text-align: left; }
.nrcd-crc-poll-page .preseason-table th:nth-child(3),
.nrcd-crc-poll-page .preseason-table td:nth-child(3) { width: 20%; }

.week-selection-container {
  margin: 1.25rem 0;
  padding: 0.85rem 1rem;
  background: var(--nrcd-bg);
  border-radius: var(--nrcd-radius);
  border: 1px solid var(--nrcd-border);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.week-select-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--nrcd-text);
  margin: 0;
}

.week-dropdown {
  max-width: 240px;
  font-size: 0.9rem;
}

.nrcd-crc-poll-resources {
  margin-top: 1.5rem;
}

.nrcd-crc-poll-resources h3 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--nrcd-text-muted);
  margin: 1.25rem 0 0.5rem;
}

.nrcd-crc-poll-resources ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nrcd-crc-poll-resources li {
  margin-bottom: 0.35rem;
}

.nrcd-crc-poll-resources a {
  font-size: 0.9rem;
}

.nrcd-crc-blog-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.nrcd-crc-blog-post {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  align-items: stretch;
  padding: 0.85rem 1rem;
  background: var(--nrcd-surface);
  border: 1px solid var(--nrcd-border);
  border-radius: var(--nrcd-radius-lg);
  text-decoration: none !important;
  color: var(--nrcd-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nrcd-crc-blog-post:hover {
  border-color: var(--nrcd-accent);
  box-shadow: var(--nrcd-shadow-md);
  color: var(--nrcd-text);
}

.nrcd-crc-blog-post__thumb {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  min-height: 5.5rem;
  border-radius: var(--nrcd-radius, 0.5rem);
  background: var(--nrcd-border) center / cover no-repeat;
}

.nrcd-crc-blog-post__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.nrcd-crc-blog-post__date {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nrcd-text-muted);
}

.nrcd-crc-blog-post__title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.nrcd-crc-blog-post__subtitle {
  font-size: 0.9rem;
  color: var(--nrcd-text-muted);
  line-height: 1.45;
}

.nrcd-crc-blog-empty {
  margin: 0 0 1.5rem;
  color: var(--nrcd-text-muted);
}

.nrcd-crc-poll .crc-week-panel {
  margin: 1rem 0 1.25rem;
}

.nrcd-crc-poll .crc-week-panel h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.nrcd-crc-poll .athletes-of-week h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.nrcd-crc-poll .athletes-of-week p {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 576px) {
  .nrcd-crc-blog-post {
    flex-direction: column;
  }

  .nrcd-crc-blog-post__thumb {
    flex: none;
    width: 100%;
    min-height: 9rem;
  }
}
