.lm-posts-section{background-color:#708ba4;width:100%;min-height:100vh}.lm-posts-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto;padding:6rem 4rem;display:grid;position:relative}.lm-post-card{background:#fff;border:1px solid #0a24721a;border-radius:20px;flex-direction:column;transition:transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #0a247226}.lm-post-card:hover{border-color:#c9a2274d;transform:translateY(-4px)}.lm-post-card:after{content:"";opacity:.3;z-index:2;background:linear-gradient(90deg,#c9a227,#0a2472,#c9a227);height:3px;position:absolute;top:0;left:0;right:0}.lm-post-card__image-wrapper{width:100%;height:280px;position:relative;overflow:hidden}.lm-post-card__image-wrapper:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#fffc);height:60px;position:absolute;bottom:0;left:0;right:0}.lm-post-card__image{object-fit:cover;transition:transform .4s}.lm-post-card:hover .lm-post-card__image{transform:scale(1.03)}.lm-post-card__content{flex-direction:column;flex:1;gap:1.5rem;padding:2rem 1.8rem;display:flex}.lm-post-card__description h3,.lm-post-card__description .lm-post-card__title{color:#0a1a2b;margin-bottom:.75rem;font-family:Ga Maamli,sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.3;display:inline-block;position:relative}.lm-post-card__description h3:after,.lm-post-card__description .lm-post-card__title:after{content:"";background:#c9a227;width:40px;height:2px;position:absolute;bottom:-4px;left:0}.lm-post-card__excerpt{color:#2c4056;font-family:Ga Maamli,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.7;display:block}.lm-post-card__action{margin-top:auto}.lm-post-card__link{color:#f5f9ff;letter-spacing:.3px;background:#0a2472;border:none;border-radius:40px;justify-content:center;align-items:center;width:fit-content;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.lm-posts-grid:empty{justify-content:center;align-items:center;min-height:400px;display:flex}.lm-posts-grid:empty:after{content:"Пока нет записей";color:#f5f9ff;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:40px;padding:2rem;font-family:Ga Maamli,sans-serif;font-size:1.2rem;font-style:normal;font-weight:500}@media (max-width:1024px){.lm-posts-grid{gap:2rem;padding:4rem 2rem}.lm-post-card__image-wrapper{height:240px}}@media (max-width:768px){.lm-posts-grid{grid-template-columns:1fr;padding:3rem 1.5rem}.lm-post-card__content{padding:1.5rem}.lm-post-card__title{font-size:1.3rem}.lm-post-card__link{justify-content:center;width:100%}}@media (max-width:480px){.lm-posts-grid{padding:2rem 1rem}.lm-post-card__image-wrapper{height:200px}}
