.fishub-discount-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.fishub-discount-card,.fishub-discount-empty{background:#000;padding:28px;border-radius:18px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff}.fishub-discount-card{height:100%;transition:transform .2s ease,box-shadow .2s ease}.fishub-discount-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.6)}.fishub-discount-empty{max-width:760px;margin:0 auto}.fishub-discount-empty h3{margin:0 0 12px;font-size:28px;color:#fff}.fishub-discount-empty p{margin:0 auto;max-width:620px;color:#ccc}.fishub-discount-logo{min-height:78px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.fishub-discount-logo img{max-width:200px;max-height:72px;height:auto;width:auto}.fishub-discount-title{margin:0 0 8px;font-size:22px;color:#087bd4}.fishub-discount-use{font-size:13px;font-weight:600;margin-bottom:12px;color:#ccc;letter-spacing:.5px}.fishub-discount-badge{display:inline-block;margin:0 0 16px;padding:6px 12px;border-radius:999px;background:#222;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#fff}.fishub-discount-description{margin:0 0 16px;min-height:60px;color:#ddd}.fishub-discount-code{display:block;font-weight:700;font-size:22px;margin:16px auto;padding:10px 18px;border:2px dashed #fff;border-radius:10px;background:#111;letter-spacing:1px;width:max-content;color:#fff}.fishub-reveal-code{text-decoration:none;color:#fff;cursor:pointer}.fishub-btn{display:inline-block;border:none;background:#087bd4;color:#fff;padding:10px 18px;border-radius:10px;cursor:pointer;text-decoration:none;font-weight:600}.fishub-btn:hover{background:#066bb8}.fishub-btn-secondary{background:#222;color:#fff}.fishub-card-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:10px}.fishub-discount-card p:last-child{margin-bottom:0}.fishub-discount-card-detail{max-width:760px;margin:0 auto}@media (max-width:980px){.fishub-discount-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.fishub-discount-grid{grid-template-columns:1fr}.fishub-discount-empty{padding:22px}.fishub-discount-empty h3{font-size:24px}}