/*
Theme Name:  Texas Law Magazine
Description: Magazine Child Theme the University of Texas School of Law WordPress Multisite network.
Version: 1.0.0
Author: Adam S. Norwood
Template:     texaslaw
*/
@import '../texaslaw/style.css';

/* Overrule our main Texas Law styling, which currently has uncomfortably large
   top margins for h2 and h3 headings… */
p + h2,
p + h3,
ol + h3,
ul + h3,
table + h3 {
    margin-top: 1.95rem;
}

.related-stories span {
    color: #707070;
    font-size: .85em;
}

.pagination--directional-labeled {
    border-top: 1px solid #e8e8e8;
    padding-top: 1em;
}

.callout-right {
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    padding: .5em;
}

@media (min-width: 60em) {
    .callout-right {
        float: right;
        margin: .75em 0 .5em 1em;
        max-width: 20em;
    }
}