@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-rdg-previews-and-predictions-column-bg{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-rdg-previews-and-predictions-header{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-previews-and-predictions-list{syntax:"<color>";inherits:true;initial-value:#f1f1f1}@property --color-rdg-previews-and-predictions-list-team{syntax:"<color>";inherits:true;initial-value:#111}@property --color-rdg-previews-and-predictions-versus{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-previews-and-predictions-footer-btn{syntax:"<color>";inherits:true;initial-value:#013b6b}@property --color-rdg-previews-and-predictions-footer-btn-bg{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-previews-and-predictions-btn{syntax:"<color>";inherits:true;initial-value:#fff}.rdg-blocks .rdg-previews-and-predictions .preview-thumbs{background-image:url(../images/rdg-previews-and-predictions-template-preview.jpg)}.rdg-blocks .rdg-previews-and-predictions .container.content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.rdg-blocks .rdg-previews-and-predictions .container.content .column{padding:1.25rem .625rem;border-radius:.8rem;background-color:var(--color-rdg-previews-and-predictions-column-bg);width:25rem;height:535.38px}@media (max-width:450px){.rdg-blocks .rdg-previews-and-predictions .container.content .column{width:18.75rem;min-width:0;height:auto}}@media (max-width:860px){.rdg-blocks .rdg-previews-and-predictions .container.content .column{height:auto}}.rdg-blocks .rdg-previews-and-predictions .container.content .column .header{text-align:center;color:var(--color-rdg-previews-and-predictions-header)}.rdg-blocks .rdg-previews-and-predictions .container.content .column .main{padding:1.25rem .313rem;text-align:center}.rdg-blocks .rdg-previews-and-predictions .container.content .column .list{border-bottom:.063rem solid var(--color-rdg-previews-and-predictions-list);padding:.063rem .625rem;text-align:center;margin-bottom:.75rem;display:flex;justify-content:center}.rdg-blocks .rdg-previews-and-predictions .container.content .column .list:last-child{border-bottom:none;margin-bottom:0}.rdg-blocks .rdg-previews-and-predictions .container.content .column .list .first-team-name,.rdg-blocks .rdg-previews-and-predictions .container.content .column .list .second-team-name{color:var(--color-rdg-previews-and-predictions-list-team);min-width:max-content;display:flex;width:50%}@media (max-width:450px){.rdg-blocks .rdg-previews-and-predictions .container.content .column .list .first-team-name,.rdg-blocks .rdg-previews-and-predictions .container.content .column .list .second-team-name{min-width:auto}}.rdg-blocks .rdg-previews-and-predictions .container.content .column .list .first-team-name{justify-content:flex-end}.rdg-blocks .rdg-previews-and-predictions .container.content .column .list .second-team-name{justify-content:flex-start}.rdg-blocks .rdg-previews-and-predictions .container.content .column .list .versus{color:var(--color-rdg-previews-and-predictions-versus);margin:0 .3125rem;display:flex;justify-content:center;width:10%}.rdg-blocks .rdg-previews-and-predictions .container.content .column .footer{display:flex;justify-content:center;gap:.625rem}.rdg-blocks .rdg-previews-and-predictions .container.content .column .footer .btn{background-color:var(--color-rdg-previews-and-predictions-footer-btn-bg);color:var(--color-rdg-previews-and-predictions-btn);padding:.625rem;min-width:7.313rem;text-align:center;border-radius:.3125rem;transition:.3s ease-in}.rdg-blocks .rdg-previews-and-predictions .container.content .column .footer .btn:hover{background-color:var(--color-rdg-previews-and-predictions-footer-btn)}