.md-card{background-color:#fff;border:1px solid #eee;border-radius:.5rem;box-shadow:0 5px 15px -5px rgba(0,0,0,.1);padding:.5rem;margin-top:1em;min-height:150px;display:flex;flex-direction:row;align-items:stretch}.md-card .card-image{display:flex;align-items:center;padding:.5rem}.md-card .card-image img{max-width:150px;max-height:150px;height:150px;border:1px solid #eee;border-radius:.2rem;object-fit:cover}.md-card .card-content{padding:.5rem;flex-grow:1}.md-card .card-content p{line-height:normal;-webkit-margin-before:0;-webkit-margin-after:.5em}.md-card .card-content blockquote{font-size:1rem}@media (max-width:419px){.md-card{display:flex;flex-direction:column;margin:1rem -.5rem;padding:.5rem;box-sizing:border-box}.md-card .card-image{flex-grow:1;align-items:stretch}.md-card .card-image img{width:100%;max-width:400px}.md-card .card-content pre{margin:0;border-radius:6px}}