.elementor-7290 .elementor-element.elementor-element-0f58deb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:100px;}.elementor-7290 .elementor-element.elementor-element-bc07cd4{width:var( --container-widget-width, 100.462% );max-width:100.462%;--container-widget-width:100.462%;--container-widget-flex-grow:0;}.elementor-7290 .elementor-element.elementor-element-bc07cd4.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-7290 .elementor-element.elementor-element-0f58deb{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS *//* ===== Mobile Responsive Cards ===== */
@media (max-width: 768px) {
  /* Stack cards vertically on small screens */
  .grid, .cards {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  /* Adjust individual card width */
  .card {
    width: 90% !important;      /* fit screen with margin */
    max-width: 400px !important;
    margin: 0 auto !important;
  }

  /* Make images larger and centered */
  .card .meta .avatar,
  details.cohost img.pic {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 15px auto !important;
    display: block !important;
  }

  /* Reduce text padding for mobile readability */
  .card .content, 
  details .person p, 
  details .content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: left !important;
  }

  /* FAQ / Q&A details full width */
  details.qa, details.cohost, details {
    width: 95% !important;
    margin: 10px auto !important;
  }
}/* End custom CSS */