.elementor-13 .elementor-element.elementor-element-b09e159{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-b634910{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e3c9609 */#help-center-guides {
  background: #f6f8fb;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

#help-center-guides .container {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Search Bar */
#help-center-guides .search-box {
  text-align: center;
  margin-bottom: 35px;
}
#help-center-guides .search-box input {
  width: 70%;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid #dcdfe4;
  outline: none;
  font-size: 16px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}
#help-center-guides .search-box input:focus {
  border-color: #007bff;
}

/* Section Title */
#help-center-guides .section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

/* Category Block */
.category {
  margin-top: 20px;
}

.category-title {
  font-size: 18px;
  font-weight: 600;
  color: #007bff;
  border-bottom: 2px solid #007bff;
  display: inline-block;
  margin-bottom: 25px;
}

/* Two-column grid */
.guide-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.guide-col {
  flex: 1;
  min-width: 400px;
}

.guide-col h4 {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.guide-col h4 span {
  color: #555;
  font-weight: 500;
}

.guide-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.guide-col ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

.guide-col ul li::before {
  content: "📄 ";
}

.view-all {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.view-all:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .guide-row {
    flex-direction: column;
  }
  .guide-col {
    min-width: 100%;
  }
}/* End custom CSS */