/* PAW Library v14 — move PAW numbers to the upper-left of each library card. Exploratory only. */
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-section-btn{
  position:relative!important;
  min-height:136px!important;
  padding-top:22px!important;
}
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-card-number{
  position:absolute;
  top:7px;
  left:8px;
  z-index:3;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border:2px solid var(--paw,#477b52);
  border-radius:50%;
  background:#fffdf7;
  color:#3d2a18;
  font-size:.78rem;
  line-height:1;
  font-weight:950;
  font-style:normal;
  box-shadow:0 2px 5px rgba(54,39,23,.15);
}
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-visual{
  margin-top:18px!important;
}
/* v13 used the old in-pad badge; v14 renders the badge separately. */
body.pg-remodeled-page .paw-v11-shelf-wrap .paw-pad em{display:none!important}
@media(max-width:640px){
  body.pg-remodeled-page .paw-v11-shelf-wrap .paw-section-btn{min-height:124px!important;padding-top:22px!important}
  body.pg-remodeled-page .paw-v11-shelf-wrap .paw-visual{margin-top:16px!important}
}
