
/* TVOTT Ruger Forecast - Hillbilly Weather Theme (no theme dependency) */
.tvott-rf-wrap{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  margin:22px 0;
}
.tvott-rf-card{
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  color:#1b130b;
  /* "burlap + sky" */
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(120,190,255,.35), rgba(120,190,255,0) 55%),
    radial-gradient(900px 480px at 110% 10%, rgba(255,255,255,.35), rgba(255,255,255,0) 60%),
    linear-gradient(135deg, #e7d6b9 0%, #d9c3a1 40%, #c9b08b 100%);
  position:relative;
}
.tvott-rf-card:before{
  /* subtle burlap weave */
  content:"";
  position:absolute; inset:0;
  background:
    repeating-linear-gradient(45deg, rgba(0,0,0,.04) 0 2px, rgba(0,0,0,0) 2px 8px),
    repeating-linear-gradient(-45deg, rgba(0,0,0,.03) 0 2px, rgba(0,0,0,0) 2px 9px);
  mix-blend-mode:multiply;
  opacity:.45;
  pointer-events:none;
}
.tvott-rf-header{
  padding:18px 18px 14px;
  position:relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.15));
  border-bottom:1px solid rgba(0,0,0,.10);
}
.tvott-rf-kicker{
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-size:12px;
  color:#2a1b0e;
  opacity:.95;
}
.tvott-rf-title{
  margin:8px 0 6px;
  font-size:26px;
  line-height:1.1;
  font-weight:1000;
  color:#1d1209;
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}
.tvott-rf-sub{display:flex;gap:10px;align-items:center;flex-wrap:wrap}

.tvott-rf-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 12px;border-radius:999px;
  background:rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.12);
  font-size:12px;font-weight:800;
}
.tvott-rf-date{font-size:12px;opacity:.9;font-weight:700}

.tvott-rf-body{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:0;
}
@media (max-width:900px){.tvott-rf-body{grid-template-columns:1fr}}

.tvott-rf-main{
  padding:18px;
  position:relative;
}
.tvott-rf-main:before{
  /* "tape" top corner */
  content:"";
  position:absolute;
  top:10px; left:12px;
  width:86px; height:26px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(0,0,0,.12);
  transform:rotate(-6deg);
  border-radius:6px;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
  opacity:.9;
}
.tvott-rf-verdict{
  padding:14px 14px;
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.30));
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 10px 18px rgba(0,0,0,.10);
}
.tvott-rf-verdict-label{
  font-size:12px;letter-spacing:.10em;text-transform:uppercase;
  opacity:.95;font-weight:900;color:#2a1b0e;
}
.tvott-rf-verdict-value{
  font-size:22px;font-weight:1000;margin-top:7px;color:#1d1209;
}

.tvott-rf-message{
  margin:14px 2px 10px;
  font-size:14px;
  font-weight:700;
  opacity:.96;
  color:#24170d;
}
.tvott-rf-message p{margin:.55em 0}

.tvott-rf-cert{
  margin-top:14px;
  padding:14px;
  border-radius:18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.75), rgba(255,255,255,.25));
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 12px 22px rgba(0,0,0,.10);
}
.tvott-rf-cert-title{
  font-weight:1000;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:10px;
  color:#2a1b0e;
}
.tvott-rf-cert-row{font-size:13px;margin:5px 0;color:#22160c;font-weight:750}
.tvott-rf-cert-sign{
  margin-top:10px;
  display:flex;align-items:center;gap:10px;
  padding-top:10px;
  border-top:1px dashed rgba(0,0,0,.20);
}
.tvott-rf-paw{font-size:18px}
.tvott-rf-sign-text{font-size:13px;font-weight:900}

.tvott-rf-side{
  padding:18px;
  border-left:1px solid rgba(0,0,0,.10);
  background:
    radial-gradient(800px 360px at 30% 0%, rgba(120,190,255,.25), rgba(120,190,255,0) 55%),
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.10));
}
@media (max-width:900px){.tvott-rf-side{border-left:0;border-top:1px solid rgba(0,0,0,.10)}}

.tvott-rf-photo{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  height:230px;
  background:
    radial-gradient(700px 260px at 30% 10%, rgba(120,190,255,.45), rgba(120,190,255,0) 60%),
    linear-gradient(180deg, #2f5e89 0%, #1d3f5e 60%, #152e45 100%);
  background-size:cover;
  background-position:center;
  border:1px solid rgba(0,0,0,.18);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}
.tvott-rf-photo:before{
  /* "wood sign" strip */
  content:"RUGER’S WEATHER SHACK";
  position:absolute;
  top:12px; left:12px;
  padding:10px 12px;
  border-radius:12px;
  font-weight:1000;
  letter-spacing:.06em;
  font-size:12px;
  color:#f7efe6;
  text-shadow:0 1px 0 rgba(0,0,0,.35);
  background:
    linear-gradient(180deg, rgba(120,68,33,.95), rgba(87,46,20,.92));
  border:1px solid rgba(0,0,0,.25);
  box-shadow:0 8px 18px rgba(0,0,0,.22);
}
.tvott-rf-photo-fallback{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.88);
  font-size:13px;
  padding:18px;
  text-align:center;
  font-weight:800;
}
.tvott-rf-watermark{
  position:absolute;
  bottom:12px; right:12px;
  background:rgba(0,0,0,.60);
  border:1px solid rgba(255,255,255,.18);
  padding:7px 11px;
  border-radius:999px;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff;
}

.tvott-rf-vote{
  margin-top:12px;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 12px 22px rgba(0,0,0,.10);
}
.tvott-rf-vote-title{
  font-weight:1000;
  margin-bottom:10px;
  color:#1d1209;
}
.tvott-rf-vote-btns{display:grid;grid-template-columns:1fr;gap:9px}

.tvott-rf-btn{
  appearance:none;
  border:1px solid rgba(0,0,0,.18);
  background:
    linear-gradient(180deg, #ffffff, #f2e7d6);
  color:#1c1208;
  border-radius:14px;
  padding:11px 12px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:0 10px 18px rgba(0,0,0,.12);
  transition:transform .06s ease, filter .18s ease;
}
.tvott-rf-btn:hover{filter:brightness(.98)}
.tvott-rf-btn:active{transform:scale(.99)}
.tvott-rf-vote-msg{
  margin-top:10px;
  font-size:13px;
  min-height:18px;
  font-weight:900;
}

.tvott-rf-counts{
  margin-top:12px;
  font-size:13px;
  color:#1d1209;
  font-weight:900;
}
.tvott-rf-count{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:7px 0;
  border-bottom:1px dashed rgba(0,0,0,.22);
}
.tvott-rf-count:last-child{border-bottom:0}

.tvott-rf-footer{
  margin-top:12px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#1d1209;
  opacity:.88;
  font-size:12px;
  font-weight:900;
}

/* Tiny "stamp" look */
.tvott-rf-stamp{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:2px dashed rgba(0,0,0,.25);
  background:rgba(255,255,255,.45);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
}


/* --- TVOTT RF OVERRIDES (force front-end behavior) --- */
.tvott-rf-wrap .tvott-rf-photo{
  height:230px !important;
  background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}
/* kill the "RUGER’S WEATHER SHACK" banner */
.tvott-rf-wrap .tvott-rf-photo:before{
  content:none !important;
  display:none !important;
}\n\n
/* --- Photo fill (true 100% width) --- */
.tvott-rf-wrap .tvott-rf-photo{
  width:100% !important;
  height:230px !important;
  position:relative;
}
.tvott-rf-wrap .tvott-rf-photo-img{
  width:100% !important;
  height:230px !important;
  object-fit:cover; /* fills full width; change to 'contain' if you prefer no crop */
  display:block;
}
\n


/* --- MOBILE LAYOUT FIXES (make image truly full-width and buttons readable) --- */
.tvott-rf-wrap .tvott-rf-btn{
  color:#1c1208 !important;
  font-size:16px !important;
  line-height:1.2 !important;
}
.tvott-rf-wrap .tvott-rf-vote-btns .tvott-rf-btn{
  min-height:54px;
}
.tvott-rf-wrap .tvott-rf-photo-img{
  object-position:50% 50% !important; /* show Ruger, not just plaid */
}

@media (max-width:900px){
  .tvott-rf-wrap .tvott-rf-side{
    padding:0 !important;
    border-top:1px solid rgba(0,0,0,.10);
  }
  .tvott-rf-wrap .tvott-rf-photo{
    border-radius:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    width:100% !important;
  }
  .tvott-rf-wrap .tvott-rf-watermark{
    right:18px !important;
    bottom:18px !important;
  }
  .tvott-rf-wrap .tvott-rf-vote{
    margin:12px 18px 0 !important;
  }
  .tvott-rf-wrap .tvott-rf-footer{
    margin:12px 18px 18px !important;
  }
}


/* --- NUCLEAR THEME-PROOF LAYOUT (fixes weird columns on desktop/mobile) --- */
.tvott-rf-wrap, .tvott-rf-wrap *{ box-sizing:border-box !important; }

.tvott-rf-wrap .tvott-rf-card{ max-width:100% !important; width:100% !important; }

.tvott-rf-wrap .tvott-rf-body{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
}

@media (min-width:901px){
  .tvott-rf-wrap .tvott-rf-body{
    flex-direction:row !important;
    align-items:stretch !important;
  }
  .tvott-rf-wrap .tvott-rf-main{ width:60% !important; }
  .tvott-rf-wrap .tvott-rf-side{ width:40% !important; }
}

.tvott-rf-wrap .tvott-rf-main,
.tvott-rf-wrap .tvott-rf-side{
  float:none !important;
  clear:none !important;
  margin:0 !important;
  min-width:0 !important;
}

/* Photo always full width of its column */
.tvott-rf-wrap .tvott-rf-photo,
.tvott-rf-wrap .tvott-rf-photo-img{
  width:100% !important;
}

/* Buttons: stop theme from wrecking them */
.tvott-rf-wrap button.tvott-rf-btn{
  display:block !important;
  width:100% !important;
  text-align:center !important;
  white-space:normal !important;
  background:linear-gradient(180deg,#ffffff,#f2e7d6) !important;
  border:1px solid rgba(0,0,0,.18) !important;
  border-radius:14px !important;
  padding:14px 12px !important;
  color:#1c1208 !important;
  font-weight:1000 !important;
  text-decoration:none !important;
  box-shadow:0 10px 18px rgba(0,0,0,.12) !important;
}

