@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 --rdg-table-leagues-select{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --rdg-table-leagues-select-class{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --rdg-table-leagues-select-bg{syntax:"<color>";inherits:true;initial-value:#f1f1f1}@property --rdg-table-leagues-button-bg{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --rdg-table-leagues-button{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-table-leagues-item-border{syntax:"<color>";inherits:true;initial-value:#ccc}@property --color-table-leagues-team{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-table-leagues-button{syntax:"<color>";inherits:true;initial-value:#56a213}.rdg-blocks .rdg-table-leagues{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-table-leagues .preview-thumbs{background-image:url(../images/rdg-table-leagues-template-preview.jpg)}.rdg-blocks .rdg-table-leagues .container.content{width:100%;display:flex;flex-direction:column;padding-left:20px;padding-right:20px}.rdg-blocks .rdg-table-leagues .container.content .title{width:100%;display:flex;text-align:center;align-items:center}.rdg-blocks .rdg-table-leagues .container.content .title h1,.rdg-blocks .rdg-table-leagues .container.content .title h2,.rdg-blocks .rdg-table-leagues .container.content .title h3,.rdg-blocks .rdg-table-leagues .container.content .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-table-leagues .container.content .title h1,.rdg-blocks .rdg-table-leagues .container.content .title h2,.rdg-blocks .rdg-table-leagues .container.content .title h3,.rdg-blocks .rdg-table-leagues .container.content .title span{font-size:var(--font-size-lg);line-height:var(--line-height-lg)}}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .title h1,.rdg-blocks .rdg-table-leagues .container.content .title h2,.rdg-blocks .rdg-table-leagues .container.content .title h3,.rdg-blocks .rdg-table-leagues .container.content .title span{font-size:var(--font-size-md);line-height:var(--line-height-md)}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .title h1,.rdg-blocks .rdg-table-leagues .container.content .title h2,.rdg-blocks .rdg-table-leagues .container.content .title h3,.rdg-blocks .rdg-table-leagues .container.content .title span{font-size:var(--font-size-sm);line-height:var(--line-height-sm)}}.rdg-blocks .rdg-table-leagues .container.content .table .filter{width:100%;display:flex;gap:1.5rem}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .filter{gap:1rem;flex-direction:column}}.rdg-blocks .rdg-table-leagues .container.content .table .filter .select{min-width:20rem;display:flex;position:relative;overflow:hidden;min-height:2rem;border-bottom:2px solid var(--rdg-table-leagues-select)}@media (max-width:992px){.rdg-blocks .rdg-table-leagues .container.content .table .filter .select{min-width:16rem}}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .filter .select{min-width:12rem}}.rdg-blocks .rdg-table-leagues .container.content .table .filter .select:after{font-family:Font Awesome\ 5 Free;content:"\f078";display:flex;position:absolute;align-items:center;justify-content:center;top:0;right:0;width:3rem;height:calc(100% - .8rem);color:var(--rdg-table-leagues-select);pointer-events:none;margin:.4rem}.rdg-blocks .rdg-table-leagues .container.content .table .filter .select select{border:0;outline:0;appearance:none;box-shadow:none;flex:1;padding:1rem;cursor:pointer;background-image:none;color:var(--rdg-table-leagues-select);background-color:var(--rdg-table-leagues-select-bg);text-align:center}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .filter .select select{padding:.5rem}}.rdg-blocks .rdg-table-leagues .container.content .table .filter .select select::-ms-expand{display:none}.rdg-blocks .rdg-table-leagues .container.content .table .filter .button{background-color:var(--rdg-table-leagues-button-bg);color:var(--rdg-table-leagues-button);padding:1rem 2.5rem}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .filter .button{padding:.5rem 1rem}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .filter .button{text-align:center}}.rdg-blocks .rdg-table-leagues .container.content .table .items{width:100%;display:flex;flex-direction:column}.rdg-blocks .rdg-table-leagues .container.content .table .items .item{width:100%;display:flex;flex-direction:row;border-bottom:1px solid var(--color-table-leagues-item-border);padding:.8rem 0}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item{flex-direction:column}}.rdg-blocks .rdg-table-leagues .container.content .table .items .item:last-of-type{border-bottom:none}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .date{width:15%;display:flex;align-items:center}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .date{flex-direction:column}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .date{width:100%;justify-content:center;flex-direction:row}}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .date .date{width:auto;margin-right:.5rem}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .date .type{width:auto}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .teams{width:30%;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .teams{width:25%;flex-direction:column}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .teams{width:100%;justify-content:center;flex-direction:row}}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .teams .team-home{color:var(--color-table-leagues-team)}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .teams .team-vs{margin:0 .5rem}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .teams .team-visitor{color:var(--color-table-leagues-team)}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results{width:35%;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results{width:25%;flex-direction:column}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results{width:100%;justify-content:center;flex-direction:row}}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results span{margin:0 1rem}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results span:first-of-type{margin-left:0}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results span:last-of-type{margin-right:0}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results span{margin:0}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results span{margin:0 .3rem}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results span:first-of-type{margin-left:0}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .results span:last-of-type{margin-right:0}}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .units{width:10%;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .units{width:15%}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .units{width:100%;justify-content:center;flex-direction:row}}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .status{width:10%;display:flex;justify-content:flex-end;align-items:center}@media (max-width:768px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .status{width:20%}}@media (max-width:576px){.rdg-blocks .rdg-table-leagues .container.content .table .items .item .status{width:100%;justify-content:center;flex-direction:row;padding-top:.5rem}}.rdg-blocks .rdg-table-leagues .container.content .table .items .item .status span{border-radius:.2rem;padding:.5rem 2rem;background-color:var(--color-table-leagues-button);color:var(--color-white)}.acf-block-preview .rdg-table-leagues{width:100%;left:0;right:0;margin-left:0;margin-right:0}