/* custom-style.css */

/* Default styles */
.rychlo_sk h5 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
}

.sk-li .neuros-heading-content span:first-of-type {
  background: linear-gradient(115.91deg, #F39019 40.87%, #AE00FF 193.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}

/* Responsive media queries */
@media (max-width: 1440px) {
  .rychlo_sk h5 {
    font-size: 48px;
    line-height: 60px;
  }

  .sk-li .neuros-heading-content {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  .rychlo_sk h5 {
    font-size: 40px;
    line-height: 50px;
  }

  .sk-li .neuros-heading-content {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .rychlo_sk h5 {
    font-size: 32px;
    line-height: 42px;
  }

  .sk-li .neuros-heading-content {
    font-size: 30px;
  }
  .graph_sk_f .elementor-widget-shortcode .elementor-widget-container {
	  border-width: 0px !important;
   }
}

@media (max-width: 480px) {
  .rychlo_sk h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .sk-li .neuros-heading-content {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .rychlo_sk h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .sk-li .neuros-heading-content {
    font-size: 20px;
  }
}
