@charset "UTF-8";

/* Question & Answer */
#content section{padding-top: 1.5em; border-top: 1px dashed var(--light-grey); margin-top: 1.5em;}

/* Question */
#content section>h2:before{content:"\201C"}
#content section>h2:after{content:"\201D"}
#content section>h2:before,
section>h2:after {font-size: 1.25em;line-height: .9em;overflow: hidden;display: inline-block;vertical-align: top;opacity: .5;}

/* Category Links */
#content section>a{display:block;position:relative}
#content section>a>h2{margin-bottom:.5em; color:var(--red)}
#content section>a:hover>h2{color:var(--dark-red)}
#content section>a>aside{font-style:italic;right:0;top:0;position:absolute}

@media screen and (max-width:750px) { 
#content section>a>h1{margin-bottom:0}
#content section>a>aside{right:auto;top:auto;position:static;margin-bottom:.5em}
}
