/*
 * Renfrewshire24 Sport — visual layer for JoomSport and sports pages.
 * Author: Renfrewshire24 Network
 * Version: 1.10.0
 */

body.rn-sport-zone{
  --rn-sport-ink:#0b1733;
  --rn-sport-navy:#08152f;
  --rn-sport-blue:#0878d1;
  --rn-sport-sky:#66c7f2;
  --rn-sport-red:#e32636;
  --rn-sport-gold:#ffc928;
  --rn-sport-green:#16a05d;
  --rn-sport-bg:#eef2f7;
  --rn-sport-card:#ffffff;
  --rn-sport-line:#d9e1eb;
  --rn-sport-muted:#617087;
  background:var(--rn-sport-bg);
  color:var(--rn-sport-ink);
}

body.rn-sport-zone .site-content,
body.rn-sport-zone #content,
body.rn-sport-zone .wrapper,
body.rn-sport-zone .main-content{
  background:transparent;
}

body.rn-sport-zone .rn-sport-shell{
  position:relative;
}

body.rn-sport-zone .rn-sport-shell::before{
  content:"RENFREWSHIRE24 SPORT";
  display:block;
  margin:0 0 18px;
  padding:10px 16px;
  background:linear-gradient(100deg,var(--rn-sport-navy),#123b75 65%,var(--rn-sport-blue));
  border-radius:10px;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  box-shadow:0 10px 24px rgba(8,21,47,.18);
}

body.rn-sport-zone .rn-sport-hero-title,
body.rn-sport-zone .rn-sport-shell > h1:first-child,
body.rn-sport-zone .rn-sport-shell .entry-title:first-child,
body.rn-sport-zone .rn-sport-shell .page-title:first-child{
  position:relative;
  overflow:hidden;
  margin:0 0 24px!important;
  padding:28px 30px!important;
  border:0!important;
  border-radius:16px;
  background:linear-gradient(120deg,var(--rn-sport-navy) 0%,#0d2c58 62%,var(--rn-sport-blue) 100%);
  color:#fff!important;
  font-size:clamp(28px,4vw,46px)!important;
  line-height:1.05!important;
  font-weight:850!important;
  letter-spacing:-.025em;
  box-shadow:0 18px 38px rgba(8,21,47,.20);
}

body.rn-sport-zone .rn-sport-hero-title::after,
body.rn-sport-zone .rn-sport-shell > h1:first-child::after,
body.rn-sport-zone .rn-sport-shell .entry-title:first-child::after,
body.rn-sport-zone .rn-sport-shell .page-title:first-child::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-78px;
  width:220px;
  height:220px;
  border:32px solid rgba(255,255,255,.08);
  border-radius:50%;
}

/* Buttons, tabs and filters */
body.rn-sport-zone .rn-sport-shell button,
body.rn-sport-zone .rn-sport-shell .btn,
body.rn-sport-zone .rn-sport-shell .button,
body.rn-sport-zone .rn-sport-shell input[type="submit"],
body.rn-sport-zone .rn-sport-shell a[class*="btn"]{
  min-height:40px;
  border:1px solid transparent!important;
  border-radius:9px!important;
  background:var(--rn-sport-navy)!important;
  color:#fff!important;
  font-weight:700!important;
  box-shadow:none!important;
  transition:transform .18s ease,background .18s ease;
}
body.rn-sport-zone .rn-sport-shell button:hover,
body.rn-sport-zone .rn-sport-shell .btn:hover,
body.rn-sport-zone .rn-sport-shell .button:hover,
body.rn-sport-zone .rn-sport-shell a[class*="btn"]:hover{
  background:var(--rn-sport-blue)!important;
  transform:translateY(-1px);
}
body.rn-sport-zone .rn-sport-shell select{
  min-height:42px;
  padding:7px 38px 7px 12px;
  border:1px solid var(--rn-sport-line)!important;
  border-radius:9px!important;
  background-color:#fff;
  color:var(--rn-sport-ink);
  font-weight:650;
}

body.rn-sport-zone .rn-sport-tabs,
body.rn-sport-zone .rn-sport-shell ul.nav-tabs,
body.rn-sport-zone .rn-sport-shell .nav-tabs,
body.rn-sport-zone .rn-sport-shell [role="tablist"]{
  display:flex!important;
  gap:7px;
  flex-wrap:wrap;
  margin:0 0 18px!important;
  padding:7px!important;
  border:1px solid var(--rn-sport-line)!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.rn-sport-zone .rn-sport-shell .nav-tabs > li,
body.rn-sport-zone .rn-sport-shell [role="tab"]{
  margin:0!important;
  border:0!important;
}
body.rn-sport-zone .rn-sport-shell .nav-tabs a,
body.rn-sport-zone .rn-sport-shell [role="tab"]{
  display:block;
  padding:10px 14px!important;
  border:0!important;
  border-radius:8px!important;
  color:var(--rn-sport-muted)!important;
  font-weight:750!important;
  text-decoration:none!important;
}
body.rn-sport-zone .rn-sport-shell .nav-tabs .active a,
body.rn-sport-zone .rn-sport-shell [role="tab"][aria-selected="true"],
body.rn-sport-zone .rn-sport-shell .nav-tabs a:hover{
  background:var(--rn-sport-navy)!important;
  color:#fff!important;
}

/* Panels */
body.rn-sport-zone .rn-sport-panel,
body.rn-sport-zone .rn-sport-shell .panel,
body.rn-sport-zone .rn-sport-shell .card,
body.rn-sport-zone .rn-sport-shell [class*="jsport-"][class*="block"],
body.rn-sport-zone .rn-sport-shell [class*="joomsport"][class*="block"]{
  border:1px solid var(--rn-sport-line)!important;
  border-radius:14px!important;
  background:var(--rn-sport-card)!important;
  box-shadow:0 10px 26px rgba(25,44,75,.07)!important;
}

/* Tables */
body.rn-sport-zone .rn-sport-table-wrap{
  width:100%;
  margin:14px 0 26px;
  overflow-x:auto;
  border:1px solid var(--rn-sport-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 28px rgba(25,44,75,.08);
  scrollbar-width:thin;
}
body.rn-sport-zone .rn-sport-table-wrap table{
  width:100%!important;
  min-width:720px;
  margin:0!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
  font-size:14px;
}
body.rn-sport-zone .rn-sport-table-wrap thead th,
body.rn-sport-zone .rn-sport-table-wrap tr:first-child th{
  padding:14px 12px!important;
  border:0!important;
  border-bottom:3px solid var(--rn-sport-blue)!important;
  background:var(--rn-sport-navy)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.035em;
  text-transform:uppercase;
  white-space:nowrap;
}
body.rn-sport-zone .rn-sport-table-wrap tbody td{
  padding:12px!important;
  border:0!important;
  border-bottom:1px solid var(--rn-sport-line)!important;
  background:#fff!important;
  color:var(--rn-sport-ink)!important;
  vertical-align:middle!important;
}
body.rn-sport-zone .rn-sport-table-wrap tbody tr:nth-child(even) td{background:#f7f9fc!important;}
body.rn-sport-zone .rn-sport-table-wrap tbody tr:hover td{background:#eaf5ff!important;}
body.rn-sport-zone .rn-sport-table-wrap tbody tr:last-child td{border-bottom:0!important;}
body.rn-sport-zone .rn-sport-table-wrap td:first-child,
body.rn-sport-zone .rn-sport-table-wrap th:first-child{
  border-left:5px solid transparent!important;
}
body.rn-sport-zone .rn-sport-table-wrap tbody tr:nth-child(-n+1) td:first-child{border-left-color:var(--rn-sport-green)!important;}
body.rn-sport-zone .rn-sport-table-wrap img{
  width:44px!important;
  height:44px!important;
  max-width:44px!important;
  object-fit:contain!important;
  padding:4px;
  border:1px solid #dfe5ed;
  border-radius:9px;
  background:#fff;
}
body.rn-sport-zone .rn-sport-table-wrap a{
  color:#075da5!important;
  font-weight:700;
  text-decoration:none!important;
}
body.rn-sport-zone .rn-sport-table-wrap a:hover{text-decoration:underline!important;}

/* Form squares */
body.rn-sport-zone .rn-form-w,
body.rn-sport-zone .rn-form-d,
body.rn-sport-zone .rn-form-l{
  display:inline-grid!important;
  place-items:center;
  width:24px!important;
  height:24px!important;
  margin:1px 2px!important;
  padding:0!important;
  border-radius:5px!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
}
body.rn-sport-zone .rn-form-w{background:var(--rn-sport-green)!important;}
body.rn-sport-zone .rn-form-d{background:var(--rn-sport-gold)!important;color:#352b00!important;}
body.rn-sport-zone .rn-form-l{background:var(--rn-sport-red)!important;}

/* Fixture/result list enhancement */
body.rn-sport-zone .rn-match-row{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(120px,1fr) 54px minmax(120px,1fr);
  align-items:center;
  gap:14px;
  min-height:72px;
  margin:0!important;
  padding:12px 16px!important;
  border:0!important;
  border-bottom:1px solid var(--rn-sport-line)!important;
  background:#fff!important;
}
body.rn-sport-zone .rn-match-row:hover{background:#f0f7ff!important;}
body.rn-sport-zone .rn-match-row img{
  width:46px!important;
  height:46px!important;
  object-fit:contain!important;
  border-radius:9px;
  background:#fff;
}
body.rn-sport-zone .rn-match-date{
  margin:20px 0 0!important;
  padding:9px 14px!important;
  border-radius:10px 10px 0 0;
  background:var(--rn-sport-navy)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* Headings */
body.rn-sport-zone .rn-sport-shell h2,
body.rn-sport-zone .rn-sport-shell h3{
  color:var(--rn-sport-ink);
  font-weight:850;
  letter-spacing:-.015em;
}
body.rn-sport-zone .rn-sport-shell h2{
  margin-top:28px;
  padding-left:13px;
  border-left:5px solid var(--rn-sport-blue);
}

@media (max-width:767px){
  body.rn-sport-zone .rn-sport-shell::before{border-radius:0;margin-left:-15px;margin-right:-15px;}
  body.rn-sport-zone .rn-sport-hero-title,
  body.rn-sport-zone .rn-sport-shell > h1:first-child,
  body.rn-sport-zone .rn-sport-shell .entry-title:first-child,
  body.rn-sport-zone .rn-sport-shell .page-title:first-child{
    margin-left:-15px!important;
    margin-right:-15px!important;
    padding:22px 18px!important;
    border-radius:0;
  }
  body.rn-sport-zone .rn-sport-table-wrap{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px);border-radius:10px;}
  body.rn-sport-zone .rn-sport-table-wrap table{min-width:650px;font-size:13px;}
  body.rn-sport-zone .rn-sport-table-wrap thead th,
  body.rn-sport-zone .rn-sport-table-wrap tbody td{padding:10px 8px!important;}
  body.rn-sport-zone .rn-sport-table-wrap img{width:36px!important;height:36px!important;max-width:36px!important;}
  body.rn-sport-zone .rn-match-row{grid-template-columns:1fr 42px 1fr;gap:7px;padding:10px 8px!important;font-size:13px;}
}

@media (prefers-reduced-motion:reduce){
  body.rn-sport-zone *{scroll-behavior:auto!important;transition:none!important;}
}
