.elementor-991946 .elementor-element.elementor-element-573adc2{--display:flex;}#elementor-popup-modal-991946{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-991946 .dialog-message{width:90vw;height:auto;}#elementor-popup-modal-991946 .dialog-close-button{display:flex;}#elementor-popup-modal-991946 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-991946 .elementor-element.elementor-element-573adc2{--width:1600px;}}/* Start custom CSS for container, class: .elementor-element-573adc2 *//* =========================================================
   Office comparison: Bootstrap-like CSS (scoped)
   Works even if Bootstrap isn't loaded in your theme
   ========================================================= */

/* 1) If the wrapper has class="collapse", force it visible */
#office-comparison.collapse{
  display: block !important;
  height: auto !important;
  visibility: visible !important;
  overflow: visible !important;
}

/* 2) Bootstrap-3-like responsive helpers (scoped) */
@media (max-width: 767px){
  #office-comparison .hidden-xs{ display: none !important; }
  #office-comparison .visible-xs{ display: block !important; }
}
@media (min-width: 768px){
  #office-comparison .visible-xs{ display: none !important; }
}

/* 3) Minimal grid system for .row + .col-sm-* (scoped) */
#office-comparison .row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  /* spacing + divider */
  padding: 15px 0;
  border-bottom: 1px solid #c0c0c0;

  /* IMPORTANT: don't use margin:15px on .row */
  margin: 0;
}

#office-comparison [class*="col-sm-"]{
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

/* column widths (Bootstrap 12-col equivalents) */
#office-comparison .col-sm-1{ flex: 0 0 8.3333%;  max-width: 8.3333%; }
#office-comparison .col-sm-2{ flex: 0 0 16.6667%; max-width: 16.6667%; }
#office-comparison .col-sm-8{ flex: 0 0 66.6667%; max-width: 66.6667%; }

/* Optional: if anything inside ends up showing on mobile, stack it nicely */
@media (max-width: 767px){
  #office-comparison .col-sm-1,
  #office-comparison .col-sm-2,
  #office-comparison .col-sm-8{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* 4) Image alignment + safety */
#office-comparison figure{
  margin: 0;
  text-align: center;
}
#office-comparison figure img{
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 100%;
  height: auto;
}

/* 5) Centre the check icons */
#office-comparison img.included{
  display: block;
  margin: 0 auto;
}

/* =========================================================
   Your existing styling (with small fixes)
   ========================================================= */

/* replaced your original row rule; keep this one instead */
#office-comparison > div .row{
  /* already handled above – keep .elementor-991946 .elementor-element.elementor-element-573adc2 for safety */
}

/* Panels */
#office-comparison .panel{
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 15px 0;
  border: none;
}
#office-comparison .panel-dark{
  background-color: #212832;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
#office-comparison .panel-info{
  background-color: #3A85C6;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

/* FIX: .pane -> .panel */
#office-comparison .panel-dark h3.panel-title,
#office-comparison .panel.panel-info h3.panel-title{
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}

#office-comparison .panel-body{ padding: 0; }

/* Rows inside mobile panel */
#office-comparison .info-pure{
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: center;
  padding: 10px 30px;
}
#office-comparison .info-pure:last-of-type{
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

#office-comparison .panel-footer{
  text-align: center;
  background-color: transparent;
  border: none;
}

/* Optional: tidy up the xs container padding a bit */
#office-comparison .container{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}/* End custom CSS */