.elementor-1152 .elementor-element.elementor-element-99c62c2{--display:flex;--padding-top:110px;--padding-bottom:110px;--padding-left:40px;--padding-right:40px;}.elementor-1152 .elementor-element.elementor-element-21de39e{--display:flex;}.elementor-1152 .elementor-element.elementor-element-7eb01a0{--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;--justify-content:flex-start;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1152 .elementor-element.elementor-element-21de39e{--content-width:1320px;}}@media(max-width:1024px){.elementor-1152 .elementor-element.elementor-element-99c62c2{--padding-top:80px;--padding-bottom:80px;--padding-left:32px;--padding-right:32px;}}@media(max-width:767px){.elementor-1152 .elementor-element.elementor-element-99c62c2{--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS *//* ===== LDS Compare Page (table only) ===== */

.lds-compare-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.lds-compare-title{
  margin: 0 0 24px 0;
  text-align: center;
}

/* Table wrap (mobile-safe) */
.lds-table-wrap{
  overflow-x: auto;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  background: #fff;
}

/* Table */
.lds-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 860px; /* 표가 길면 모바일에서 스크롤로 대응 */
  font-size: 14px;
}

.lds-table th{
  background: #F8F8F8;
  text-align: left;
  font-weight: 600;
  padding: 16px;
  border-bottom: 1px solid #EAEAEA;
  white-space: nowrap;
}

.lds-table td{
  padding: 14px 16px;
  border-bottom: 1px solid #EEEEEE;
}

.lds-table tbody tr:nth-child(even) td{
  background: #FCFCFC;
}

/* Basic / PRO columns */
.lds-table th:nth-child(2),
.lds-table th:nth-child(3),
.lds-table td:nth-child(2),
.lds-table td:nth-child(3){
  text-align: center;
  width: 120px;
}

/* ===== Circle badge checks ===== */

.lds-badge{
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

/* Basic: soft green */
.lds-badge.basic{
  color: #1B5E20;
  background: #E8F5E9;
  border: 1px solid #C8E6C9;
}

/* PRO: Siser-style red (톤만 맞춤) */
.lds-badge.pro{
  color: #B71C1C;
  background: #FFEBEE;
  border: 1px solid #FFCDD2;
}

/* None */
.lds-badge.none{
  color: #9E9E9E;
  background: #F5F5F5;
  border: 1px solid #EEEEEE;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 767px){
  .lds-table{ min-width: 760px; }
}


.lds-back-wrap{
  margin-top: 48px;
  text-align: center;
}

.lds-back-btn{
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #333;
  transition: all 0.2s ease;
}

.lds-back-btn:hover{
  background: #F5F5F5;
}


.lds-compare-note{
  margin: 16px 0 24px 0;
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}/* End custom CSS */