/**
 * AR-Studios-Theme Custom CSS
 * 
 * Additional theme styles - does NOT interfere with plugins
 */

/* ============================================
   1. CONTAINER
   ============================================ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   2. EPAPER PAGE - MINIMAL THEME INTERFERENCE
   ============================================ */
body.epaper-page .site-header {
    position: relative;
}

body.epaper-page .content-area {
    padding: 0;
    max-width: 100%;
}

body.epaper-page .page-content {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

/* ============================================
   3. MISC
   ============================================ */
.entry-content {
    width: 100%;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   4. RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    body.epaper-page .content-area {
        padding: 0;
    }
}