.stama-post-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stama-post-card{position:relative;min-width:0;min-height:208px;padding:23px 24px 22px;background:#fff;border:1px solid #e9e5de;border-radius:18px;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease;overflow:hidden}.stama-post-card__link{position:absolute;inset:0;display:flex;flex-direction:column;padding:inherit;color:inherit;text-decoration:none !important}.stama-post-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.stama-post-card__badge{display:inline-flex;align-items:center;max-width:65%;padding:5px 11px;border-radius:999px;background:#f5f1e9;color:#bd8740;font-size:10px;font-weight:700;line-height:1;letter-spacing:.12em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:inherit}.stama-post-card__date{flex:0 0 auto;color:#b5b6bc;font-size:11px;line-height:1.2;transition:color .28s ease}.stama-post-card__title{margin:0 42px 8px 0;color:#384a55;font-size:15px;font-weight:700;line-height:1.42;transition:color .28s ease}.stama-post-card__excerpt{margin:0 42px 38px 0;color:#7d8594;font-size:13px;line-height:1.62;transition:color .28s ease}.stama-post-card__arrow{position:absolute;right:24px;bottom:22px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f5f1e9;color:#bd8740;transition:background-color .28s ease,color .28s ease,transform .28s ease}.stama-post-card__arrow i{font-size:10px;transform:rotate(45deg)}.stama-post-card__arrow svg{width:10px;height:10px;fill:currentColor;transform:rotate(45deg)}.stama-post-card:hover .stama-post-card__arrow,.stama-post-card.is-active .stama-post-card__arrow{transform:rotate(5deg)}.stama-post-card:focus-within{outline:2px solid currentColor;outline-offset:3px}.stama-post-card__link:focus{outline:0}.stama-post-cards__empty{padding:20px;border:1px dashed #bbb;border-radius:10px}@media (max-width:767px){.stama-post-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.stama-post-card,.stama-post-card *{transition:none !important}}