hr.style-one {
border: 0;
height: 1px;
background: #333;
background-image: linear-gradient(to right, #ccc, #333, #ccc)
}
hr.style-two {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))
}
hr.style-three {
border: 0;
border-bottom: 1px dashed #ccc;
background: #999
}
hr.style-four {
height: 12px;
border: 0;
box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5)
}
hr.style-five {
border: 0;
height: 0;
box-shadow: 0 0 10px 1px black
}
hr.style-five:after {
content: "\00a0"
}
hr.style-six {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}
hr.style-seven {
height: 30px;
border-style: solid;
border-color: black;
border-width: 1px 0 0 0;
border-radius: 20px
}
hr.style-seven:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: black;
border-width: 0 0 1px 0;
border-radius: 20px
}
hr.style-eight {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center
}
hr.style-eight:after {
content: "§";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
}
hr.none {
}
hr.style-nine {
display: none;
} .mmp-stories article,
.mmp-stories .story {
overflow: hidden;
padding: 0;
margin-bottom: 1.25em;
clear: both;
}
.mmp-stories article > header {
margin-bottom: 1.25em;
} .mmp-stories article > header .attribution {
margin: 1.25em 0;
display: flex;
flex-wrap: wrap;
gap: 0.5em;
}
.mmp-stories article > header > .attribution .posted-by,
.mmp-stories article > header > .attribution .edited-by,
.mmp-stories article > header > .attribution .posted-on {
display: block;
} .mmp-stories article img {
padding: 0.625em;
width: 150px;
height: auto;
}
.mmp-stories article > img.left {
float: left;
margin-right: 0.625em;
}
.mmp-stories article > img.right {
float: right;
margin-left: 0.625em;
} .mmp-stories article.full img {
padding: 0;
margin: 1.25em auto;
width: 100%;
height: auto;
}
.mmp-stories article.full figure {
padding: 0;
margin: 0;
width: 100%;
}
.mmp-stories article.full figure img {
padding: 0;
width: 100%;
height: auto;
}
.mmp-stories article.full figure figcaption {
padding: 0.25em 1.25em;
margin: 0 0 1.25em 0;
} .mmp-stories .description {
display: none;
}
.mmp-stories .description-full,
.mmp-stories .description {
clear: both;
overflow: auto;
} .mmpro-share {
display: flex;
align-items: center;
gap: 0.5em;
margin: 1em 0;
flex-wrap: wrap;
}
.mmpro-share__link {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0.5em;
border-radius: 4px;
transition: all 0.2s ease;
}
.mmpro-share__icon {
display: inline-flex;
align-items: center;
justify-content: center;
} .a11y-sr-only {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
} @media (max-width: 767px) {
.mmp-stories article img {
float: none;
margin: 1em auto;
display: block;
}
.mmpro-share {
justify-content: center;
}
}