.blog-list-item{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem;margin-top:.5rem;padding:1rem}@media (min-width:640px){.blog-list-item{align-items:center;flex-direction:row;gap:0;padding:1rem 1.5rem}}.blog-list-item-img{flex-shrink:0;width:100%}.blog-list-item-img .my-prop-list-img{height:auto;width:100%}@media (min-width:640px){.blog-list-item-img{margin-right:1rem;width:auto}.blog-list-item-img .my-prop-list-img{height:93px;width:150px}}.blog-list-item-body{flex:1 1 0%;min-width:0}@media (min-width:640px){.blog-list-item-body{align-items:center;display:flex;justify-content:space-between}}.blog-list-item-actions{display:flex;flex-shrink:0;gap:.5rem}@media (min-width:640px){.blog-list-item-actions{margin-left:1.25rem}}.prose{color:var(--theme-text);line-height:1.75}.prose h1,.prose h2,.prose h3{color:var(--theme-text-strong);font-weight:700;line-height:normal;margin-bottom:1rem;margin-top:2rem}.prose p{margin-bottom:1.25rem;margin-top:1.25rem}.prose-lg{font-size:1.125rem;line-height:1.7777778}.line-clamp-3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}li[data-list=bullet]{list-style-type:disc;margin-left:2.5rem}li[data-list=ordered]{list-style-type:decimal;margin-left:2.5rem}