@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-table-title-bg{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-table-title-border{syntax:"<color>";inherits:true;initial-value:#3a96e0}@property --color-rdg-table-body-bg{syntax:"<color>";inherits:true;initial-value:#f1f1f1}@property --color-rdg-table-value{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-table-footer-bg{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-table-footer-border{syntax:"<color>";inherits:true;initial-value:#3a96e0}@property --color-rdg-table-top-border{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-rdg-table-header-bg{syntax:"<color>";inherits:true;initial-value:#0160ac}@property --color-rdg-table-header-border{syntax:"<color>";inherits:true;initial-value:#3a96e0}@property --color-rdg-table-header-body{syntax:"<color>";inherits:true;initial-value:#f1f1f1}.rdg-blocks .rdg-table{width:100%}.rdg-blocks .rdg-table .preview-thumbs{background-image:url(../images/rdg-table-template-preview.jpg)}.rdg-blocks .rdg-table .header{display:flex;flex-direction:column;justify-content:space-between;border-top-left-radius:1rem;border-top-right-radius:1rem;background-color:var(--color-rdg-table-title-bg);border-left-color:var(--color-rdg-table-title-border);border-bottom:.3rem solid;border-bottom-color:var(--color-rdg-table-title-border);border-right-color:var(--color-rdg-table-title-border);border-top-color:var(--color-rdg-table-title-border)}.rdg-blocks .rdg-table .header .title{width:100%;padding:.5rem;display:flex;align-items:center;justify-content:center}.rdg-blocks .rdg-table .header .title h1,.rdg-blocks .rdg-table .header .title h2,.rdg-blocks .rdg-table .header .title h3,.rdg-blocks .rdg-table .header .title span{margin-bottom:0}.rdg-blocks .rdg-table .body{padding:.5rem 1rem;background-color:var(--color-rdg-table-body-bg)}.rdg-blocks .rdg-table .body .tops .top{padding-bottom:.3rem;border-bottom:1px solid var(--color-rdg-table-top-border)}.rdg-blocks .rdg-table .body .tops .top:last-of-type{margin-bottom:0;border-bottom:none}.rdg-blocks .rdg-table .body .tops .top .separator{width:100%;display:flex;justify-content:space-between;padding:.3rem}.rdg-blocks .rdg-table .body .tops .top .separator .name,.rdg-blocks .rdg-table .body .tops .top .separator .value{display:flex;text-align:center;align-items:center;justify-content:center}.rdg-blocks .rdg-table .body .tops .top .separator .value{color:var(--color-rdg-table-value)}.rdg-blocks .rdg-table .footer{padding:.5rem;display:flex;align-items:center;justify-content:center;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:var(--color-rdg-table-footer-bg);border-color:var(--color-rdg-table-title-border);border-top:.3rem solid;border-top-color:var(--color-rdg-table-title-border)}.rdg-blocks .rdg-table .footer a{text-decoration:none;transition:all .4s;color:var(--color-white)}.rdg-blocks .rdg-table .footer a:hover{color:var(--color-primary)}.acf-block-preview .rdg-table{width:100%;left:0;right:0;margin-left:0;margin-right:0}.acf-block-preview .rdg-table .header{background-color:var(--color-rdg-table-header-bg);border-bottom:.3rem solid var(--color-rdg-table-header-border)}.acf-block-preview .rdg-table .header .title h1,.acf-block-preview .rdg-table .header .title h2,.acf-block-preview .rdg-table .header .title h3,.acf-block-preview .rdg-table .header .title span{color:inherit}.acf-block-preview .rdg-table .body{background-color:var(--color-rdg-table-header-body)}.acf-block-preview .rdg-table .footer{background-color:var(--color-rdg-table-footer-bg);border-top:.3rem solid var(--color-rdg-table-footer-border)}