  .responsive-table th, .responsive-table td {padding: .5rem .75rem;}
.responsive-table td:last-of-type { padding-bottom: .5rem;}
.component .callout {
    background-color: white; 
    transition-property: none;
}
.component .callout .callout__content {
    background-color: white; 
    transition-property: none;
}
.component .callout .callout__content:hover {
    background-color: white; 
    transition-property: none;
}
.component .callout .callout__content:hover h2 {
    color: maroon; 
    transition-property: none;
}
.component .callout__content .callout__heading {
    font-size: clamp(1.125rem,2vw,1.5rem);
    margin-right: -.75rem;
}
.component .callout__content .callout__subheading {
    font-size: clamp(1rem,2vw,1.125rem);
    margin-right: -.5rem;
}
.component .callout__content .related {
    font-size: clamp(.85rem,1vw,.95rem)
}