/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/parking-routes/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.parking-detail-block.parking-routes .routes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.parking-detail-block.parking-routes .route-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: var(--wp--preset--color--celle-lightblue);
  color: var(--wp--preset--color--celle-txt);
  transition: all 0.2s ease;
}
.parking-detail-block.parking-routes .route-item:hover {
  box-shadow: 0 0.3rem 0.5rem hsla(214, 41%, 84%, 0.5);
}
.parking-detail-block.parking-routes .route-item:hover .route-icon {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575.98px) {
  .parking-detail-block.parking-routes .route-item {
    padding-left: 2rem;
  }
}
.parking-detail-block.parking-routes .route-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.2s ease-in-out;
}
.parking-detail-block.parking-routes .route-icon .cdh-icon {
  font-size: 2rem;
}
@media (max-width: 575.98px) {
  .parking-detail-block.parking-routes .route-icon {
    position: absolute;
    top: 1.5rem;
    left: -1.5rem;
  }
}
.parking-detail-block.parking-routes .route-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .parking-detail-block.parking-routes .route-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }
}
@media (max-width: 575.98px) {
  .parking-detail-block.parking-routes .route-content {
    align-items: left;
  }
}
.parking-detail-block.parking-routes .route-address {
  font-size: 1.1rem;
  font-weight: 600;
  color: inherit;
}
.parking-detail-block.parking-routes .route-additional {
  font-weight: normal;
  font-size: 0.9rem;
}
.parking-detail-block.parking-routes .route-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.3rem;
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .parking-detail-block.parking-routes .route-actions {
    gap: 1rem;
    flex-direction: row;
  }
}
.parking-detail-block.parking-routes .route-actions .route-link {
  font-size: 0.9rem;
  align-items: center;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  gap: 0.3rem;
  flex-wrap: nowrap;
}
.parking-detail-block.parking-routes .route-actions .route-link:hover {
  color: var(--wp--preset--color--celle-txt);
  text-decoration: none;
}
.parking-detail-block.parking-routes .route-actions .route-link .route-text:hover {
  text-decoration: underline;
}
.parking-detail-block.parking-routes .route-actions .route-copy-btn {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  gap: 0.3rem;
}
.parking-detail-block.parking-routes .route-actions .route-copy-btn:hover {
  color: var(--wp--preset--color--celle-txt);
}
.parking-detail-block.parking-routes .route-actions .route-copy-btn .copy-text:hover {
  text-decoration: underline;
}
.parking-detail-block.parking-routes .route-actions .route-copy-btn.copied {
  background-color: var(--wp--preset--color--celle-accent);
  border-color: var(--wp--preset--color--celle-accent);
  color: var(--wp--preset--color--celle-black);
}
.parking-detail-block.parking-routes .route-actions .route-copy-btn .copy-success {
  color: inherit;
}

@media (max-width: 575.98px) {
  .parking-detail-block.parking-routes .route-item {
    flex-direction: column;
  }
  .parking-detail-block.parking-routes .route-item .route-content {
    flex-direction: column;
  }
  .parking-detail-block.parking-routes .route-item .route-content .route-actions {
    flex-direction: row;
    gap: 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/