/* PAW Library v13 — restore original full-size colorful PAW visual. Exploratory only. */
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-section-btn{
  grid-template-columns:82px minmax(0,1fr)!important;
  min-height:124px!important;
  padding:10px!important;
  gap:12px!important;
}
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-visual{
  width:70px!important;
  height:68px!important;
  transform:none!important;
  transform-origin:center!important;
  justify-self:center!important;
}
/* Explicitly preserve the original toe/pad proportions and readable center icon. */
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-toes{height:28px!important}
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-toes i{width:21px!important;height:24px!important}
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-pad{left:12px!important;bottom:0!important;width:48px!important;height:43px!important}
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-pad b{font-size:1.1rem!important}
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-pad em{right:-7px!important;bottom:-4px!important;width:25px!important;height:25px!important;font-size:.72rem!important}
@media(max-width:640px){
  body.pg-remodeled-page .paw-v11-shelf-wrap .paw-section-btn{
    grid-template-columns:82px minmax(0,1fr)!important;
    min-height:112px!important;
  }
}
