.elementor-19558 .elementor-element.elementor-element-ffa6d3f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-f56a74d */.blog-callout {
    border-radius: 20px 20px 20px 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #F7F8F9;
}

.code-callout {
    border-radius: 10px 10px 10px 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: white;
    border: black solid 1px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ffa6d3f */.op-card-img {
    width: 100px;
}

/* Ensure all child containers stack vertically on mobile */
@media (max-width: 767px) {
  .learning-card {
    padding: 16px !important;
  }
  
    .learning-card .elementor-widget-container {
    border-style: none !important;
    border: none !important;
    padding: 0 !important;
  }
  
  .learning-card > .e-con {
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Stack the inner content containers */
  .learning-card .e-con-full {
    width: 100% !important;
    margin-bottom: 16px;
  }
  
  /* Adjust heading and text spacing */
  .learning-card .elementor-widget-heading,
  .learning-card .elementor-widget-text-editor {
    width: 100% !important;
    margin-bottom: 12px;
  }
  
  /* Image container adjustments */
  .learning-card .op-card-img {
    margin-bottom: 12px;
  }
}

/* Tablet breakpoint */
@media (min-width: 768px) and (max-width: 1024px) {
  .learning-card {
    padding: 20px !important;
  }
  
  .learning-card > .e-con {
    flex-wrap: wrap !important;
  }
}

.learning-card .vertical-card-text {
  margin-bottom: 16px;
}/* End custom CSS */