 #sf-widget.cd-tpl2 {
     width: 100%;
     margin: 0 auto;
     font-family: system-ui,-apple-system,"Segoe UI",sans-serif;
 }

 /* CONTENEDOR */

 .cd-side-block {
     background: #171717;
     border: 1px solid #2c2c2c;
     border-radius: 12px;
     padding: 12px;
     color: #fff;
 }

 /* TITULO */

 .cd-side-head {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 12px;
     font-size: 18px;
     font-weight: 800;
     text-transform: uppercase;
     letter-spacing: .04em;
     color: #e5e5e5;
 }

 /* GRID */

 .cd-fix {
     display: grid;
     grid-template-columns: repeat(3,minmax(0,1fr));
     gap: 10px;
 }

 /* TARJETAS */

 .cd-fix-item {
     min-width: 0;
     min-height: 180px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 16px;
     text-align: center;
     border-radius: 10px;
     border: 1px solid #3d465f;
     background: #23283d;
     box-sizing: border-box;
 }

     /* TARJETA OSCURA */

     .cd-fix-item:nth-child(even) {
         background: #252525;
         border-color: #444;
     }

 /* FASE */

 .cd-fix-meta {
     margin-bottom: 6px;
     line-height: 1.3;
 }

     .cd-fix-meta div:first-child {
         color: #9aa3b2;
         font-size: 14px;
         font-weight: 700;
         text-transform: uppercase;
     }

     .cd-fix-meta div:last-child {
         color: #9aa3b2;
         font-size: 13px;
     }

 /* EQUIPOS */

 .cd-fix-row {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 2px;
     margin: 10px 0;
 }

     .cd-fix-row .t {
         max-width: 100%;
         color: #fff;
         font-size: 18px;
         font-weight: 800;
         line-height: 1.2;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
     }

     .cd-fix-row .vs {
         color: #b8b8b8;
         font-size: 13px;
         font-weight: 400;
     }

 /* CIUDAD Y STATUS */

 .cd-fix-status,
 .cd-fix-place,
 .cd-fix-date {
     color: #8e8e8e;
     font-size: 14px;
 }

 .cd-fix-meta:last-child {
     color: #8e8e8e;
     font-size: 14px;
 }

 /* NAVEGACION */

 .cd-fix-nav {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     gap: 8px;
     margin-top: 12px;
 }

 .cd-fix-nav-btn {
     width: 26px;
     height: 26px;
     border-radius: 50%;
     border: 1px solid #555;
     background: #222;
     color: #fff;
     cursor: pointer;
 }

     .cd-fix-nav-btn:hover {
         background: #333;
     }

 .cd-fix-nav-page {
     color: #999;
     font-size: 12px;
 }

 #fixturePrev::before {
     content: "<";
     font-size: 18px;
 }

 #fixtureNext::before {
     content: ">";
     font-size: 18px;
 }

 #groupsPrev::before {
     content: "<";
     font-size: 18px;
 }

 #groupsNext::before {
     content: ">";
     font-size: 18px;
 }
 /* MOVIL */

 @media(max-width:600px) {

     .cd-fix {
         grid-template-columns: 1fr;
     }

     .cd-fix-item {
         min-height: 160px;
     }

     .cd-side-head {
         font-size: 15px;
     }

     .cd-fix-row .t {
         font-size: 20px;
     }
 }
 #sf-widget.cd-tpl2 {
     width: 100%;
     margin: 0 auto;
     font-family: system-ui,-apple-system,"Segoe UI",sans-serif;
 }

 .cd-side-block {
     background: #171717;
     border: 1px solid #2c2c2c;
     border-radius: 12px;
     padding: 12px;
     color: #fff;
 }

 .cd-side-head {
     margin-bottom: 12px;
     font-size: 18px;
     font-weight: 800;
     text-transform: uppercase;
     letter-spacing: .04em;
     color: #e5e5e5;
 }

 .cd-fix {
     display: grid;
     grid-template-columns: repeat(3,minmax(0,1fr));
     gap: 10px;
 }

 .cd-fix-item {
     min-height: 180px;
     padding: 16px;
     border-radius: 10px;
     border: 1px solid #3d465f;
     background: #23283d;
     box-sizing: border-box;
 }

     .cd-fix-item:nth-child(even) {
         background: #252525;
         border-color: #444;
     }

 .cd-fix-meta div:first-child {
     color: #9aa3b2;
     font-size: 16px;
     font-weight: 800;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: 12px;
 }

 .cd-group-list {
     list-style: none;
     margin: 0;
     padding: 0;
 }

     .cd-group-list li {
         display: flex;
         align-items: center;
         gap: 10px;
         color: #fff;
         font-size: 16px;
         font-weight: 600;
         padding: 5px 0;
     }

     .cd-group-list img {
         width: 24px;
         height: 24px;
         object-fit: contain;
         flex-shrink: 0;
     }

 .cd-fix-nav {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     gap: 8px;
     margin-top: 12px;
 }

 .cd-fix-nav-btn {
     width: 26px;
     height: 26px;
     border-radius: 50%;
     border: 1px solid #555;
     background: #222;
     color: #fff;
     cursor: pointer;
     font-size: 0;
     line-height: 1;
 }

     .cd-fix-nav-btn:disabled {
         opacity: .35;
         cursor: default;
     }

 .cd-fix-nav-page {
     color: #999;
     font-size: 12px;
 }

 #fixturePrev::before {
     content: "‹";
     font-size: 18px;
 }

 #fixtureNext::before {
     content: "›";
     font-size: 18px;
 }

 @media(max-width:600px) {
     .cd-fix {
         grid-template-columns: 1fr;
     }
 }
 /* ===== BLOQUE GRUPOS DIFERENTE ===== */

 .cd-groups-widget .cd-side-block {
     background: #f5f6fa;
     border: 1px solid #d9dde7;
     color: #111;
 }

 .cd-groups-widget .cd-side-head {
     color: #111;
     border-bottom: 2px solid #1f4fa3;
     padding-bottom: 8px;
 }

 .cd-groups-widget .cd-fix-item {
     background: #ffffff;
     border: 1px solid #d9dde7;
     color: #111;
     align-items: flex-start;
     text-align: left;
 }

     .cd-groups-widget .cd-fix-item:nth-child(even) {
         background: #ffffff;
         border-color: #d9dde7;
     }

 .cd-groups-widget .cd-fix-meta div:first-child {
     width: 100%;
     background: #1f4fa3;
     color: #fff;
     border-radius: 6px;
     padding: 8px 10px;
     text-align: center;
     font-size: 15px;
 }

 .cd-groups-widget .cd-group-list {
     width: 100%;
     min-width: 0;
 }

     .cd-groups-widget .cd-group-list li {
         color: #111;
         border-bottom: 1px solid #eef0f4;
         padding: 8px 0;
     }

         .cd-groups-widget .cd-group-list li:last-child {
             border-bottom: 0;
         }

 .cd-groups-widget .cd-fix-nav-btn {
     background: #fff;
     border-color: #cfd5e3;
     color: #1f4fa3;
 }

 .cd-groups-widget .cd-fix-nav-page {
     color: #555;
 }

 .cd-groups-widget #groupsPrev::before,
 .cd-groups-widget #groupsNext::before {
     color: #1f4fa3;
 }

 .cd-fix-nav-btn {
     position: relative !important;
     font-size: 0 !important;
     line-height: 1 !important;
     color: #1f4fa3 !important;
 }

     .cd-fix-nav-btn::before {
         display: flex !important;
         align-items: center !important;
         justify-content: center !important;
         width: 100% !important;
         height: 100% !important;
         font-size: 18px !important;
         line-height: 1 !important;
         color: inherit !important;
     }

 #fixturePrev::before,
 #groupsPrev::before {
     content: "<" !important;
 }

 #fixtureNext::before,
 #groupsNext::before {
     content: ">" !important;
 }