.layout_news_skeleton_container{display:flex;gap:20px;justify-content:space-between;width:95%;margin:30px auto}.layout_news_column{flex:1;display:flex;flex-direction:column;gap:30px}.layout_news_item{border-radius:8px;overflow:hidden;background-color:#fff}.layout_news_Image{height:260px;width:100%}.layout_news_text{padding:20px}.skeleton_card{animation:pulse 1.5s ease-in-out infinite;filter:blur(.7px);background-color:#f5f5f5}.skeleton_blur{background-color:#e0e0e0}.skeleton_title{width:60%;height:24px;background-color:#ccc;margin-bottom:12px;border-radius:4px}.skeleton_description{width:100%;height:60px;background-color:#d3d3d3;margin-bottom:10px;border-radius:4px}.skeleton_button{width:30%;height:20px;background-color:#bbb;border-radius:4px}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@media screen and (max-width:780px){.layout_news_skeleton_container{flex-direction:column}}