@property --color-white{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-black{syntax:"<color>";inherits:true;initial-value:#111}@property --color-primary{syntax:"<color>";inherits:true;initial-value:#3a96e0}@property --color-primary-dark{syntax:"<color>";inherits:true;initial-value:#03467d}@property --color-primary-dark-light{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-gray{syntax:"<color>";inherits:true;initial-value:#f1f1f1}@property --color-dark-gray{syntax:"<color>";inherits:true;initial-value:#555}@property --color-gray-line{syntax:"<color>";inherits:true;initial-value:#ccc}@property --color-danger{syntax:"<color>";inherits:true;initial-value:#e11414}@property --color-danger-dark{syntax:"<color>";inherits:true;initial-value:#891010}@property --color-danger-light{syntax:"<color>";inherits:true;initial-value:#fc6363}@property --color-warning{syntax:"<color>";inherits:true;initial-value:#e69305}@property --color-warning-dark{syntax:"<color>";inherits:true;initial-value:#9f6809}@property --color-warning-light{syntax:"<color>";inherits:true;initial-value:#f5c776}@property --color-success{syntax:"<color>";inherits:true;initial-value:#00bc00}@property --color-success-dark{syntax:"<color>";inherits:true;initial-value:#244d0e}@property --color-success-light{syntax:"<color>";inherits:true;initial-value:#68f96e}@property --color-button-shadow{syntax:"<color>";inherits:true;initial-value:#517fc4}@property --color-next-game-name{syntax:"<color>";inherits:true;initial-value:#111}@property --color-next-game-score{syntax:"<color>";inherits:true;initial-value:#3a96e0}@property --color-next-game-date{syntax:"<color>";inherits:true;initial-value:#111}@property --color-next-game-hour{syntax:"<color>";inherits:true;initial-value:#111}@property --color-next-game-channel{syntax:"<color>";inherits:true;initial-value:#555}@property --color-next-game-cin{syntax:"<color>";inherits:true;initial-value:#111}@property --color-next-game-border{syntax:"<color>";inherits:true;initial-value:#ccc}@property --color-next-game-gray-line{syntax:"<color>";inherits:true;initial-value:#ccc}.rdg-blocks .rdg-next-game{width:calc(var(--vw, 1vw)*100);position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;max-width:99.55vw}.rdg-blocks .rdg-next-game .preview-thumbs{background-image:url(../images/rdg-next-game-template-preview.jpg)}.rdg-blocks .rdg-next-game .title{width:100%;display:flex;text-align:center;align-items:center}.rdg-blocks .rdg-next-game .title h1,.rdg-blocks .rdg-next-game .title h2,.rdg-blocks .rdg-next-game .title h3,.rdg-blocks .rdg-next-game .title span{margin:0;font-weight:var(--font-weight);font-size:var(--font-size);line-height:var(--line-height)}@media (max-width:992px){.rdg-blocks .rdg-next-game .title h1,.rdg-blocks .rdg-next-game .title h2,.rdg-blocks .rdg-next-game .title h3,.rdg-blocks .rdg-next-game .title span{font-size:var(--font-size-lg);line-height:var(--line-height-lg)}}@media (max-width:768px){.rdg-blocks .rdg-next-game .title h1,.rdg-blocks .rdg-next-game .title h2,.rdg-blocks .rdg-next-game .title h3,.rdg-blocks .rdg-next-game .title span{font-size:var(--font-size-md);line-height:var(--line-height-md)}}@media (max-width:576px){.rdg-blocks .rdg-next-game .title h1,.rdg-blocks .rdg-next-game .title h2,.rdg-blocks .rdg-next-game .title h3,.rdg-blocks .rdg-next-game .title span{font-size:var(--font-size-sm);line-height:var(--line-height-sm)}}.rdg-blocks .rdg-next-game .teams{display:flex;justify-content:space-evenly}@media (max-width:390px){.rdg-blocks .rdg-next-game .teams{flex-direction:column}}.rdg-blocks .rdg-next-game .teams .home-team{width:41%}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .home-team{width:100%}}@media (max-width:576px){.rdg-blocks .rdg-next-game .teams .home-team{padding-bottom:1rem}}.rdg-blocks .rdg-next-game .teams .home-team .home-group{width:100%;display:flex}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .home-team .home-group{flex-direction:column-reverse}}.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-details{width:70%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-details{width:60%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-details{width:100%;align-items:center}}.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-details p{margin:0}.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-details .details-city,.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-details .details-name{color:var(--color-next-game-name)}.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-details .details-score{color:var(--color-next-game-score)}.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-logo{width:30%;display:flex;align-items:center;justify-content:flex-start;padding:.5rem .5rem .5rem 1rem}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-logo{width:40%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-logo{width:100%;padding-bottom:1rem;justify-content:center}}.rdg-blocks .rdg-next-game .teams .home-team .home-group .home-logo img{max-height:7rem}.rdg-blocks .rdg-next-game .teams .home-team .home-stat{width:100%;display:flex;justify-content:center}.rdg-blocks .rdg-next-game .teams .home-team .home-stat .stat-details{width:70%}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .home-team .home-stat .stat-details{width:60%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .home-team .home-stat .stat-details{display:none}}.rdg-blocks .rdg-next-game .teams .home-team .home-stat .stat-logo{width:30%;display:flex;padding-left:1rem}.rdg-blocks .rdg-next-game .teams .home-team .home-stat .stat-logo span:first-of-type{margin-right:.5rem}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .home-team .home-stat .stat-logo{width:40%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .home-team .home-stat .stat-logo{width:100%;padding-left:0;justify-content:center}}.rdg-blocks .rdg-next-game .teams .date-hour{width:18%;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .date-hour{width:100%;padding:1rem 0}}@media (max-width:576px){.rdg-blocks .rdg-next-game .teams .date-hour{display:none}}@media (max-width:390px){.rdg-blocks .rdg-next-game .teams .date-hour{display:inherit;border-top:1px solid var(--color-next-game-border);border-bottom:1px solid var(--color-next-game-border)}}.rdg-blocks .rdg-next-game .teams .date-hour .date{color:var(--color-next-game-date)}.rdg-blocks .rdg-next-game .teams .date-hour .hour{color:var(--color-next-game-hour)}.rdg-blocks .rdg-next-game .teams .date-hour .channel{color:var(--color-next-game-channel)}.rdg-blocks .rdg-next-game .teams .visitor-team{width:41%}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .visitor-team{width:100%}}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group{width:100%;display:flex}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group{flex-direction:column}}@media (max-width:576px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group{padding-bottom:0;padding-top:.5rem}}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-logo{width:30%;display:flex;align-items:center;justify-content:flex-end;padding:.5rem 1rem .5rem .5rem}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-logo{width:40%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-logo{width:100%;padding-bottom:1rem;justify-content:center}}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-logo img{max-height:7rem}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-details{width:70%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-details{width:60%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-details{width:100%;align-items:center}}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-details p{margin:0}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-details .details-city,.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-details .details-name{color:var(--color-next-game-name)}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-group .visitor-details .details-score{color:var(--color-next-game-score)}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat{width:100%;display:flex;justify-content:center}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat .stat-logo{width:30%;display:flex;padding-right:1rem;justify-content:end}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat .stat-logo span:first-of-type{margin-right:.5rem}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat .stat-logo{width:40%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat .stat-logo{width:100%;padding-right:0;justify-content:center}}.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat .stat-details{width:70%}@media (max-width:992px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat .stat-details{width:60%}}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams .visitor-team .visitor-stat .stat-details{display:none}}.rdg-blocks .rdg-next-game .teams .color-success{color:var(--color-success)}.rdg-blocks .rdg-next-game .teams .color-warning{color:var(--color-warning)}.rdg-blocks .rdg-next-game .teams .color-danger{color:var(--color-danger)}.rdg-blocks .rdg-next-game .teams-date{display:none}@media (max-width:576px){.rdg-blocks .rdg-next-game .teams-date{display:flex;justify-content:space-evenly;flex-direction:column;border-top:1px solid var(--color-next-game-gray-line);border-bottom:1px solid var(--color-next-game-gray-line)}}@media (max-width:390px){.rdg-blocks .rdg-next-game .teams-date{display:none}}.rdg-blocks .rdg-next-game .teams-date .date-hour{width:18%;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}@media (max-width:768px){.rdg-blocks .rdg-next-game .teams-date .date-hour{width:100%;padding:1rem 0}}@media (max-width:390px){.rdg-blocks .rdg-next-game .teams-date .date-hour{border-top:1px solid var(--color-next-game-gray-line);border-bottom:1px solid var(--color-next-game-gray-line)}}.rdg-blocks .rdg-next-game .teams-date .date-hour .date{color:var(--color-next-game-date)}.rdg-blocks .rdg-next-game .teams-date .date-hour .hour{color:var(--color-next-game-hour)}.rdg-blocks .rdg-next-game .teams-date .date-hour .channel{color:var(--color-next-game-channel)}.rdg-blocks .rdg-next-game .cin{display:flex;justify-content:center;margin-top:.5rem;color:var(--color-next-game-cin)}@media (max-width:390px){.rdg-blocks .rdg-next-game .cin{padding-top:.5rem;border-top:1px solid var(--color-next-game-gray-line)}}.rdg-blocks .rdg-next-game .cin span:first-of-type,.rdg-blocks .rdg-next-game .cin span:last-of-type{margin-right:.5rem}.rdg-blocks .rdg-next-game .buttons{padding-top:1rem;display:flex;justify-content:center;gap:1rem}@media (max-width:350px){.rdg-blocks .rdg-next-game .buttons{flex-direction:column}}.rdg-blocks .rdg-next-game .buttons a{padding:.8rem 1.5rem;color:var(--color-white);border-radius:.4rem;min-width:10rem;text-align:center;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out,box-shadow .2s ease-in-out}.rdg-blocks .rdg-next-game .buttons a.link-info{background-color:var(--color-primary);border-top:3px solid var(--color-primary-dark-light)}.rdg-blocks .rdg-next-game .buttons a.link-info:hover{color:var(--color-primary-dark);border-top-color:var(--color-primary-dark)}.rdg-blocks .rdg-next-game .buttons a.link-success{border-top:3px solid var(--color-success-light);background-color:var(--color-success)}.rdg-blocks .rdg-next-game .buttons a.link-success:hover{color:var(--color-success-dark);border-top-color:var(--color-success-dark)}.rdg-blocks .rdg-next-game .buttons a.link-warning{border-top:3px solid var(--color-warning-light);background-color:var(--color-warning)}.rdg-blocks .rdg-next-game .buttons a.link-warning:hover{color:var(--color-warning-dark);border-top-color:var(--color-warning-dark)}.rdg-blocks .rdg-next-game .buttons a.link-danger{border-top:3px solid var(--color-danger-light);background-color:var(--color-danger)}.rdg-blocks .rdg-next-game .buttons a.link-danger:hover{color:var(--color-danger-dark);border-top-color:var(--color-danger-dark)}.rdg-blocks .rdg-next-game .buttons a.link-default{color:var(--color-primary);border:2px solid var(--color-primary);background-color:var(--color-gray)}.rdg-blocks .rdg-next-game .buttons a.link-default:hover{color:var(--color-primary-dark-light);border-color:var(--color-primary-dark-light)}@media (max-width:350px){.rdg-blocks .rdg-next-game .buttons a:last-of-type{margin-top:0}}.acf-block-preview .rdg-next-game{width:100%;left:0;right:0;margin-left:0;margin-right:0}