 main{margin-top:90px;flex:1;padding:40px 20px;max-width:1000px;margin-left:auto;margin-right:auto;}
    h1,h2{color:var(--accent-green);} 
    h1{text-align:center;margin-bottom:20px;}

    .text-box, .text-field{background:#f9f9f9;padding:24px 28px;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:40px;}
    .image-box, .image-row img{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;}

    .image-block {display:flex;justify-content:center;align-items:stretch;gap:10px;margin:30px auto;max-width:1000px;}
    .left-images {display:flex;flex-direction:column;gap:10px;flex:1;}
    .left-images img,.right-image img {width:100%;object-fit:cover;border-radius:8px;box-shadow:var(--shadow);pointer-events:none;-webkit-user-drag:none;}
    .left-images img {height:calc((100% - 10px) / 2);}
    .right-image {flex:1;display:flex;}
    .right-image img {width:100%;height:100%;}

    .image-box img{width:100%;height:auto;display:block;pointer-events:none;-webkit-user-drag:none;}

    .blog-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:60px;}
    .blog-navigation button{padding:12px 24px;border:none;border-radius:var(--radius);background:var(--accent-green);color:#fff;font-weight:600;cursor:pointer;transition:background .3s;}
    .blog-navigation button:hover{background:var(--accent-yellow);color:#000;}
