.text-block{--text-block-font-size:.875rem;--text-block-line-height:1.5;display:grid;font-size:var(--text-block-font-size);grid-column:full-width;grid-template-columns:inherit;line-height:var(--text-block-line-height)}.text-block .text-block-title{grid-column:content;margin-bottom:1rem}.text-block .text-block-content-wrapper{background:var(--color-surface-primary);display:grid;grid-column:full-width;grid-template-columns:inherit}.text-block .text-block-content{grid-column:content;padding:1.5rem 0}.text-block .text-block-content a[href]{color:var(--text-block-link-color);text-decoration:underline;transition:color .25s cubic-bezier(.215,.61,.355,1)}.text-block .text-block-content a[href]:focus,.text-block .text-block-content a[href]:hover{color:var(--text-block-link-color--hover)}.text-block .text-block-content a[href]:active{color:var(--text-block-link-color--active)}.text-block .text-block-content b,.text-block .text-block-content strong{font-weight:600}.text-block .text-block-content em,.text-block .text-block-content i{font-style:italic}.text-block .text-block-content p:not(:last-child){margin-bottom:1rem}.text-block .text-block-content ol,.text-block .text-block-content ul{margin-left:1.5rem}.text-block .text-block-content ol:not(:last-child),.text-block .text-block-content ul:not(:last-child){margin-bottom:1rem}.text-block .text-block-content ol p,.text-block .text-block-content ul p{display:inline}.text-block .text-block-content ol p:not(:last-child),.text-block .text-block-content ul p:not(:last-child){margin:0}.text-block .text-block-content ol ol,.text-block .text-block-content ol ul,.text-block .text-block-content ul ol,.text-block .text-block-content ul ul{margin-left:1.5rem}.text-block .text-block-content ol{list-style-type:decimal}.text-block .text-block-content ol ol{list-style-type:lower-latin}.text-block .text-block-content ul{list-style-type:disc}.text-block .text-block-content ul ul{list-style-type:circle}.text-block .text-block-content ul ul ul{list-style-type:square}.text-block .text-block-content table{border:1px solid var(--color-border-subtle);border-collapse:collapse;border-spacing:0;width:100%}.text-block .text-block-content table:not(:last-child){margin-bottom:1rem}.text-block .text-block-content table th{font-weight:600}.text-block .text-block-content table thead tr{border-bottom:1px solid var(--color-border-subtle)}.text-block .text-block-content table thead tr th{border-left:1px solid var(--color-border-subtle);padding:.75rem 1rem;text-align:left}.text-block .text-block-content table tbody tr td{background:var(--color-surface-primary);border-left:1px solid var(--color-border-subtle);padding:.75rem 1rem}.text-block .text-block-content table tbody tr:nth-child(2n) td{background:var(--color-surface-subtle)}@media(min-width:62em){.text-block{--text-block-font-size:1rem}.text-block .text-block-title{padding-left:2rem;padding-right:2rem}.text-block .text-block-content-wrapper{background:transparent}.text-block .text-block-content{background:var(--color-surface-primary);padding:1.5rem 2rem}}
