.pwgc-directory {
  color: #fff;
}

.pwgc-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.pwgc-card {
  background: #111827;
  border: 1px solid #243041;
  border-radius: 14px;
  padding: 18px;
  color: #fff;
}

.pwgc-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.pwgc-card p {
  margin-bottom: 10px;
}

.pwgc-form {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pwgc-form input,
.pwgc-form textarea,
.pwgc-form select {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  box-sizing: border-box;
}

.pwgc-form textarea {
  min-height: 120px;
  resize: vertical;
}

.pwgc-form button,
.pwgc-join-btn {
  background: #2563eb;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
}

.pwgc-form button:hover,
.pwgc-join-btn:hover {
  opacity: 0.92;
}

.pwgc-message {
  margin-top: 6px;
  font-weight: 600;
}

.pwgc-single-wrap {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px 40px;
    color: #fff;
}

.pwgc-single-hero {
    background: linear-gradient(135deg, #111827, #1f2937);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.pwgc-single-hero-inner {
    max-width: 850px;
}

.pwgc-single-badge {
    display: inline-block;
    background: #22c55e;
    color: #08110b;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.pwgc-single-title {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1.1;
}

.pwgc-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
    color: rgba(255,255,255,0.78);
    margin-bottom: 18px;
}

.pwgc-single-description {
    font-size: 16px;
    color: rgba(255,255,255,0.92);
    margin-bottom: 20px;
}

.pwgc-single-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pwgc-single-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.pwgc-panel {
    background: #111827;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.pwgc-panel h2,
.pwgc-panel h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

.pwgc-panel-content p:last-child {
    margin-bottom: 0;
}

.pwgc-activity-list,
.pwgc-member-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pwgc-activity-item,
.pwgc-member-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pwgc-activity-item:last-child,
.pwgc-member-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pwgc-activity-text {
    font-size: 15px;
    margin-bottom: 4px;
}

.pwgc-activity-time {
    font-size: 12px;
    color: rgba(255,255,255,0.58);
}

.pwgc-member-name {
    font-weight: 600;
}

.pwgc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.pwgc-btn-primary {
    background: #22c55e;
    color: #08110b;
}

.pwgc-btn-primary:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.pwgc-btn-secondary {
    background: #374151;
    color: #fff;
}

@media (max-width: 900px) {
    .pwgc-single-grid {
        grid-template-columns: 1fr;
    }

    .pwgc-single-title {
        font-size: 30px;
    }
}
.pwgc-directory-header {
    margin-bottom: 24px;
}

.pwgc-directory-subtitle {
    margin-top: 8px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.5;
}

.pwgc-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.pwgc-card-type {
    display: inline-block;
    background: #f59e0b;
    color: #111;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
}

.pwgc-card-badge-active {
    display: inline-block;
    background: rgba(34, 197, 94, 0.16);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.45);
    font-weight: 700;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    line-height: 1;
}

.pwgc-card-desc {
    min-height: 48px;
    color: rgba(255,255,255,0.88);
}

.pwgc-card-meta {
    margin: 14px 0 18px;
}

.pwgc-card-meta p {
    margin: 6px 0;
    color: rgba(255,255,255,0.82);
}

.pwgc-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.pwgc-clan-card {
    border: 1px solid rgba(245, 158, 11, 0.18);
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}

.pwgc-clan-card:hover {
    border-color: rgba(245, 158, 11, 0.32);
}

.pwgc-group-badge {
    background: #22c55e;
    color: #08110b;
}

.pwgc-clan-badge {
    background: #f59e0b;
    color: #111;
}

.pwgc-clan-highlight {
    margin-top: 10px;
    padding: 10px 14px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.92);
}

.pwgc-btn-secondary:hover {
    opacity: 0.92;
}

.pwgc-leave-btn {
    background: #7f1d1d;
    color: #fff;
}

.pwgc-leave-btn:hover {
    opacity: 0.92;
}

@media (max-width: 640px) {
    .pwgc-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .pwgc-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pwgc-card-actions .pwgc-btn,
    .pwgc-card-actions .pwgc-join-btn,
    .pwgc-card-actions .pwgc-leave-btn {
        width: 100%;
    }
}
.pwgc-single-banner {
    height: 170px;
    border-radius: 18px;
    margin-bottom: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pwgc-single-banner-default {
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.20), rgba(17, 24, 39, 0.35)),
        linear-gradient(135deg, #1f2937, #111827);
}

.pwgc-single-hero-clan .pwgc-single-banner-default {
    background:
        linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(17, 24, 39, 0.35)),
        linear-gradient(135deg, #1f2937, #111827);
}

.pwgc-single-identity {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 18px;
}

.pwgc-single-avatar-wrap {
    flex-shrink: 0;
}

.pwgc-single-avatar {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(255,255,255,0.12);
    background: #0f172a;
}

.pwgc-single-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.pwgc-single-hero-clan .pwgc-single-avatar-fallback {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #111;
}

.pwgc-single-heading {
    flex: 1;
}

.pwgc-single-tagline {
    margin: 4px 0 14px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(255,255,255,0.92);
}

.pwgc-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.pwgc-single-tag {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.88);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.pwgc-rules-block {
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.pwgc-single-hero-clan {
    border-color: rgba(245, 158, 11, 0.18);
}

.pwgc-single-hero-group {
    border-color: rgba(34, 197, 94, 0.18);
}

@media (max-width: 900px) {
    .pwgc-single-identity {
        flex-direction: column;
        align-items: flex-start;
    }

    .pwgc-single-avatar {
        width: 78px;
        height: 78px;
    }
}

.pwgc-single-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 800;
    color: #111;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.pwgc-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.pwgc-single-tag {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.pwgc-panel h2 {
    font-size: 22px;
}

.pwgc-panel-content p strong {
    color: #f59e0b;
}
#pwgc-edit-profile-form label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.92);
}

#pwgc-edit-profile-form input,
#pwgc-edit-profile-form textarea {
    background: #0f172a;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
}

#pwgc-edit-profile-form input::placeholder,
#pwgc-edit-profile-form textarea::placeholder {
    color: rgba(255,255,255,0.45);
}

.pwgc-media-actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pwgc-image-preview img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    display: block;
    margin-top: 10px;
}

.pwgc-banner-preview img {
    width: 100%;
    max-width: 420px;
    height: 140px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    display: block;
    margin-top: 10px;
}
.pwgc-member-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pwgc-member-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.pwgc-member-avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.pwgc-member-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.pwgc-member-link:hover {
  opacity: 0.8;
}

.pwgc-member-name {
  font-weight: 500;
}
.pwgc-card-logo-wrap {
  width: 64px;
  height: 64px;
  margin: 12px 0 14px;
}

.pwgc-card-logo,
.pwgc-card-logo-fallback {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.pwgc-card-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  background: #16233f;
  color: #fff;
}

.pwgc-card-membership {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.pwgc-card-membership-joined {
  color: #29d16a;
}
.pwgc-card-logo-wrap {
  width: 64px;
  height: 64px;
  margin: 12px 0 14px;
}

.pwgc-card-logo,
.pwgc-card-logo-fallback {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.pwgc-card-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  background: #16233f;
  color: #fff;
}
.pwgc-communities-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.pwgc-communities-header {
  text-align: center;
  margin-bottom: 40px;
}

.pwgc-communities-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.pwgc-communities-section {
  margin-top: 40px;
}

.pwgc-section-header h2 {
  margin-bottom: 5px;
}
.pwgc-communities-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.pwgc-communities-header {
  text-align: center;
  margin-bottom: 28px;
}

.pwgc-communities-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.pwgc-community-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.pwgc-filter-btn {
  border: 1px solid rgba(255,255,255,0.15);
  background: #101726;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.pwgc-filter-btn.active {
  background: #29d16a;
  color: #000;
}

.pwgc-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pwgc-card-badge-active {
  background: #29d16a;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

.pwgc-card-logo-wrap {
  width: 64px;
  height: 64px;
  margin: 12px 0 14px;
}

.pwgc-card-logo,
.pwgc-card-logo-fallback {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.pwgc-card-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  background: #16233f;
  color: #fff;
}
.pwgc-communities-tools {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.pwgc-communities-search {
  width: 100%;
  max-width: 460px;
}

.pwgc-community-search-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: #101726;
  color: #fff;
  outline: none;
  font-size: 15px;
}

.pwgc-community-search-input::placeholder {
  color: rgba(255,255,255,0.55);
}

.pwgc-community-search-input:focus {
  border-color: #29d16a;
  box-shadow: 0 0 0 2px rgba(41, 209, 106, 0.15);
}
.pwgc-communities-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px 40px;
}

.pwgc-communities-header {
  text-align: center;
  margin-bottom: 22px;
}

.pwgc-communities-header h1 {
  font-size: 48px;
  line-height: 1.05;
  margin-bottom: 10px;
}

.pwgc-communities-header p {
  font-size: 18px;
  color: #4a4a4a;
  max-width: 760px;
  margin: 0 auto;
}

.pwgc-communities-tools {
  max-width: 760px;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.pwgc-communities-search-wrap {
  width: 100%;
  position: relative;
}

.pwgc-communities-search-wrap::before {
  content: "⌕";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #8da0c7;
  pointer-events: none;
}

.pwgc-community-search-input {
  width: 100%;
  height: 54px;
  padding: 0 18px 0 46px;
  border-radius: 18px;
  border: 1px solid rgba(8, 18, 45, 0.12);
  background: linear-gradient(180deg, #0d1836 0%, #09142d 100%);
  color: #fff;
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(6, 14, 35, 0.12);
  outline: none;
}

.pwgc-community-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.pwgc-community-search-input:focus {
  border-color: #29d16a;
  box-shadow: 0 0 0 3px rgba(41, 209, 106, 0.16), 0 10px 24px rgba(6, 14, 35, 0.12);
}

.pwgc-community-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pwgc-filter-btn {
  border: 1px solid rgba(10, 22, 54, 0.14);
  background: #081630;
  color: #fff;
  padding: 11px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
}

.pwgc-filter-btn:hover {
  transform: translateY(-1px);
}

.pwgc-filter-btn.active {
  background: #29d16a;
  color: #04111f;
}
/* GROUP (keep your current yellow look) */
.pwgc-card-type-group {
  background: #f5a623;
  color: #000;
}

/* CLAN (new red style) */
.pwgc-card-type-clan {
  background: #ff4d4f;
  color: #fff;
}
.pwgc-card-type-clan {
  background: linear-gradient(135deg, #ff4d4f, #b71c1c);
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 77, 79, 0.4);
}
.pwgc-card-members-preview {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.pwgc-member-avatars {
  display: flex;
}

.pwgc-member-avatar-sm {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0b162f;
  margin-left: -8px;
}

.pwgc-member-avatar-sm:first-child {
  margin-left: 0;
}

.pwgc-member-more {
  font-size: 13px;
  color: #9fb3d9;
  font-weight: 600;
}
.pwgc-member-item {
  list-style: none;
}

.pwgc-member-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
}

.pwgc-member-link:hover {
  opacity: 0.85;
}

.pwgc-member-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.pwgc-member-avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.pwgc-member-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pwgc-member-name {
  font-weight: 600;
}

.pwgc-member-role {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.pwgc-member-role-owner {
  background: #f5a623;
  color: #000;
}

.pwgc-member-role-member {
  background: rgba(255,255,255,0.1);
  color: #cfd8ea;
}
.pwgc-community-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.pwgc-community-sort select {
  padding: 10px 14px;
  border-radius: 12px;
  background: #0b162f;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  font-weight: 600;
  cursor: pointer;
}
.pwgc-sportsiq-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.pwgc-siq-stat-card {
  background: #1a1a1a;
  border: 1px solid #2e2e2e;
  border-radius: 14px;
  padding: 14px;
}

.pwgc-siq-label {
  display: block;
  font-size: 13px;
  color: #bbb;
  margin-bottom: 6px;
}

.pwgc-siq-value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ff4747;
}

.pwgc-siq-name {
  font-size: 20px;
}

.pwgc-sportsiq-history {
  margin-top: 18px;
}

.pwgc-siq-history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}

.pwgc-siq-history-card {
  background: #1a1a1a;
  border: 1px solid #2e2e2e;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
}

.pwgc-siq-history-week {
  display: block;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 8px;
}

.pwgc-siq-history-score {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ff4747;
}
.pwgc-sportsiq-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.pwgc-siq-stat-card {
  background: #1a1a1a;
  border: 1px solid #2e2e2e;
  border-radius: 14px;
  padding: 14px;
}

.pwgc-siq-label {
  display: block;
  font-size: 13px;
  color: #bbb;
  margin-bottom: 6px;
}

.pwgc-siq-value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ff4747;
}

.pwgc-siq-name {
  font-size: 20px;
}

.pwgc-sportsiq-history {
  margin-top: 18px;
}

.pwgc-siq-history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}

.pwgc-siq-history-card {
  background: #1a1a1a;
  border: 1px solid #2e2e2e;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
}

.pwgc-siq-history-week {
  display: block;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 8px;
}

.pwgc-siq-history-score {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ff4747;
}
.pwgc-matchup-scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.pwgc-matchup-team h3 {
  margin-bottom: 10px;
}

.pwgc-matchup-score {
  font-size: 42px;
  font-weight: 800;
  color: #ff4747;
}

.pwgc-matchup-vs {
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
}

.pwgc-matchup-table {
  width: 100%;
  border-collapse: collapse;
}

.pwgc-matchup-table th,
.pwgc-matchup-table td {
  border-bottom: 1px solid #2e2e2e;
  padding: 12px;
  text-align: left;
}

.pwgc-matchup-table th {
  font-weight: 700;
}
.pwgc-matchup-scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.pwgc-matchup-team h3 {
  margin-bottom: 10px;
}

.pwgc-matchup-team h3 a {
  text-decoration: none;
}

.pwgc-matchup-score {
  font-size: 42px;
  font-weight: 800;
  color: #ff4747;
}

.pwgc-matchup-vs {
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
}

.pwgc-matchup-table {
  width: 100%;
  border-collapse: collapse;
}

.pwgc-matchup-table th,
.pwgc-matchup-table td {
  border-bottom: 1px solid #2e2e2e;
  padding: 12px;
  text-align: left;
}

.pwgc-matchup-table th {
  font-weight: 700;
}
.pwgc-matchup-team-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.pwgc-matchup-logo {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  object-fit: cover;
  margin-bottom: 12px;
  border: 2px solid #2e2e2e;
  background: #111;
}

.pwgc-matchup-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  background: #1a1a1a;
}

.pwgc-matchup-contributors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pwgc-matchup-contributor-side h3 {
  margin-bottom: 12px;
}

.pwgc-matchup-contributor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pwgc-matchup-contributor-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  background: #1a1a1a;
  margin-bottom: 10px;
}

.pwgc-matchup-contributor-name {
  font-weight: 600;
}

.pwgc-matchup-contributor-score {
  font-weight: 700;
  color: #ff4747;
}
