article{display:flex;align-items:center;gap:2rem;margin:2.5% 0;padding:1rem;border-bottom:1px solid #e2e2e2;font-family:Inter,sans-serif;background-color:#fafafa;border-radius:10px;box-shadow:0 2px 5px #0000001a}.main-image-container{width:320px;height:350px;overflow:hidden;border-radius:15px;box-shadow:0 4px 8px #0003;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#fff}.main-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.main-image-container:hover .main-image{transform:scale(1.05)}.entry-details{max-width:480px;display:flex;flex-direction:column;justify-content:center;color:#333}.entry-location{display:flex;align-items:center;gap:.6em;color:#f15b2a;font-weight:600;font-size:.9rem;margin-bottom:.4rem}.location-logo{width:18px;height:18px}.entry-location a{color:#55f;font-weight:500;font-size:.85rem;text-decoration:none;margin-left:auto;transition:color .3s ease}.entry-location a:hover{color:#22c;text-decoration:underline}.entry-details h1{font-size:1.6rem;margin:.15rem 0 .3rem;color:#2e2e2e}.entry-details h2{font-size:1rem;color:#777;margin:0 0 1rem;font-weight:400;letter-spacing:.02em}.entry-details p{font-size:1rem;line-height:1.5;color:#444}.header{font-family:Inter,sans-serif;height:80px;margin:0 auto;background-color:#eb4e22e4;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;z-index:9999}.header img{height:50px}.header h3{color:#f5f5f5;margin-left:10px}:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background-color:#f5f5f5;color:#222}#root{max-width:1280px;margin:0 auto;padding:calc(2rem + 90px) 1.5rem 2rem;text-align:left;min-height:100vh}@media (max-width: 1024px){#root{padding:calc(1.75rem + 90px) 1.25rem 1.75rem}}@media (max-width: 768px){#root{padding:calc(1.5rem + 90px) 1rem 1.5rem}}@media (max-width: 480px){#root{padding:calc(1.25rem + 90px) .75rem 1.25rem}}
