.component.table{margin:0}.component.table .col-12{background-color:inherit}.component.table .table{display:flex;flex-direction:column;border:4px solid white;border-radius:var(--spacing-300);font-size:var(--text-400)}.component.table .table header{background:var(--primary-25);font-weight:600;font-size:var(--text-500);border-radius:var(--spacing-200) var(--spacing-200) 0 0;padding:var(--spacing-600) 0}.component.table .table .icon{background:transparent;width:40px}.component.table .table h5{padding:0 0 var(--spacing-500) 0}.component.table .table p,.component.table .table ul{background:inherit;color:var(--base-dark);margin:0}.component.table .table ul{row-gap:var(--spacing-800)}.component.table .table p{padding:0}.component.table .table:not(.inline) header .col{padding:0 var(--spacing-600)}.component.table .table:not(.inline) .col:first-child{width:20%;flex:2 auto;font-weight:600;text-align:center}.component.table .table:not(.inline) :not(header) .col{padding:var(--spacing-400) var(--spacing-600)}.component.table .table.inline .col{padding:0 var(--spacing-600)}.component.table .table.inline .trow{flex-direction:column;padding:0}.component.table .table.inline .trow .col{width:100%;padding:var(--spacing-800) var(--spacing-600)}.component.table .table.inline .trow .col:not(:last-child){border-bottom:1px dashed var(--gray-300)}@media screen and (min-width: 768px){.component.table .table.inline .trow{flex-direction:row}.component.table .table.inline .trow .col{width:40%}.component.table .table.inline .trow .col:first-child{border-right:1px dashed var(--gray-300)}.component.table .table.inline .trow .col:not(:last-child){border-bottom:none}}.component.table .table .trow{display:flex;flex-direction:row}.component.table .table .trow:not(header){padding:var(--spacing-400) 0;background:#fff}.component.table .table .trow:not(header) .col:not(:first-child):not(:last-child){border-right:1px dashed var(--gray-300)}.component.table .table .trow:not(:first-child):nth-child(odd){background:var(--gray-50)}.component.table .table .trow .col{width:40%;flex:1 auto}
