.kbv-hot-match-container{max-width:100%;margin:2rem 0;background:#f5f5f5;border-radius:8px;overflow:hidden}.kbv-hot-match-header{background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;letter-spacing:.5px}.kbv-hot-match-icon{font-size:1.5rem}.kbv-hot-match-title{text-transform:uppercase}.kbv-hot-match-list{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.kbv-hot-match-card{background:#fff;border-radius:6px;padding:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 1px 3px rgb(0 0 0 / .08)}.kbv-match-team{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;min-width:100px}.kbv-team-logo{width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}.kbv-team-logo img{width:100%;height:100%;object-fit:cover}.kbv-team-name{font-size:.95rem;font-weight:500;color:#1f2937;line-height:1.3;max-width:100px;word-break:break-word}.kbv-match-center{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.kbv-match-league{font-size:.9rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.3px}.kbv-match-time{font-size:.9rem;color:#6b7280;font-weight:500}.kbv-match-btn{background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem}@media (max-width:768px){.kbv-hot-match-card{flex-wrap:wrap;gap:1rem;padding:1rem}.kbv-match-team{flex:1 1 calc(50% - 0.5rem);min-width:90px}.kbv-team-logo{width:70px;height:70px}.kbv-team-name{font-size:.85rem;max-width:85px}.kbv-match-center{flex:1 1 100%;order:3}}@media (max-width:480px){.kbv-hot-match-container{margin:1.5rem 0}.kbv-hot-match-header{padding:.9rem 1rem;font-size:1.1rem;gap:.5rem}.kbv-hot-match-list{padding:.75rem;gap:.5rem}.kbv-hot-match-card{flex-direction:column;gap:.75rem;padding:.9rem}.kbv-match-team{flex:1 1 48%;min-width:80px}.kbv-team-logo{width:65px;height:65px}.kbv-team-name{font-size:.8rem;max-width:75px}.kbv-match-center{flex:1 1 100%;order:2;gap:.4rem}.kbv-match-league{font-size:.8rem}.kbv-match-time{font-size:.8rem}.kbv-match-btn{padding:.5rem .9rem;font-size:.8rem;gap:.3rem}}@media (prefers-color-scheme:dark){.kbv-hot-match-container{background:#1f2937}.kbv-hot-match-card{background:#374151}.kbv-team-logo{background:#4b5563;border-color:#4b5563}.kbv-team-name{color:#f3f4f6}.kbv-match-league{color:#e5e7eb}.kbv-match-time{color:#d1d5db}}