.radio-tabs{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap}.radio-tabs input[type="radio"]{display:none}.radio-tab{padding:10px 18px;border-radius:20px;border:1px solid #ddd;background:#fff;cursor:pointer;font-weight:600}.radio-tab:hover{background:#f2f2f2}.radio-tabs input[type="radio"]:checked+.radio-tab{background:#e50914;color:#fff}.radio-day{display:none}#lun:checked~.radio-day:nth-of-type(1),#mar:checked~.radio-day:nth-of-type(2),#mer:checked~.radio-day:nth-of-type(3),#gio:checked~.radio-day:nth-of-type(4),#ven:checked~.radio-day:nth-of-type(5),#sab:checked~.radio-day:nth-of-type(6),#dom:checked~.radio-day:nth-of-type(7){display:block}.radio-grid{display:flex;flex-wrap:wrap;gap:20px}.radio-grid img{width:calc(33.33% - 20px);margin:10px;border-radius:10px}