/*
 * Frontend styles for the Mobile Post Publisher
 */
.mpp-content-wrapper,
.mpp-content-wrapper p {
    font-size: 14pt !important;
    text-align: justify !important;
}
.mpp-content-wrapper ul,
.mpp-content-wrapper ol {
    text-align: justify !important;
}
.mpp-content-wrapper li {
    font-size: 14pt !important;
}

/* --- Gallery and Carousel Styles --- */
.mpp-gallery-container {
    margin: 40px 0;
    clear: both;
}
.mpp-gallery-container h3 {
    margin-bottom: 20px;
    font-size: 24px;
}
.mpp-gallery-carousel .mpp-gallery-slide {
    margin: 0 3px;
}
.mpp-gallery-carousel .mpp-gallery-slide a {
    display: block;
}
.mpp-gallery-carousel .mpp-gallery-slide a img {
    height: 250px;
    width: auto;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.2s ease-in-out;
}
.mpp-gallery-carousel .mpp-gallery-slide a img:hover {
    opacity: 0.85;
}