/* TVUJORIGINAL CORE — FONT PREVIEW MINI v1.1.1 */
.tvo-fp-mini{margin:6px 0 10px;font-size:12px}
.tvo-fp-mini a{
  color:#6f5a49;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:2px;
}
.tvo-fp-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.58);
}
.tvo-fp-modal.open{display:flex}
.tvo-fp-box{
  position:relative;
  width:min(820px,100%);
  max-height:calc(100vh - 36px);
  overflow:auto;
  padding:22px;
  background:#fff;
  box-shadow:0 24px 65px rgba(0,0,0,.24);
}
.tvo-fp-box h2{
  margin:0 45px 6px 0;
  color:#302a26;
  font-size:clamp(24px,4vw,34px);
}
.tvo-fp-sub{
  margin:0 0 18px;
  color:#746960;
  font-size:13px;
  line-height:1.5;
}
.tvo-fp-close{
  position:absolute;
  top:14px;
  right:14px;
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border:0;
  background:#f1ebe6;
  color:#4f443c;
  font-size:24px;
  cursor:pointer;
}
.tvo-fp-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.tvo-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  border:1px solid #ded4cb;
  background:#fff;
}
.tvo-card__photos{
  display:grid;
  grid-template-columns:1fr 110px;
  gap:1px;
  min-height:250px;
  background:#ded4cb;
}
.tvo-card__photo{
  position:relative;
  min-height:250px;
  overflow:hidden;
  background:#f6f0eb;
}
.tvo-card__photo--detail{min-height:250px}
.tvo-card__photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
  background:#fff;
}
.tvo-card__label{
  position:absolute;
  right:7px;
  bottom:7px;
  left:7px;
  padding:6px 7px;
  background:rgba(255,255,255,.93);
  color:#65564b;
  font-size:9px;
  font-weight:700;
  text-align:center;
}
.tvo-card__body{display:flex;flex:1;flex-direction:column;padding:15px}
.tvo-card h3{
  margin:0 0 4px;
  color:#302a26;
  font-size:20px;
}
.tvo-card p{
  margin:0 0 12px;
  color:#746960;
  font-size:12px;
}
.tvo-card button{
  width:100%;
  min-height:44px;
  margin-top:auto;
  padding:10px 12px;
  border:0;
  background:#2f2925;
  color:#fff;
  font:inherit;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}
html.tvo-fp-lock,
html.tvo-fp-lock body{overflow:hidden!important}
@media(max-width:700px){
  .tvo-fp-modal{padding:0}
  .tvo-fp-box{
    width:100%;
    max-height:100vh;
    min-height:100vh;
    padding:18px;
  }
  .tvo-fp-grid{grid-template-columns:1fr}
  .tvo-card__photos{grid-template-columns:1fr 92px;min-height:210px}
  .tvo-card__photo,
  .tvo-card__photo--detail{min-height:210px}
}
