/* FairPlay Inplay-style layout — matches live fairplay2026.com/exchange_sports/inplay */
:root{
  --fp-orange:#F26C20;
  --fp-orange-dark:#e07f0a;
  --fp-black:#111111;
  --fp-black-2:#1a1a1a;
  --fp-green:#2fae4e;
  --fp-blue:#2f6fed;
  --fp-pink:#f36b8e;
  --fp-text:#222;
  --fp-muted:#6b6b6b;
  --fp-border:#e7e7e7;
}

*{box-sizing:border-box}

body.ip-body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f0f0f0;color:var(--fp-text);}

.ip-topbar{background:var(--fp-orange);height:8px;width:100%;}

/* Header */
.ip-header{background:var(--fp-black);padding:14px 24px;display:flex;align-items:center;gap:10px;}
.ip-header .ip-logo{display:flex;align-items:center;margin-right:10px;}
.ip-header .ip-logo img{height:40px;display:block;}
.ip-header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;}
.ip-icon-btn{width:38px;height:38px;border-radius:8px;background:var(--fp-orange);display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;flex:0 0 auto;font-size:15px;}
.ip-search{flex:1;max-width:none;display:flex;align-items:center;background:#fff;border-radius:24px;padding:10px 20px;gap:10px;margin-right:auto;}
.ip-search input{border:none;outline:none;flex:1;font-size:14px;background:transparent;}
.ip-search i{color:#999;}
.ip-login-btn{display:inline-block;background:var(--fp-orange);color:#fff;border:none;padding:10px 26px;border-radius:6px;font-weight:700;cursor:pointer;font-size:14px;white-space:nowrap;text-decoration:none;}
.ip-hamburger{display:none;width:36px;height:36px;border-radius:8px;background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer;flex:0 0 auto;align-items:center;justify-content:center;}
.ip-search-toggle{display:none;width:38px;height:38px;border-radius:8px;background:var(--fp-orange);color:#fff;border:none;cursor:pointer;flex:0 0 auto;font-size:15px;align-items:center;justify-content:center;}

/* Sidebar mobile slide-in */
.ip-sidebar-backdrop{display:none;}

/* Sports nav strip */
.ip-sportsnav{background:var(--fp-black-2);border-top:1px solid #2a2a2a;overflow-x:auto;white-space:nowrap;scrollbar-width:none;}
.ip-sportsnav::-webkit-scrollbar{display:none;}
.ip-sportsnav ul{list-style:none;margin:0;padding:0;display:inline-flex;}
.ip-sportsnav li{display:inline-flex;}
.ip-sportsnav a{display:flex;align-items:center;gap:6px;padding:12px 16px;color:#ccc;text-decoration:none;font-size:13px;font-weight:600;text-transform:uppercase;border-bottom:3px solid transparent;}
.ip-sportsnav a .dot{width:8px;height:8px;border-radius:50%;background:#e0392b;display:inline-block;}
.ip-sportsnav li.active a{color:var(--fp-orange);border-bottom-color:var(--fp-orange);background:rgba(242,108,32,.08);}
.ip-sportsnav a:hover{color:#fff;}
.ip-sportsnav a.new-tag{position:relative;}
.ip-sportsnav a.new-tag em{background:#e0392b;color:#fff;font-style:normal;font-size:9px;font-weight:800;border-radius:3px;padding:1px 5px;margin-left:2px;text-transform:uppercase;}

/* Layout shell */
.ip-shell{display:flex;align-items:flex-start;max-width:1600px;margin:0 auto;}

/* Sidebar */
.ip-sidebar{width:230px;flex:0 0 230px;background:#fff;border-right:1px solid var(--fp-border);min-height:600px;}
.ip-sidebar ul{list-style:none;margin:0;padding:0;}
.ip-sidebar li{border-bottom:1px solid #f2f2f2;}
.ip-sidebar a{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;color:#333;text-decoration:none;font-size:14px;font-weight:600;}
.ip-sidebar a:hover{background:#faf5ee;color:var(--fp-orange-dark);}
.ip-sidebar .name{display:flex;align-items:center;gap:10px;}
.ip-sidebar .name i{width:18px;height:18px;border-radius:50%;background:#e0392b;color:#fff;font-size:10px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
.ip-sidebar .right{display:flex;align-items:center;gap:8px;}
.ip-sidebar .count{background:var(--fp-orange);color:#fff;border-radius:10px;font-size:11px;font-weight:700;padding:2px 8px;min-width:20px;text-align:center;}
.ip-sidebar .chevron{font-size:10px;color:#bbb;transition:transform .2s ease;}
.ip-sidebar .count.zero{background:#bbb;}
.ip-sidebar li.open > a .chevron{transform:rotate(180deg);color:var(--fp-orange);}

/* Sidebar profile bar */
.ip-profile-bar{display:flex;align-items:center;justify-content:center;padding:10px 16px;background:#fff;border:2px solid var(--fp-orange);border-radius:20px;margin:10px 16px;}
.ip-profile-bar .avatar{display:none;}
.ip-profile-bar .name{font-weight:800;font-size:13px;letter-spacing:.3px;color:var(--fp-orange);}

/* Sidebar expandable tournament/match tree */
.ip-sidebar .sport-item > a{cursor:pointer;}
.ip-sidebar .tournaments{list-style:none;margin:0;padding:0;display:none;background:#faf9f7;}
.ip-sidebar li.open > .tournaments{display:block;}
.ip-sidebar .tournaments > li{border-bottom:1px solid #f0f0f0;}
.ip-sidebar .tournaments > li > a{padding:9px 16px 9px 30px;font-size:12.5px;font-weight:600;color:#555;}
.ip-sidebar .tournaments > li > a .chevron{font-size:9px;}
.ip-sidebar .tournaments > li.open > a{color:var(--fp-orange-dark);}
.ip-sidebar .matches{list-style:none;margin:0;padding:0;display:none;background:#fff;}
.ip-sidebar .tournaments > li.open > .matches{display:block;}
.ip-sidebar .matches li a{padding:8px 16px 8px 44px;font-size:12px;font-weight:500;color:#777;}
.ip-sidebar .matches li a:hover{color:var(--fp-orange-dark);}

/* Main content */
.ip-main{flex:1;min-width:0;padding:0 0 40px;}

/* Hero */
.ip-hero{position:relative;overflow:hidden;background:#1a0d05;line-height:0;}
.ip-hero img.ip-hero-bg{display:block;width:100%;height:auto;object-fit:cover;}

/* Game strip carousel */
.ip-gamestrip{display:flex;gap:0;overflow-x:auto;padding:0;background:#000;scrollbar-width:none;}
.ip-gamestrip::-webkit-scrollbar{display:none;}
.ip-gamestrip .card{flex:1 0 12.5%;aspect-ratio:190/150;overflow:hidden;position:relative;cursor:pointer;background:#000;}
.ip-gamestrip .card img{width:100%;height:100%;object-fit:cover;display:block;}

/* Section (odds table group) */
.ip-section{background:#fff;margin:10px 10px 0;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);}
.ip-section-head{background:var(--fp-orange);display:flex;align-items:center;justify-content:space-between;padding:10px 16px;color:#fff;}
.ip-section-head .title{display:flex;align-items:center;gap:8px;font-weight:800;font-size:15px;text-transform:uppercase;}
.ip-section-head .tabs{display:flex;gap:8px;}
.ip-section-head .tabs button{background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:14px;padding:4px 14px;font-size:12px;font-weight:700;cursor:pointer;}
.ip-section-head .odds-cols{display:flex;width:340px;justify-content:space-around;font-weight:800;font-size:13px;flex:0 0 auto;}

.ip-row{display:flex;align-items:center;border-bottom:1px solid #f0f0f0;padding:8px 16px;font-size:13px;}
.ip-row:hover{background:#fff7ee;}
.ip-row .star{color:#ccc;margin-right:10px;cursor:pointer;}
.ip-row .info{flex:1;min-width:0;display:block;color:inherit;text-decoration:none;}
.ip-row .datetime{color:#e0392b;font-weight:700;font-size:12px;}
.ip-row .match{font-weight:700;color:#222;margin-top:2px;}
.ip-row .league{color:var(--fp-muted);font-size:11px;margin-top:1px;}
.ip-row .badges{display:flex;align-items:center;gap:6px;margin:0 10px;flex:0 0 auto;}
.ip-row .badges .badge{font-size:10px;font-weight:800;color:#2fae4e;border:1px solid #2fae4e;border-radius:3px;padding:1px 4px;}
.ip-row .badges i{color:#2fae4e;}
.ip-row .odds{display:flex;width:340px;flex:0 0 auto;gap:4px;}
.ip-row .odds .cell{flex:1;text-align:center;border-radius:3px;padding:6px 2px;font-weight:700;font-size:13px;line-height:1.2;display:block;text-decoration:none;}
.ip-row .odds .cell .sub{display:block;font-size:10px;font-weight:500;opacity:.75;}
.ip-row .odds .cell.back{background:#bfe0f7;color:#0a4a75;}
.ip-row .odds .cell.lay{background:#f7c9d4;color:#7a1030;}
.ip-row .odds .cell.empty{background:#eee;color:#aaa;}
.ip-section-viewmore{text-align:right;padding:10px 16px;}
.ip-section-viewmore a{color:var(--fp-orange-dark);font-weight:700;font-size:13px;text-decoration:none;}

/* Live casino / live cards rows */
.ip-scroll-row{padding:16px;background:#111;}
.ip-scroll-row h3{color:#2fae4e;font-size:15px;font-weight:800;margin:0 0 12px;display:flex;align-items:center;gap:8px;}
.ip-scroll-row h3::before, .ip-scroll-row h3::after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,#2fae4e,transparent);}
.ip-scroll-row .track{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;}
.ip-scroll-row .track::-webkit-scrollbar{display:none;}
.ip-scroll-row .track .tile{flex:0 0 auto;width:190px;border-radius:8px;overflow:hidden;cursor:pointer;background:#222;position:relative;}
.ip-scroll-row .track .tile .thumb{width:100%;height:110px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px;font-weight:800;font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:.5px;background-size:cover;background-position:center;}
.ip-scroll-row .track .tile .thumb-img{width:100%;height:110px;object-fit:cover;display:block;}
.ip-scroll-row .track .tile .name{background:#000;color:#fff;text-align:center;padding:8px 4px;font-size:12px;font-weight:800;letter-spacing:.5px;}
.ip-scroll-row .view-more{text-align:right;margin-top:8px;}
.ip-scroll-row .view-more a{color:var(--fp-orange);font-size:12px;font-weight:700;text-decoration:none;}
.ip-grid-section .view-more{text-align:right;margin-top:8px;}
.ip-grid-section .view-more a{color:var(--fp-orange);font-size:12px;font-weight:700;text-decoration:none;}

/* Popular games grid */
.ip-grid-section{background:#111;padding:20px 16px;text-align:center;}
.ip-grid-section h3{color:#2fae4e;font-size:18px;font-weight:800;margin:0 0 16px;}
.ip-game-grid{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:130px;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;text-align:left;}
.ip-game-grid::-webkit-scrollbar{height:6px;}
.ip-game-grid::-webkit-scrollbar-thumb{background:var(--fp-orange);border-radius:4px;}
.ip-game-grid .tile{display:block;border-radius:8px;overflow:hidden;background:#222;cursor:pointer;}
.ip-game-grid .tile .thumb{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px;font-weight:800;font-size:11px;color:#fff;text-transform:uppercase;letter-spacing:.3px;}
.ip-game-grid .tile .thumb-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;}
.ip-game-grid .tile .name{background:#000;color:#fff;font-size:10px;font-weight:800;text-align:center;padding:6px 2px;}

/* Sports icon banner */
.ip-sports-banner{background:repeating-linear-gradient(45deg,var(--fp-orange),var(--fp-orange) 10px,#e8650f 10px,#e8650f 20px);padding:24px 20px;display:grid;grid-template-columns:repeat(6,1fr);gap:12px 4px;margin:10px;border-radius:4px;}
.ip-sports-banner .item{background:rgba(0,0,0,.75);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 8px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;}
.ip-sports-banner .icon-circle{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.08);border:2px solid var(--fp-orange);display:flex;align-items:center;justify-content:center;}
.ip-sports-banner .icon-circle i{font-size:18px;color:#fff;}

/* Bottom promo banners */
.ip-promo-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 10px 0;}
.ip-promo{border-radius:8px;padding:26px 30px;display:flex;align-items:center;gap:20px;color:#fff;text-decoration:none;}
.ip-promo.a{background:linear-gradient(120deg,#1a1a1a,#3a2410);}
.ip-promo.b{background:linear-gradient(120deg,#0d1e3a,#123a5c);}
.ip-promo .promo-icon{font-size:44px;color:var(--fp-orange);flex:0 0 auto;}
.ip-promo.b .promo-icon{color:#fff;}
.ip-promo .promo-text{flex:1;}
.ip-promo h4{margin:0 0 6px;font-size:17px;font-weight:800;}
.ip-promo .sub{font-size:12px;color:#ccc;margin-bottom:14px;letter-spacing:.3px;}
.ip-promo .btn-play{display:inline-block;background:var(--fp-orange);color:#fff;border:none;padding:10px 22px;border-radius:6px;font-weight:800;cursor:pointer;white-space:nowrap;}
.ip-promo-pills{display:flex;flex-wrap:wrap;gap:8px;}
.ip-promo .promo-pills{display:flex;flex-wrap:wrap;gap:8px;}
.ip-promo .pill{background:var(--fp-orange);color:#fff;font-size:11px;font-weight:800;padding:6px 14px;border-radius:14px;letter-spacing:.3px;}

/* Content pages: blogs/news/faqs */
.ip-content{padding:20px 16px 40px;max-width:1600px;margin:0 auto;}
.ip-content h1, .ip-content h2{color:#222;font-size:22px;font-weight:800;margin:0 0 16px;}
.ip-content h3{color:#222;font-size:17px;font-weight:800;margin:0 0 12px;}
.ip-content p{color:#555;font-size:14px;line-height:1.7;}
.ip-content .ip-card h1, .ip-content .ip-widget h3, .ip-content .ip-faq-item h1{color:#fff;}
.ip-content a{color:var(--fp-orange);}
.ip-breadcrumb{color:#999;font-size:12px;margin-bottom:14px;}
.ip-breadcrumb a{color:#999;text-decoration:none;}
.ip-breadcrumb a:hover{color:var(--fp-orange);}

.ip-seo-content h2{margin-top:28px;}
.ip-seo-content h3{margin-top:18px;}
.ip-table-wrap{overflow-x:auto;margin-bottom:16px;}
.ip-content table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;}
.ip-content table th, .ip-content table td{padding:10px 14px;text-align:left;border:1px solid #e5e5e5;color:#444;}
.ip-content table th{background:#f7f7f7;color:#222;font-weight:800;}
.ip-content table tr:nth-child(even) td{background:#fafafa;}
.ip-check-list{list-style:none;margin:0 0 16px;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 20px;}
.ip-check-list li{color:#555;font-size:14px;padding-left:22px;position:relative;}
.ip-check-list li::before{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900;color:var(--fp-orange);position:absolute;left:0;top:1px;font-size:12px;}

.ip-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;}
.ip-feature-card{background:#1a1a1a;border-radius:10px;padding:22px 20px;border-top:3px solid var(--fp-orange);transition:transform .2s ease,box-shadow .2s ease;}
.ip-feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.15);}
.ip-feature-card .icon{width:46px;height:46px;border-radius:10px;background:rgba(242,108,32,.12);color:var(--fp-orange);display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:14px;}
.ip-feature-card h3{color:#fff;font-size:15px;margin:0 0 8px;}
.ip-feature-card p{color:#aaa;font-size:13px;line-height:1.6;margin:0;}

.ip-tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;}
.ip-tag{display:inline-flex;align-items:center;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;color:#ccc;background:#1f1f1f;text-decoration:none;letter-spacing:.3px;}
.ip-tag:hover{background:#2a2a2a;color:#fff;}
.ip-tag.active{background:var(--fp-orange);color:#fff;}

.ip-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:20px;}
.ip-card{background:#1a1a1a;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;}
.ip-card .thumb{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:#222;}
.ip-card .body{padding:14px 16px;display:flex;flex-direction:column;gap:8px;flex:1;}
.ip-card .label{display:inline-flex;align-self:flex-start;background:var(--fp-orange);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;padding:3px 10px;border-radius:10px;letter-spacing:.3px;}
.ip-card .title a{color:#fff;font-size:15px;font-weight:700;text-decoration:none;line-height:1.4;}
.ip-card .title a:hover{color:var(--fp-orange);}
.ip-card .excerpt{color:#999;font-size:12.5px;line-height:1.6;flex:1;}
.ip-card .meta{color:#777;font-size:11px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.ip-card .meta i{color:#666;}
.ip-card .read-more{align-self:flex-start;background:var(--fp-orange);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;padding:8px 16px;border-radius:6px;text-decoration:none;margin-top:4px;}
.ip-card .read-more:hover{background:var(--fp-orange-dark);color:#fff;}

.ip-two-col{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start;}
.ip-widget{background:#1a1a1a;border-radius:8px;padding:16px;margin-bottom:16px;}
.ip-widget h3{border-bottom:1px solid #2a2a2a;padding-bottom:10px;margin-bottom:12px;font-size:14px;}
.ip-widget ul{list-style:none;margin:0;padding:0;}
.ip-widget li{padding:8px 0;border-bottom:1px solid #242424;font-size:12.5px;}
.ip-widget li:last-child{border-bottom:none;}
.ip-widget li a{color:#ccc;text-decoration:none;}
.ip-widget li a:hover{color:var(--fp-orange);}
.ip-widget .recent-item{display:flex;gap:10px;align-items:flex-start;}
.ip-widget .recent-item img{width:60px;height:44px;object-fit:cover;border-radius:4px;flex:0 0 auto;}
.ip-widget .recent-item .date{color:#777;font-size:11px;display:block;margin-top:2px;}
.ip-widget .cat-count{float:right;color:#666;}

.ip-article-body{color:#ccc;font-size:14px;line-height:1.8;}
.ip-article-body img{max-width:100%;border-radius:8px;}
.ip-article-hero{width:100%;max-height:420px;object-fit:cover;border-radius:8px;margin-bottom:16px;}
.ip-article-excerpt{background:#1a1a1a;border-left:3px solid var(--fp-orange);padding:14px 18px;border-radius:6px;color:#ddd;font-size:14px;margin-bottom:18px;}

.ip-pagination{margin-top:10px;color:#ccc;}
.ip-pagination .pagination{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:0;list-style:none;}
.ip-pagination .page-item{display:flex;}
.ip-pagination .page-item.disabled .page-link{opacity:.5;cursor:not-allowed;}
.ip-pagination .page-item.dots .page-link{background:transparent;border-color:transparent;}
.ip-pagination .page-link{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;color:#ccc;text-decoration:none;font-size:13px;line-height:1;}
.ip-pagination .page-item.active .page-link{background:var(--fp-orange);border-color:var(--fp-orange);color:#fff;}
.ip-pagination .page-link:hover{background:#2a2a2a;color:#fff;}

@media (max-width: 480px) {
  .ip-pagination .pagination{gap:4px;justify-content:center;}
  .ip-pagination .page-link{min-width:30px;height:30px;padding:0 6px;font-size:12px;}
}

.ip-faq-list{display:flex;flex-direction:column;gap:10px;}
.ip-faq-item{background:#1a1a1a;border-radius:8px;overflow:hidden;}
.ip-faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer;color:#fff;font-size:14px;font-weight:700;}
.ip-faq-item .arrow{color:var(--fp-orange);transition:transform .2s ease;flex:0 0 auto;}
.ip-faq-item.open .arrow{transform:rotate(180deg);}
.ip-faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;color:#aaa;font-size:13px;line-height:1.7;}
.ip-faq-item.open .ip-faq-a{max-height:400px;}
.ip-faq-a-inner{padding:0 18px 16px;}

/* Footer */
.ip-footer{background:var(--fp-black);color:#999;padding:30px 20px;font-size:12px;text-align:center;}
.ip-footer a{color:#ccc;}

@media (max-width: 1024px){
  .ip-hamburger{display:flex;}
  .ip-icon-btn{display:none;}
  .ip-sidebar{position:fixed;top:0;left:-280px;height:100%;z-index:1001;transition:left .25s ease;overflow-y:auto;box-shadow:2px 0 20px rgba(0,0,0,.3);}
  .ip-sidebar.open{left:0;}
  .ip-sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000;}
  .ip-sidebar-backdrop.open{display:block;}
  .ip-section-head .odds-cols{display:none;}
  .ip-row .odds{width:auto;flex:1;}
  .ip-promo-row{grid-template-columns:1fr;}
  .ip-two-col{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .ip-header{padding:10px 12px;gap:6px;}
  .ip-header .ip-logo{margin-right:0;min-width:0;flex-shrink:1;overflow:hidden;}
  .ip-header .ip-logo img{height:26px;max-width:100%;}
  .ip-hamburger{width:30px;height:30px;font-size:17px;flex-shrink:0;}
  .ip-search{display:none;}
  .ip-search-toggle{display:flex;width:32px;height:32px;font-size:13px;flex-shrink:0;}
  .ip-header.search-open{flex-wrap:wrap;}
  .ip-header.search-open .ip-search{display:flex;order:4;flex:0 0 100%;margin-top:8px;}
  .ip-header-actions{flex-shrink:0;margin-left:4px;}
  .ip-login-btn{padding:7px 12px;font-size:12px;}
  .ip-game-grid{grid-auto-columns:100px;}
  .ip-row .match{white-space:normal;}
  .ip-sportsnav a{padding:10px 12px;font-size:12px;}
}
