.elementor-1398 .elementor-element.elementor-element-886959f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-20d4bcf */.guide-credit {
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.guide-credit h1 {
  font-size: 2.5rem;
  color: #ff5722;
  text-align: center;
  margin-bottom: 20px;
}

.guide-credit h2 {
  font-size: 1.8rem;
  color: #ff9800;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ff5722;
  padding-bottom: 5px;
}

.guide-credit p {
  margin: 10px 0;
}

.guide-credit ul {
  margin: 10px 0 20px 20px;
  padding-left: 0;
  list-style-type: disc;
}

.guide-credit ul li {
  margin: 5px 0;
}

.guide-credit ul li strong {
  color: #ff5722;
}

.guide-credit .cta {
  text-align: center;
  background-color: #fffbe6;
  border-left: 5px solid #ff5722;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

.guide-credit .cta strong {
  color: #ff5722;
}

.guide-credit a {
  text-decoration: none;
  color: #ff5722;
  font-weight: bold;
}

.guide-credit a:hover {
  color: #ff9800;
}

@media (max-width: 768px) {
  .guide-credit {
    padding: 15px;
  }

  .guide-credit h1 {
    font-size: 2rem;
  }

  .guide-credit h2 {
    font-size: 1.5rem;
  }
}/* End custom CSS */