.botes-loteria-mostrar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:900px;margin:auto}.bote{display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;box-shadow:2px 2px 6px rgba(0,0,0,.15);padding:12px;width:160px;min-height:180px;text-align:center;transition:.2s ease-in-out;border:4px solid red !important}.bote p{margin-top:2px;margin-bottom:2px}.bote:hover{transform:scale(1.05)}.icono-loteria{width:40px;height:auto;margin-top:2px;margin-bottom:0}.bote h3{font-size:20px;font-weight:700;color:#000;margin-bottom:0;margin-top:2px}.bote:not(.eurodreams) .bote-cantidad{font-size:18px;font-weight:700;background:#d71920;color:#fff;padding:4px 8px;border-radius:6px;display:inline-block;text-align:center;margin-bottom:5px}.bote.eurodreams .bote-cantidad{background:0 0 !important;color:#000}.bote.eurodreams .cantidad-grande{font-size:22px;font-weight:700;color:#fff;background-color:#d71920;padding:4px 8px;border-radius:6px;display:inline-block}.bote.eurodreams .cantidad-pequena{font-size:12px;font-weight:400;color:#000;background:0 0 !important;display:block;margin-top:2px}.bote.difuminado{opacity:.35}.fecha-hoy{color:#0a0;font-weight:700}@media screen and (max-width:1024px){.botes-loteria-mostrar{grid-template-columns:repeat(3,1fr);max-width:700px}}@media screen and (max-width:600px){.botes-loteria-mostrar{grid-template-columns:repeat(2,1fr);max-width:400px}}.bote.bote-hoy{border-width:8px !important;border-color:green !important;box-shadow:5px 5px 15px #000 !important}