/* Start custom CSS for html, class: .elementor-element-f5b59fd */.jisu-cta {
  background: #fff;
  border: 2px solid #06C755;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 0 0 4px rgba(6,199,85,0.07);
  margin: 28px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
}
 
.jisu-cta__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #06C755;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(6,199,85,0.3);
}
 
.jisu-cta__icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
 
.jisu-cta__text {
  flex: 1;
  min-width: 0;
}
 
.jisu-cta__text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1B3A5C;
  margin: 0 0 2px;
  padding: 0;
  line-height: 1.4;
}
 
.jisu-cta__text p {
  font-size: 13px;
  color: #888;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
 
.jisu-cta__text p strong {
  color: #06C755;
  font-weight: 700;
}
 
.jisu-cta__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #06C755;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 10px;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(6,199,85,0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
 
.jisu-cta__btn:hover {
  background: #05b34c;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(6,199,85,0.45);
  color: #fff !important;
  text-decoration: none !important;
}
 
.jisu-cta__btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
 
@media (max-width: 640px) {
  .jisu-cta {
    flex-wrap: wrap;
    padding: 14px 16px;
    gap: 12px;
  }
  .jisu-cta__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .jisu-cta__icon svg {
    width: 26px;
    height: 26px;
  }
  .jisu-cta__text h4 { font-size: 15px; }
  .jisu-cta__text p { font-size: 12px; }
  .jisu-cta__btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }
}/* End custom CSS */