.lama-rp-v3-block{
  margin:2rem auto 0;
  max-width:1140px;
  padding:1.25rem;
  border:1px solid #ece7e2;
  border-radius:24px;
  background:#fffdfa;
  box-shadow:0 8px 24px rgba(0,0,0,.04)
}
.lama-rp-v3-head{margin-bottom:1rem}
.lama-rp-v3-title{
  margin:0 0 .35rem;
  font-size:clamp(1.35rem,3vw,1.9rem);
  line-height:1.2;
  color:#2e241f
}
.lama-rp-v3-subtitle{
  margin:0;
  color:#6f6258;
  font-size:.98rem;
  line-height:1.6
}
.lama-rp-v3-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem
}
.lama-rp-v3-card{min-width:0}
.lama-rp-v3-link{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border:1px solid #eee4db;
  border-radius:18px;
  background:#fff;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease
}
.lama-rp-v3-link:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  border-color:#e3c7af
}
.lama-rp-v3-card.is-manual .lama-rp-v3-link{
  border-color:#efcfb1;
  box-shadow:0 6px 20px rgba(228,161,85,.08)
}
.lama-rp-v3-thumb{
  aspect-ratio:16/10;
  overflow:hidden;
  background:#f6efe9
}
.lama-rp-v3-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
.lama-rp-v3-body{
  display:flex;
  flex-direction:column;
  gap:.5rem;
  padding:1rem;
  flex:1
}
.lama-rp-v3-badge{
  align-self:flex-start;
  padding:.28rem .6rem;
  border-radius:999px;
  background:#fff2e8;
  color:#b45309;
  font-size:.78rem;
  font-weight:700;
  line-height:1.2
}
.lama-rp-v3-card-title{
  margin:0;
  color:#2c241f;
  font-size:1rem;
  line-height:1.35
}
.lama-rp-v3-excerpt{
  margin:0;
  color:#6b615a;
  font-size:.92rem;
  line-height:1.55
}
.lama-rp-v3-date{
  margin-top:auto;
  color:#8a7d73;
  font-size:.82rem
}
@media (max-width:1024px){
  .lama-rp-v3-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .lama-rp-v3-block{
    padding:1rem;
    margin:1.5rem auto 0;
    border-radius:18px
  }
  .lama-rp-v3-grid{
    grid-template-columns:1fr;
    gap:.85rem
  }
  .lama-rp-v3-body{padding:.9rem}
  .lama-rp-v3-card-title{font-size:.98rem}
}
