
/* mobile polish */
.mf116-slider{display:flex;gap:10px;overflow:auto;margin:15px 0}
.mf116-slider img{height:260px;border-radius:16px}
.mf116-map{width:100%;height:240px;border-radius:16px;margin:12px 0;border:0}
.mf116-calendar{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.mf116-calendar .day{background:#161b22;padding:10px;border-radius:10px;text-align:center}
.mf116-box{background:#161b22;padding:14px;border-radius:12px}
@media(max-width:768px){
 .mf116-slider img{height:200px}
}
