/* Na origem da marca, a rota é representada somente pelas bandeiras oficiais. */
.route-flags-only {
  min-height: 230px;
}

.route-flags-only .country {
  display: flex;
  align-items: center;
  justify-content: center;
}

.route-flags-only .route-flag {
  margin: 0;
}

.route-flags-only .route-line {
  top: 50%;
}

@media (max-width: 850px) {
  .route-flags-only { min-height: 170px; }
}
