/*
Theme Name: Supecoadventures Com Theme
Author: VPOX Auto Builder
Version: 1.0
*/
body{font-family:system-ui,sans-serif;line-height:1.7;color:#333;background:#f8f9fa;margin:0;padding:0;}
a{color:#0056b3;text-decoration:none;} a:hover{text-decoration:underline;}
.container{max-width:1100px;margin:0 auto;padding:20px;}
header{background:#fff;padding:25px 0;border-bottom:1px solid #eaeaea;text-align:center;}
header h1{margin:0;font-size:2.2em;} header h1 a{color:#222;}
.site-nav{margin-top:15px;} .site-nav a{margin:0 15px;color:#555;font-weight:600;}
.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px;margin-top:35px;}
.post-card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,0.03);}
.single-post{background:#fff;padding:45px;margin-top:35px;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,0.03);}
.post-thumbnail img{width:100%;height:auto;border-radius:8px;margin-bottom:20px;}
.inner-img{width:100%;max-width:800px;height:auto;border-radius:8px;margin:25px auto;display:block;}
footer{text-align:center;padding:30px;margin-top:60px;background:#fff;border-top:1px solid #eaeaea;color:#777;}
