/* Single Post Mobile Spacing Fix - Load Last */
@media (max-width: 767px) {

    /* Force reset all Bootstrap spacing on post page */
    body .post-content {
        padding: 0 !important;
        margin: 0 !important;
    }

    body .post-content .title {
        margin: 4px 0 !important;
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    body .post-content .post-summary {
        margin: 0 0 4px !important;
    }

    body .post-content .post-summary h2 {
        font-size: 13px !important;
        line-height: 1.35 !important;
        margin: 0 !important;
    }

    body .post-content .post-meta {
        margin: 0 0 4px !important;
        font-size: 11px !important;
    }

    body .post-details-meta-date {
        margin: 0 !important;
        max-width: none !important;
    }

    body .post-details-meta-date span {
        display: inline !important;
        width: auto !important;
    }

    /* Share buttons */
    body .post-content .post-share {
        margin: 0 0 5px !important;
        padding: 0 !important;
    }

    body .post-share .share-box {
        margin: 0 !important;
        padding: 0 !important;
    }

    body .post-share .share-box li {
        margin: 2px !important;
        margin-bottom: 0 !important;
    }

    /* Featured Image */
    body .post-content .post-image {
        margin: 0 0 5px !important;
    }

    body .post-content .post-image-inner {
        margin: 0 !important;
        padding: 0 !important;
    }

    body .post-image img {
        border-radius: 8px;
    }

    /* TTS Player */
    body .ep-tts-player {
        margin: 5px 0 !important;
        padding: 5px 10px !important;
    }

    body .ep-tts-label {
        font-size: 11px !important;
    }

    body .ep-tts-btn {
        width: 30px !important;
        height: 30px !important;
    }

    /* Ad Wrappers - ULTRA AGGRESSIVE */
    body .ad-space-wrapper {
        margin: 5px 0 !important;
        padding: 0 !important;
    }

    body .ad-space-wrapper:empty {
        display: none !important;
        margin: 0 !important;
    }

    body .ad-space-wrapper .row {
        margin: 0 !important;
    }

    body .ad-space-wrapper .col-sm-12,
    body .ad-space-wrapper .col-xs-12,
    body .col-bn-ds,
    body .col-bn-mb {
        padding: 0 !important;
        margin: 0 !important;
    }

    body .bn-content {
        margin: 0 !important;
        padding: 0 !important;
    }

    body .bn-inner {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Post text content */
    body .post-content .post-text {
        margin: 0 !important;
        padding: 0 !important;
    }

    body .post-text p {
        margin: 0 0 12px !important;
    }

    body .post-text p:first-child {
        margin-top: 0 !important;
    }

    body .ep-emtrust {
        margin: 0 !important;
    }

    /* Tags */
    body .post-tags {
        margin: 8px 0 !important;
        padding: 8px 0 !important;
    }

    /* Next/Prev navigation */
    body .post-next-prev {
        margin: 0 !important;
        padding: 8px 0 !important;
    }

    body .post-next-prev .row {
        margin: 0 !important;
    }

    body .post-next-prev .left {
        border: 0 !important;
    }

    body .post-next-prev .right {
        margin-top: 8px !important;
    }

    /* Reactions section */
    body .reactions {
        margin: 5px 0 !important;
        padding: 5px 0 !important;
        text-align: center !important;
    }

    body #reactions_result {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    body .reactions .title-reactions {
        margin: 0 0 10px !important;
        font-size: 13px !important;
        text-align: left !important;
    }

    body .reactions .col-reaction {
        width: 13.8% !important;
        /* Force 7 items in one row */
        margin: 0 !important;
        padding: 0 1px !important;
        display: inline-block !important;
        float: none !important;
    }

    body .reactions .img-reaction {
        width: 32px !important;
        height: 32px !important;
        margin: 0 auto !important;
    }

    body .reactions .label-reaction {
        font-size: 9px !important;
        padding: 0 !important;
        margin: 2px 0 0 !important;
        display: block !important;
        text-align: center !important;
        line-height: 1 !important;
    }

    body .reactions .reaction-num-votes {
        font-size: 9px !important;
        margin-top: -5px !important;
        display: block !important;
    }

    body .reactions .icon-cnt {
        position: relative !important;
        display: block !important;
        margin: 0 auto !important;
    }

    body .reactions .col-sm-12,
    body .reactions .row {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Footer Mobile Spacing Fix */
    body .ep-mobile-footer {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    body .ep-mob-foot-logo {
        margin-bottom: 15px !important;
    }

    body .ep-mob-foot-newsletter,
    body .ep-mob-foot-awards,
    body .ep-mob-foot-links,
    body .ep-mob-foot-apps,
    body .ep-mob-foot-social {
        margin-bottom: 20px !important;
    }

    body .ep-mob-foot-copy {
        padding-top: 15px !important;
    }

    /* Bottom ad */
    body .bn-p-b {
        margin: 5px 0 !important;
        padding: 0 !important;
    }

    /* Sections */
    body .section {
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 5px !important;
    }

    /* Related Posts section */
    body .section-related-posts {
        margin: 0 !important;
        padding: 5px 0 0 !important;
    }

    body .section-related-posts .section-head {
        margin: 0 0 8px !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body .section-related-posts .section-head .title {
        font-size: 13px !important;
        margin: 0 !important;
        text-transform: uppercase;
        font-weight: 800 !important;
        background: #333 !important;
        color: #fff !important;
        padding: 6px 12px !important;
        display: inline-block !important;
    }

    body .section-related-posts .section-content {
        margin: 0 !important;
        padding: 0 !important;
    }

    body .section-related-posts .row {
        margin: 0 -5px !important;
    }

    body .section-related-posts .col-xs-12 {
        padding: 0 5px !important;
        margin-bottom: 8px !important;
    }

    /* Comment section */
    body #comments.section {
        margin-top: 5px !important;
        padding-top: 0 !important;
    }

    body .comment-section {
        margin: 0 !important;
        padding: 0 !important;
    }
}