/* Editorial brand-guide refinement */
.guide-row{height:208px;padding:18px 20px;display:grid;grid-template-columns:44px 150px minmax(0,1fr) 150px;gap:18px;align-items:center;background:#fff;border-bottom:1px solid #e5e8f2}
.guide-row:nth-child(2){background:#fbfcff}
.guide-index{align-self:start;padding-top:5px;color:var(--rank);font-size:15px;font-weight:900;letter-spacing:.12em}
.guide-logo-card{width:150px;height:116px;padding:22px 16px;display:grid;place-items:center;border:1px solid #e5e8f2;border-radius:14px;background:linear-gradient(145deg,#fff,#f7f8fc);box-shadow:0 8px 20px rgba(20,30,75,.06)}
.guide-logo-card .casino-logo{width:100%;height:100%;border-radius:0;object-fit:contain}
.guide-copy{min-width:0}
.guide-eyebrow{display:block;margin-bottom:7px;color:var(--rank);font-size:11px;font-weight:900;letter-spacing:.13em}
.guide-copy h3{margin:0;color:#101b4d;font-size:21px;line-height:1.15}
.guide-copy p{max-width:330px;margin:9px 0 12px;color:#556080;font-size:13px;line-height:1.45}
.guide-tags{display:flex;flex-wrap:wrap;gap:7px}
.guide-tags span{padding:5px 8px;border:1px solid #e0e4ef;border-radius:999px;color:#3e496b;background:#f7f8fc;font-size:10px;font-weight:700}
.guide-action{min-height:132px;padding:18px 14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-left:1px solid #e4e7f0}
.guide-action small{color:#7a829d;font-size:10px;font-weight:900;letter-spacing:.12em}
.guide-action strong{margin:7px 0 16px;color:var(--rank);font-size:22px}
.guide-action button{width:100%;height:42px;border:0;border-radius:10px;color:#fff;background:var(--rank);font-weight:800;box-shadow:0 8px 16px rgba(30,40,90,.16)}
.guide-action button:focus-visible{outline:3px solid #111b52;outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
