.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-24372{margin:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-42a8d94 *//* Base table */
.bogo-coupon-table {
  width: 95%;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  table-layout: auto;
}

/* Headings */
.bogo-coupon-table thead {
  background-color: #6a8fcf;
  color: #fff;
}

/* Base cells */
.bogo-coupon-table th,
.bogo-coupon-table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}

/* Coupon Name */
.bogo-coupon-table td.col-name {
  background-color: #f4f7fc;
  font-weight: 600;
  color: #1c2a44;
  width: 30%;
}

/* Centered Start/End Dates */
.bogo-coupon-table td.col-start,
.bogo-coupon-table td.col-end {
  text-align: center;
  vertical-align: middle;
  color: #444;
  width: 8%;
}

/* Description */
.bogo-coupon-table td.col-desc {
  font-size: 11px;
  color: #555;
  width: 25%;
}

/* Code */
.bogo-coupon-table td.col-code {
  font-weight: bold;
  color: #d32f2f;
  font-size: 15px;
  width: 15%;
}

/* Copy Column */
.bogo-coupon-table td.col-copy {
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

/* Copy Button */
.copon_copy_active {
  background: #e0ecff;
  border: none;
  border-radius: 6px;
  color: #204080;
  cursor: pointer;
  font-family: "ABeeZee", sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 2.4rem;
  padding: 0 1.2rem;
  text-align: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: inset 0 1px 0 #f5faff;
}

.copon_copy_active:hover {
  background: #d1e2ff;
  box-shadow: 0 2px 4px rgba(0, 40, 100, 0.1);
  color: #163a72;
}

.copon_copy_active:disabled {
  background: #98b7e7;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none;
}

/* === Mobile Portrait Responsive Adjustments === */
@media (max-width: 480px) {
  .bogo-coupon-table {
    font-size: 13px;
  }

  .bogo-coupon-table thead {
    display: none;
  }

  .bogo-coupon-table, 
  .bogo-coupon-table tbody, 
  .bogo-coupon-table tr, 
  .bogo-coupon-table td {
    display: block;
    width: 100%;
  }

  .bogo-coupon-table tr {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    background: #fff;
    padding: 10px;
  }

  .bogo-coupon-table td {
    text-align: left;
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 13px;
  }

  .bogo-coupon-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #555;
    margin-bottom: 4px;
  }

  /* === Coupon Name */
  .bogo-coupon-table td.col-name {
    width: 100%;
    background-color: #f2f6fc;
    font-weight: 600;
    color: #1c2a44;
  }

  /* === Centered Start/End Dates */
  .bogo-coupon-table td.col-start,
  .bogo-coupon-table td.col-end {
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
    color: #444;
  }

  /* === Description */
  .bogo-coupon-table td.col-desc {
    width: 100%;
    background-color: #fafafa;
    font-size: 11px;
    color: #555;
  }

  /* === Code */
  .bogo-coupon-table td.col-code {
    width: 100%;
    background-color: #fff4f4;
    font-weight: bold;
    font-size: 14px;
    color: #d32f2f;
     text-align: center;
  }

  /* === Copy Column */
  .bogo-coupon-table td.col-copy {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  /* === Copy Button */
  .copon_copy_active {
    width: 90%;
    height: 2.6rem;
    font-size: 14px;
    background: #e0ecff;
    color: #1c3c7b;
    border: none;
    border-radius: 6px;
    font-family: "ABeeZee", sans-serif;
    font-weight: 600;
    box-shadow: inset 0 1px 0 #ffffff;
    transition: background 0.3s ease;
  }

  .copon_copy_active:hover {
    background: #d3e4ff;
  }

  .copon_copy_active:disabled {
    background: #9cbfe7;
    color: #fff;
    cursor: not-allowed;
    opacity: 1;
  }
}/* End custom CSS */