/* Core WordPress block styles, hand-written.
   The scrape did not include wp-includes/blocks/ style.min.css, and the
   Felicity carta's menu is built from table and column blocks. Only the
   rules those pages depend on are here. */
.wp-block-columns{display:flex;flex-wrap:wrap;align-items:normal;box-sizing:border-box}
.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}
.wp-block-columns.are-vertically-aligned-center{align-items:center}
.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%;flex-grow:0}
@media (min-width:782px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}
}
.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}
.wp-block-column.is-vertically-aligned-top{align-self:flex-start}
.wp-block-column.is-vertically-aligned-center{align-self:center}
.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}

.wp-block-table{overflow-x:auto}
.wp-block-table table{border-collapse:collapse;width:100%}
.wp-block-table thead{border-bottom:3px solid}
.wp-block-table tfoot{border-top:3px solid}
.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}
.wp-block-table th{font-weight:500;text-align:inherit}
.wp-block-table figcaption{margin-top:.8em;text-align:center}
.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}
.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}
.wp-block-table.aligncenter{display:table;margin-left:auto;margin-right:auto}

.wp-block-image{margin:0 0 1em;box-sizing:border-box}
.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}
.wp-block-image.aligncenter{margin-left:auto;margin-right:auto;text-align:center}
.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}

.wp-block-group{box-sizing:border-box}
h1.wp-block-heading,h2.wp-block-heading,h3.wp-block-heading,
h4.wp-block-heading,h5.wp-block-heading,h6.wp-block-heading{overflow-wrap:break-word}
.has-text-align-center{text-align:center}
.has-text-align-left{text-align:left}
.has-text-align-right{text-align:right}
