/* Review v10: four featured functions and a PPT-aligned lottery card. */

.tbm-priority-grid>article.is-lottery{border-color:#eed7b7;background:radial-gradient(circle at 92% 8%,rgba(239,165,57,.18),transparent 35%),linear-gradient(150deg,#fffaf2,#fff)}
.tbm-priority-grid>article.is-lottery .tbm-priority-badge{color:#a45a0e;background:#fff0d7}
.tbm-lottery-phone{background:#fff8ed}
.tbm-lottery-screen{position:relative;height:100%;padding:17px 10px 44px;color:#573d22;background:linear-gradient(180deg,#fff7e8,#ffecd0);text-align:center}
.tbm-lottery-screen header{margin:-17px -10px 17px;padding:15px 9px 13px;color:#fff;background:linear-gradient(135deg,#ed743b,#f2a235)}
.tbm-lottery-screen header small,.tbm-lottery-screen header b{display:block}
.tbm-lottery-screen header small{color:#fff1d7;font-size:8px;letter-spacing:.05em}
.tbm-lottery-screen header b{margin-top:5px;font-size:11px}
.tbm-lottery-wheel{position:relative;width:82px;aspect-ratio:1;margin:24px auto 16px;border:6px solid #fff;border-radius:50%;background:conic-gradient(#f56f52 0 45deg,#ffd86a 45deg 90deg,#ef9a3f 90deg 135deg,#fff0a9 135deg 180deg,#f56f52 180deg 225deg,#ffd86a 225deg 270deg,#ef9a3f 270deg 315deg,#fff0a9 315deg);box-shadow:0 10px 24px rgba(185,102,35,.22)}
.tbm-lottery-wheel:after{content:"";position:absolute;left:50%;top:-13px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:16px solid #ba4e2d;transform:translateX(-50%)}
.tbm-lottery-wheel i{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:35px;height:35px;border:4px solid #fff;border-radius:50%;color:#fff;background:#dc5f37;font-size:14px;font-style:normal;font-weight:900;transform:translate(-50%,-50%)}
.tbm-main .tbm-lottery-screen>p{margin:0;color:#a26027;font-size:9px;font-weight:800;letter-spacing:.05em}
.tbm-lottery-rewards{display:grid;gap:9px;margin-top:18px}
.tbm-lottery-rewards>span{display:grid;grid-template-columns:28px 1fr;column-gap:8px;align-items:center;padding:9px;border:1px solid #f0d7b6;border-radius:10px;background:rgba(255,255,255,.86);text-align:left}
.tbm-lottery-rewards i{grid-row:span 2;display:grid;place-items:center;width:28px;height:28px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#ef7840,#e9a235);font-size:8px;font-style:normal;font-weight:900}
.tbm-lottery-rewards b{font-size:9px}
.tbm-lottery-rewards small{margin-top:2px;color:#a17750;font-size:7px}

@media(min-width:1101px){
  .tbm-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tbm-priority-grid>article{padding:28px 27px 0}
  .tbm-priority-phones{grid-template-columns:repeat(2,minmax(0,150px));justify-content:center}
}

@media(max-width:760px){
  .tbm-lottery-screen header small{font-size:8px}
  .tbm-lottery-screen header b{font-size:10px}
  .tbm-lottery-wheel{width:76px;margin-top:21px}
}
