/* [project]/app/components/LatestRouteNews.module.css [app-client] (css) */
.LatestRouteNews-module__iQ8n0q__container {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.LatestRouteNews-module__iQ8n0q__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.LatestRouteNews-module__iQ8n0q__section_title {
  color: var(--indigo-9);
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.LatestRouteNews-module__iQ8n0q__view_all {
  color: var(--violet-9);
  align-items: center;
  gap: 4px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.LatestRouteNews-module__iQ8n0q__view_all:hover {
  color: var(--violet-9);
  text-decoration: underline;
}

.LatestRouteNews-module__iQ8n0q__news_grid {
  grid-template-columns: 1fr;
  gap: 8px;
  display: grid;
}

.LatestRouteNews-module__iQ8n0q__news_card {
  border: 1px solid var(--gray-4);
  background: #fff;
  border-radius: 4px;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.LatestRouteNews-module__iQ8n0q__news_card:hover {
  border-color: var(--violet-4);
}

.LatestRouteNews-module__iQ8n0q__card_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.LatestRouteNews-module__iQ8n0q__badge {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
}

.LatestRouteNews-module__iQ8n0q__new {
  background: var(--lime-0);
  color: var(--lime-9);
  border: 1px solid var(--lime-4);
  line-height: 1;
}

.LatestRouteNews-module__iQ8n0q__resumed {
  background: var(--blue-0);
  color: var(--blue-9);
  border: 1px solid var(--blue-4);
  line-height: 1;
}

.LatestRouteNews-module__iQ8n0q__seasonal {
  background: var(--violet-0);
  color: var(--violet-9);
  border: 1px solid var(--violet-4);
  line-height: 1;
}

.LatestRouteNews-module__iQ8n0q__news_title {
  color: var(--gray-9);
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 400 !important;
}

.LatestRouteNews-module__iQ8n0q__card_footer {
  justify-content: right;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.LatestRouteNews-module__iQ8n0q__date {
  color: var(--gray-7);
  font-size: 12px;
  line-height: 1;
}

/* [project]/app/components/LatestSafetyNews.module.css [app-client] (css) */
.LatestSafetyNews-module__urVfPG__container {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.LatestSafetyNews-module__urVfPG__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.LatestSafetyNews-module__urVfPG__section_title {
  color: var(--indigo-9);
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.LatestSafetyNews-module__urVfPG__view_all {
  color: var(--violet-9);
  align-items: center;
  gap: 4px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.LatestSafetyNews-module__urVfPG__view_all:hover {
  color: var(--violet-9);
  text-decoration: underline;
}

.LatestSafetyNews-module__urVfPG__news_grid {
  grid-template-columns: 1fr;
  gap: 8px;
  display: grid;
}

.LatestSafetyNews-module__urVfPG__news_card {
  border: 1px solid var(--gray-4);
  background: #fff;
  border-radius: 4px;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.LatestSafetyNews-module__urVfPG__news_card:hover {
  border-color: var(--violet-4);
}

.LatestSafetyNews-module__urVfPG__card_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.LatestSafetyNews-module__urVfPG__badge {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
}

.LatestSafetyNews-module__urVfPG__accident {
  background: var(--red-0);
  color: var(--red-9);
  border: 1px solid var(--red-4);
}

.LatestSafetyNews-module__urVfPG__serious {
  background: var(--orange-0);
  color: var(--orange-9);
  border: 1px solid var(--orange-4);
}

.LatestSafetyNews-module__urVfPG__incident {
  background: var(--blue-0);
  color: var(--blue-9);
  border: 1px solid var(--blue-4);
}

.LatestSafetyNews-module__urVfPG__news_title {
  color: var(--gray-9);
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 400 !important;
}

.LatestSafetyNews-module__urVfPG__card_footer {
  justify-content: right;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.LatestSafetyNews-module__urVfPG__airline_name {
  color: var(--gray-6);
  font-size: 12px;
  line-height: 1;
}

.LatestSafetyNews-module__urVfPG__date {
  color: var(--gray-7);
  font-size: 12px;
  line-height: 1;
}

/* [project]/app/components/Home.module.css [app-client] (css) */
.Home-module__2itISG__container {
  max-width: var(--max-width);
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
}

.Home-module__2itISG__simple_header {
  border-bottom: 1px dashed var(--gray-4);
  flex-direction: column;
  gap: 8px;
  padding: 0 0 8px;
  display: flex;
}

.Home-module__2itISG__simple_title {
  color: var(--indigo-9);
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}

.Home-module__2itISG__simple_subtitle {
  color: var(--gray-6);
  margin: 0;
  font-size: 18px;
}

.Home-module__2itISG__stats_section, .Home-module__2itISG__discover_section {
  margin-top: 0;
}

.Home-module__2itISG__section_header {
  text-align: center;
  margin-bottom: 8px;
}

.Home-module__2itISG__section_title {
  color: var(--gray-9);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.Home-module__2itISG__section_desc {
  color: var(--gray-7);
  margin-bottom: 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  .Home-module__2itISG__title {
    font-size: 40px;
  }

  .Home-module__2itISG__subtitle {
    font-size: 15px;
  }
}

.Home-module__2itISG__news_section_dual {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.Home-module__2itISG__news_column {
  min-width: 0;
}

@media (max-width: 900px) {
  .Home-module__2itISG__news_section_dual {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/*# sourceMappingURL=app_components_13m89n5._.css.map*/