#ArticleShowPage #article-show,#TsArticleShowPage #article-show{display:grid;grid-template-areas:"image form form" "description description description";grid-template-columns:auto 1fr 1fr;grid-template-rows:min-content min-content;row-gap:2.5rem;column-gap:1rem}#ArticleShowPage #article-show.no-image,#TsArticleShowPage #article-show.no-image{grid-template-areas:"form" "description";grid-template-columns:1fr}#ArticleShowPage #article-show .image,#TsArticleShowPage #article-show .image{grid-area:image;background-size:contain;background-repeat:no-repeat;image-rendering:-webkit-optimize-contrast;width:12rem}#ArticleShowPage #article-show form,#TsArticleShowPage #article-show form{grid-area:form;display:flex;flex-direction:column;gap:0.5rem;margin:unset}#ArticleShowPage #article-show form .price-input,#TsArticleShowPage #article-show form .price-input{display:flex;align-items:center;gap:5px}#ArticleShowPage #article-show form input[type="submit"],#TsArticleShowPage #article-show form input[type="submit"]{width:fit-content;min-width:10rem}#ArticleShowPage #article-show .descriptionholder,#TsArticleShowPage #article-show .descriptionholder{grid-area:description}@media only screen and (max-width: 600px){#ArticleShowPage #article-show,#TsArticleShowPage #article-show{display:flex;flex-direction:column;row-gap:1rem;align-items:flex-start;margin-bottom:2rem}#ArticleShowPage #article-show .image,#TsArticleShowPage #article-show .image{width:100%;height:30vh}#ArticleShowPage #article-show form,#TsArticleShowPage #article-show form{padding:unset}}
