.grid.bridges.size-3 .tile .island{top:-0.7rem;left:-0.7rem;width:1.4rem;height:1.4rem}.grid.bridges.size-3 .tile .island span{width:1.4rem;height:1.4rem;font-size:0.85rem}.grid.bridges.size-4 .tile .island{top:-0.8rem;left:-0.8rem;width:1.6rem;height:1.6rem}.grid.bridges.size-4 .tile .island span{width:1.6rem;height:1.6rem;font-size:0.9rem}.grid.bridges.size-5 .tile .island{top:-0.9rem;left:-0.9rem;width:1.8rem;height:1.8rem}.grid.bridges.size-5 .tile .island span{width:1.8rem;height:1.8rem;font-size:0.95rem}.grid.bridges.size-6 .tile .island{top:-1rem;left:-1rem;width:2rem;height:2rem}.grid.bridges.size-6 .tile .island span{width:2rem;height:2rem;font-size:1rem}.grid.bridges{display:-ms-grid;display:grid;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem;background-color:#2c2e34}.grid.bridges .tile{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;border-top:1px dashed white;border-left:1px dashed white}.grid.bridges .tile .island{position:absolute;top:-1rem;left:-1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;border-radius:100%;border:3px solid white;background-color:#2c2e34}.grid.bridges .tile .island span{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;border-radius:100%;border:3px solid white;background-color:#2c2e34;font-family:Verdana,Geneva,Tahoma,sans-serif;cursor:pointer}.grid.bridges .tile .island.disabled span{color:#656565;border:3px solid #656565;z-index:0}.grid.bridges .tile .island.correct span{color:#55ff00;border:3px solid #55ff00}.grid.bridges .tile .island.wrong span{color:red;border:3px solid red}.grid.bridges .tile .island .top-bridge{position:absolute;bottom:0.9rem;margin-left:-0.5px}.grid.bridges .tile .island .top-bridge.focus{background-color:rgba(61,143,224,0.59);width:1.2rem}.grid.bridges .tile .island .left-bridge{position:absolute;right:0.9rem}.grid.bridges .tile .island .left-bridge.focus{background-color:rgba(61,143,224,0.59);height:1.2rem}.grid.bridges .tile .island .left-bridge,.grid.bridges .tile .island .top-bridge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid.bridges .tile .island .left-bridge .bridge,.grid.bridges .tile .island .top-bridge .bridge{position:absolute;z-index:0}.grid.bridges .tile .island .left-bridge .bridge.vertical,.grid.bridges .tile .island .top-bridge .bridge.vertical{height:100%}.grid.bridges .tile .island .left-bridge .bridge.vertical.type1,.grid.bridges .tile .island .top-bridge .bridge.vertical.type1{width:0.3rem;background:whitesmoke}.grid.bridges .tile .island .left-bridge .bridge.vertical.type2,.grid.bridges .tile .island .top-bridge .bridge.vertical.type2{width:0.9rem;border:0.3rem solid whitesmoke}.grid.bridges .tile .island .left-bridge .bridge.horizontal,.grid.bridges .tile .island .top-bridge .bridge.horizontal{width:100%}.grid.bridges .tile .island .left-bridge .bridge.horizontal.type1,.grid.bridges .tile .island .top-bridge .bridge.horizontal.type1{height:0.3rem;background:whitesmoke}.grid.bridges .tile .island .left-bridge .bridge.horizontal.type2,.grid.bridges .tile .island .top-bridge .bridge.horizontal.type2{height:0.9rem;border:0.3rem solid whitesmoke}.preview.bridges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-color:#2c2e34}