/* Extracted from Dog-Training-Articals.html <style> id=prodogz-article-grid-fix on 2026-08-30. */
/* Article card layout fix for Dog-Training-Articals.html */
.article-resources-section{margin:10px 0 38px;}
.article-resources-heading{text-align:left;margin-bottom:24px;}
.article-resources-heading h2{margin-top:0!important;}
.article-resources-heading p{color:#666;max-width:850px;margin:0 0 8px;}
.article-resource-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch;width:100%;}
.article-resource-card{background:#fff;border:1px solid #eee;border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.07);overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .25s ease,box-shadow .25s ease;}
.article-resource-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(0,0,0,.11);}
.article-resource-image{display:block;background:#f7f7f7;overflow:hidden;text-decoration:none!important;}
.article-resource-image img{width:100%;height:190px;object-fit:cover;display:block;border-radius:0!important;margin:0!important;}
.article-resource-content{padding:20px;display:flex;flex-direction:column;flex:1;}
.article-resource-content h3{font-size:1.18rem;line-height:1.25;margin:0 0 10px!important;color:#111;}
.article-resource-content h3 a{color:#111;text-decoration:none!important;}
.article-resource-content h3 a:hover{color:#b40000;}
.article-resource-content p{color:#666;margin:0 0 18px;line-height:1.55;flex:1;}
.article-read-more{display:inline-block;align-self:flex-start;background:#b40000;color:#fff!important;border:2px solid #b40000;border-radius:999px;padding:10px 16px;font-weight:800;text-decoration:none!important;line-height:1;}
.article-read-more:hover{background:#900000;border-color:#900000;color:#fff!important;text-decoration:none!important;}
@media(max-width:1000px){.article-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.article-resource-image img{height:180px;}}
@media(max-width:640px){.article-resource-grid{grid-template-columns:1fr;}.article-resource-image img{height:210px;}.article-resource-content{padding:18px;}}
