.fancy-callout{--tab-height:2.625rem;--tab-offset:var(--container-padding);--strip-height:0.375rem;display:grid;grid-template-columns:var(--tab-offset) min(calc(100% - 5vw),15rem) 1fr;grid-template-rows:var(--tab-height) auto var(--strip-height)}@media print,screen and (min-width:64em){.fancy-callout{--tab-offset:var(--space-lg)}}.fancy-callout--secondary{--tab-color:#FF9016}.fancy-callout__label{background-color:var(--tab-color,#0072CE);display:grid;grid-column:2;grid-row:1/-1;grid-template-columns:1fr;grid-template-rows:var(--tab-height) 1fr;justify-items:center;position:relative;z-index:3}.fancy-callout__label__text{align-self:center;color:#fff;grid-column:1;grid-row:1;hyphens:auto;word-break:break-word}.fancy-callout__shadow{grid-column:1/-1;grid-row:2;position:relative;z-index:1}.fancy-callout .callout{grid-column:1/-1;grid-row:2;z-index:3}