.main-layout{justify-content:space-between;align-items:flex-start;gap:20px;width:68.75vw;margin-top:2vw;display:flex}@media only screen and (max-width:650px){.main-layout{flex-direction:column;justify-content:space-between;align-items:center;width:86vw;margin-top:2vw;display:flex}.other-articles{grid-template-columns:1fr 1fr;width:100%;display:grid}}.other-articles{flex-direction:column;gap:20px;display:flex}.other-article{cursor:pointer;gap:15px;transition:transform .2s;display:flex}.other-article:hover{transform:translate(5px)}.other-article img{object-fit:cover;border-radius:8px;width:100px;height:100px}.other-article-content{flex-direction:column;flex:1;gap:8px;display:flex}.other-article-content h2{color:#333;margin:0;font-size:14px;font-weight:600;line-height:1.4}.other-article-content span{color:#666;font-size:12px}.calendar-placeholder{text-align:center;color:#666;background:#f5f5f5;border-radius:8px;padding:20px}@media (max-width:768px){.other-articles{grid-template-columns:1fr 1fr;gap:15px;display:grid}.other-article{flex-direction:column}.other-article img{width:100%;height:150px}}
