.styled-data-table-module{background-color:var(--clr-bg-body,#fff);border:1px solid var(--clr-grey-300,#d4d4d4);border-radius:var(--border-radius-lg,1rem);box-shadow:var(--box-shadow-default,rgba(0,0,0,.1) 0 4px 40px 0);color:var(--clr-text-base,#3b3b3b);font-family:var(--font-family-body,"Open Sans",sans-serif);margin-bottom:var(--s-8,2rem);overflow:hidden}.styled-data-table-module__table{border-collapse:collapse;margin-bottom:0;width:100%}.styled-data-table-module__table td,.styled-data-table-module__table th{border-bottom:1px solid var(--clr-grey-200,#e5e5e5);padding:var(--s-5,1.25rem) var(--s-6,1.5rem);text-align:left;vertical-align:middle}.styled-data-table-module__table tr:last-child td,.styled-data-table-module__table tr:last-child th{border-bottom:none}.styled-data-table-module__table thead tr{background-color:var(--clr-green-500,#4a9462);color:var(--clr-white,#fff)}.styled-data-table-module__table thead th{background-color:transparent;border-bottom:1px solid var(--clr-green-700,#346f44);color:var(--clr-white,#fff);font-size:var(--fs-s1,1.35rem);font-weight:var(--fw-bold,700)}.styled-data-table-module__table tbody td:first-child{color:var(--clr-text-heading,#1f1f1f);font-weight:var(--fw-bold,700);min-width:200px}.styled-data-table-module__table tbody tr:nth-child(odd){background-color:var(--clr-bg-body,#fff)}.styled-data-table-module__table tbody tr:nth-child(2n){background-color:var(--clr-bg-alt,#f5f5f5)}@media (max-width:768px){.styled-data-table-module__table thead{display:none}.styled-data-table-module__table tr{border:1px solid var(--clr-border,#d4d4d4);border-radius:var(--border-radius-sm,.25rem);box-shadow:var(--box-shadow-faint,rgb(0 0 0/5%) 0 1px 2px 0);display:block;margin-bottom:var(--s-4,1rem)}.styled-data-table-module__table tbody tr:nth-child(2n),.styled-data-table-module__table tbody tr:nth-child(odd),.styled-data-table-module__table tr{background-color:var(--clr-bg-body,#fff)!important}.styled-data-table-module__table td{border-bottom:1px solid var(--clr-grey-200,#e5e5e5);display:block;padding:1rem;position:relative;text-align:center}.styled-data-table-module__table tr td:last-child{border-bottom:none}.styled-data-table-module__table td:before{bottom:var(--s-3,.75rem);color:var(--clr-text-heading,#1f1f1f);content:attr(data-label);font-weight:var(--fw-semibold,600);left:var(--s-3,.75rem);padding-right:var(--s-2,.5rem);position:absolute;text-align:center;top:var(--s-3,.75rem);white-space:normal;width:calc(45% - var(--s-6, 1.5rem))}.styled-data-table-module__table td:first-child{background-color:var(--clr-bg-alt,#f5f5f5);border-bottom:1px solid var(--clr-border,#d4d4d4);border-top-left-radius:var(--border-radius-sm,.25rem);border-top-right-radius:var(--border-radius-sm,.25rem);color:var(--clr-text-heading,#1f1f1f);font-weight:var(--fw-bold,700);padding:var(--s-4,1rem);padding-left:var(--s-4,1rem);text-align:center}.styled-data-table-module__table td:first-child:before{content:""!important}}