/* ===== Global ===== */
.bee1-ppc-locked {
  overflow: hidden;
}

.bee1-ppc-wrapper.loading {
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

/* ===== Banner (selected product) ===== */
.bee1-ppc-banner {
  margin: 15px 0 25px;
  padding: 16px 20px;
  background: #f8f9fa;
  border: 1px solid #e1e5e9;
  border-radius: 16px;
  text-align: right;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.bee1-ppc-banner a {
  font-weight: 700;
  text-decoration: none;
  color: #007bff;
  transition: color .2s ease;
}

.bee1-ppc-banner a:hover {
  color: #0056b3;
}

/* ===== Checkout layout fixes (scoped to wrapper) ===== */
#bee1-ppc-wrapper .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 980px) {
  #bee1-ppc-wrapper form.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
}

/* Cards */
#bee1-ppc-wrapper #customer_details,
#bee1-ppc-wrapper #order_review {
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  margin-bottom: 20px;
}

/* Reset form rows to single column and kill theme floats/flex/pseudo-decorations */
#bee1-ppc-wrapper .woocommerce form .form-row,
#bee1-ppc-wrapper .woocommerce form .form-row-wide,
#bee1-ppc-wrapper .woocommerce form .form-row-first,
#bee1-ppc-wrapper .woocommerce form .form-row-last {
  display: block;
  width: 100%;
  float: none !important;
  clear: both;
  margin-bottom: 14px;
}

#bee1-ppc-wrapper .woocommerce .form-row label {
  float: none !important;
  display: block;
  text-align: right;
  margin-bottom: 6px;
  font-weight: 600;
  white-space: nowrap;
}

/* Some themes add icons/bullets via label pseudos – disable them inside wrapper */
#bee1-ppc-wrapper .woocommerce .form-row label:before,
#bee1-ppc-wrapper .woocommerce .form-row label:after {
  content: none !important;
}

#bee1-ppc-wrapper .woocommerce .form-row abbr.required {
  color: #007bff;
  text-decoration: none;
  margin-inline-start: 6px;
  font-weight: 700;
}

#bee1-ppc-wrapper .woocommerce input.input-text,
#bee1-ppc-wrapper .woocommerce textarea,
#bee1-ppc-wrapper .woocommerce select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 12px 16px;
  background: #fff;
  line-height: 1.4;
  font-size: 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

#bee1-ppc-wrapper .woocommerce input.input-text:focus,
#bee1-ppc-wrapper .woocommerce textarea:focus,
#bee1-ppc-wrapper .woocommerce select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, .1);
}

#bee1-ppc-wrapper .woocommerce-checkout-review-order {
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

#bee1-ppc-wrapper #order_review {
  background: transparent;
  border: 0;
  padding: 0;
}

#bee1-ppc-wrapper .woocommerce table.shop_table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e1e5e9;
}

#bee1-ppc-wrapper .woocommerce table.shop_table th,
#bee1-ppc-wrapper .woocommerce table.shop_table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f3f4;
}

#bee1-ppc-wrapper .woocommerce table.shop_table th {
  background: #f8f9fa;
  font-weight: 600;
}

/* ===== Modal ===== */
.bee1-ppc-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.bee1-ppc-modal.is-open {
  display: block;
}

.bee1-ppc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6);
}

.bee1-ppc-modal__dialog {
  position: relative;
  width: min(750px, 95vw);
  max-height: 90vh;
  margin: 5vh auto 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .3);
  display: flex;
  flex-direction: column;
}

.bee1-ppc-modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e1e5e9;
  background: #f8f9fa;
}

.bee1-ppc-modal__header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.bee1-ppc-modal__close {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  background: transparent;
  border: 0;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #555;
  padding: 4px 8px;
}

/* Toolbar */
.bee1-ppc-toolbar input#bee1-ppc-search {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 14px;
  font-size: 15px;
  background: #fafbfc;
  transition: all 0.2s ease;
}

.bee1-ppc-toolbar input#bee1-ppc-search:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, .12);
  background: #fff;
}

.bee1-ppc-search-wrap {
  flex: 1;
  position: relative;
}


.bee1-ppc-view-toggle {
  display: flex;
  gap: 6px;
}

.bee1-ppc-view-btn {
  background: #f8f9fa;
  border: 2px solid #e1e5e9;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s ease;
}

.bee1-ppc-view-btn:hover {
  background: #e9ecef;
  border-color: #007bff;
}

.bee1-ppc-view-btn.is-active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.bee1-ppc-modal__close:hover {
  color: #000;
}

.bee1-ppc-modal__body {
  padding: 20px;

  /* Grid view */
  .bee1-view-grid .bee1-ppc-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
  }

  .bee1-view-grid .bee1-ppc-items li {
    height: 100%;
  }

  .bee1-view-grid .bee1-ppc-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .bee1-view-grid .bee1-ppc-item__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bee1-view-grid .bee1-ppc-thumb {
    width: 100%;
    height: 150px;
    object-fit: contain;
  }

  .bee1-view-grid .bee1-ppc-name {
    white-space: normal;
    max-width: 100%;
    line-height: 1.3;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bee1-view-grid .bee1-ppc-dimensions {
    max-width: 100%;
    text-align: center;
  }

  .bee1-view-grid .bee1-ppc-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .bee1-view-grid .bee1-ppc-price {
    font-size: 18px;
    font-weight: 700;
  }

  overflow: auto;
  flex: 1;
}

.bee1-ppc-loading {
  text-align: center;
  padding: 24px;
}

/* ===== Popup product list: one row per product ===== */
.bee1-ppc-cat-filter {
  margin-bottom: 15px;
  position: relative;
}

.bee1-ppc-cat-filter ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 123, 255, 0.3) transparent;
}

.bee1-ppc-cat-filter ul::-webkit-scrollbar {
  height: 6px;
}

.bee1-ppc-cat-filter ul::-webkit-scrollbar-track {
  background: transparent;
}

.bee1-ppc-cat-filter ul::-webkit-scrollbar-thumb {
  background: rgba(0, 123, 255, 0.3);
  border-radius: 3px;
}

.bee1-ppc-cat-filter ul::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 123, 255, 0.5);
}

/* Scroll indicators (gradient fade) */
.bee1-ppc-cat-filter::before,
.bee1-ppc-cat-filter::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 10px;
  width: 40px;
  pointer-events: none;
  z-index: 1;
}

.bee1-ppc-cat-filter::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent);
}

.bee1-ppc-cat-filter::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), transparent);
}

.bee1-ppc-cat-filter li {
  margin-right: 10px;
}

.bee1-ppc-cat-filter button {
  background: #f8f9fa;
  border: 2px solid #e1e5e9;
  border-radius: 20px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: 500;
}

.bee1-ppc-cat-filter button:hover {
  background: #e9ecef;
  border-color: #007bff;
}

.bee1-ppc-cat-filter button.active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.25);
}

/* Active category that has items on sale */
.bee1-ppc-cat-filter button.active.has-sale {
  background: #ff8800;
  border-color: #ff8800;
  box-shadow: 0 2px 10px rgba(255, 136, 0, .35);
}

/* Sale dot inside category button (absolute small indicator) */
.bee1-ppc-cat-filter button .bee1-ppc-sale-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff3d3d;
  border-radius: 50%;
  margin-inline-start: 6px;
  box-shadow: 0 0 0 3px rgba(255, 61, 61, .15);
  vertical-align: middle;
}

/* Product count badge inside category button */
.bee1-ppc-cat-count {
  display: inline-block;
  background: #28a745;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
  margin-inline-start: 6px;
  line-height: 1.2;
  vertical-align: middle;
  min-width: 18px;
  text-align: center;
}

.bee1-ppc-cat-filter button.active .bee1-ppc-cat-count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 700;
}

/* Sale badge for product row */
.bee1-ppc-sale-badge {
  background: #ff3d3d;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 10px;
  margin-inline-end: 6px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(255, 61, 61, .3);
}

/* Variable product badge */
.bee1-ppc-var-badge {
  background: #007bff;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 10px;
  margin-inline-end: 6px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 123, 255, .25);
}

/* Ensure grid works if class applied on modal OR list wrapper */
.bee1-view-grid .bee1-ppc-items,
#bee1-ppc-modal.bee1-view-grid .bee1-ppc-items,
.bee1-ppc-list.bee1-view-grid .bee1-ppc-items {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.bee1-ppc-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bee1-ppc-items li {
  margin: 0;
  padding: 0;
}

.bee1-ppc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* ===== Variation Swatches ===== */
  .bee1-ppc-variation-form {
    margin-top: 14px;
    padding: 12px 10px 6px;
    background: #f9fafb;
    border: 1px solid #e2e6ea;
    border-radius: 14px;
  }

  .bee1-ppc-attr {
    margin-bottom: 14px;
  }

  .bee1-ppc-attr:last-child {
    margin-bottom: 10px;
  }

  .bee1-ppc-attr-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
    text-transform: capitalize;
    direction: rtl;
    text-align: right;
  }

  .bee1-ppc-swatch-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bee1-ppc-swatch {
    position: relative;
    cursor: pointer;
    border: 2px solid #d5d9dd;
    background: #fff;
    color: #222;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .bee1-ppc-swatch:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
  }

  .bee1-ppc-swatch--color {
    padding: 6px 10px 6px 8px;
  }

  .bee1-ppc-swatch-chip {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--swatch, #ccc);
    box-shadow: 0 0 0 1px #c0c4c7, 0 2px 4px rgba(0, 0, 0, .15) inset;
  }

  .bee1-ppc-swatch-text {
    font-size: 11px;
    direction: rtl;
    text-align: right;
  }

  .bee1-ppc-swatch:hover:not(.is-unavailable):not(.is-selected) {
    border-color: #007bff;
    background: #f0f7ff;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 123, 255, .15);
  }

  .bee1-ppc-swatch.is-selected {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    box-shadow: 0 3px 10px rgba(0, 123, 255, .4);
    transform: scale(1.05);
  }

  .bee1-ppc-swatch.is-unavailable {
    opacity: .35;
    cursor: not-allowed;
    text-decoration: line-through;
  }

  .bee1-ppc-swatch.is-oos:not(.is-unavailable):after {
    content: '\2716';
    font-size: 11px;
    color: #ff3d3d;
    position: absolute;
    top: -6px;
    right: -6px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ff3d3d;
  }

  .bee1-ppc-variation-price {
    font-weight: 700;
    font-size: 16px;
    margin: 8px 0 12px;
    color: #28a745;
    min-height: 24px;
    direction: rtl;
    text-align: right;
  }

  .bee1-ppc-add-var {
    background: #28a745;
    border: 0;
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: all .2s ease;
    width: 100%;
  }

  .bee1-ppc-add-var:hover:not([disabled]) {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, .3);
  }

  .bee1-ppc-add-var:active:not([disabled]) {
    transform: translateY(0);
  }

  .bee1-ppc-add-var[disabled] {
    opacity: .5;
    cursor: not-allowed;
    background: #6c757d;
  }

  .bee1-ppc-add-var:not([disabled]) {
    animation: pulse 2s infinite;
  }

  @keyframes pulse {

    0%,
    100% {
      box-shadow: 0 2px 8px rgba(40, 167, 69, .3);
    }

    50% {
      box-shadow: 0 4px 16px rgba(40, 167, 69, .5);
    }
  }

  @media (max-width:600px) {
    .bee1-ppc-swatch {
      font-size: 12px;
      padding: 5px 10px;
    }

    .bee1-ppc-swatch-chip {
      width: 16px;
      height: 16px;
    }
  }

  /* Search highlight */
  mark.bee1-ppc-hl {
    background: #ffe58f;
    color: inherit;
    padding: 0 2px;
    border-radius: 3px;
  }

  gap: 12px;
  border: 1px solid #e1e5e9;
  border-radius: 16px;
  padding: 16px 18px;
  background: #fff;
  text-align: right;
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.bee1-ppc-item:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}

.bee1-ppc-item__left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.bee1-ppc-thumb {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e1e5e9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.bee1-ppc-name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50vw;
  font-size: 16px;
  transition: color 0.2s ease;
}

.bee1-ppc-item:hover .bee1-ppc-name {
  color: #007bff;
}

.bee1-ppc-dimensions {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50vw;
}

.bee1-ppc-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bee1-ppc-price {
  font-weight: 700;
}

.bee1-ppc-chevron {
  font-size: 20px;
  opacity: .5;
}

/* ===== Overlay loader while checkout updates ===== */
.bee1-ppc-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
}

.bee1-ppc-overlay.is-active {
  display: flex;
}

.bee1-ppc-overlay__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 20px;
  padding: 24px 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.bee1-ppc-spinner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid rgba(0, 123, 255, 0.2);
  border-top-color: #007bff;
  animation: bee1spin 1s linear infinite;
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
}

@keyframes bee1spin {
  to {
    transform: rotate(360deg);
  }
}

.bee1-ppc-overlay__msg {
  font-weight: 700;
}

/* Prevent theme override on checkout background */
#bee1-ppc-wrapper .woocommerce-checkout {
  background: transparent;
}

/* (keep the rest of your CSS as-is; add/update these parts) */

/* Row state when not selectable */
.bee1-ppc-item.is-disabled {
  opacity: .55;
  cursor: not-allowed;
  background: #f6f6f6;
}

.bee1-ppc-item.is-disabled .bee1-ppc-chevron {
  opacity: .25;
}

/* Stock badges */
.bee1-ppc-stock {
  font-weight: 700;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid;
  line-height: 1.2;
}

.bee1-ppc-stock--oos {
  color: #dc3545;
  background: #f8d7da;
  border-color: #f5c6cb;
}

.bee1-ppc-stock--bo {
  color: #1b6d2d;
  background: #effaf1;
  border-color: #cfe6cf;
}

/* Disabled list during loading */
.bee1-ppc-list.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.bee1-ppc-variations {
  display: none;
  padding: 15px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}

.bee1-ppc-variations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bee1-ppc-variations li {
  margin-bottom: 10px;
}

.bee1-ppc-variations button {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
}

.bee1-ppc-variations button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bee1-ppc-variations form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bee1-ppc-variations select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.bee1-ppc-variation-price {
  font-weight: bold;
}

.bee1-ppc-variations button[type="submit"] {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.bee1-ppc-variations button[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Load more button */
.bee1-ppc-load-more {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #e1e5e9;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: all .2s ease;
  font-size: 16px;
  font-weight: 600;
  color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.bee1-ppc-load-more:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
  color: #0056b3;
}

/* Quick View Modal */
#bee1-ppc-quick-view-modal {
  position: fixed;
  pointer-events: none;
  background: transparent;
  display: none;
  z-index: 10001;
}

#bee1-ppc-quick-view-modal img {
  max-width: 300px;
  max-height: 300px;
  border: 6px solid #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
  background: #fff;
  display: block;
}

/* Skeleton loaders */
.bee1-ppc-items--skeleton .bee1-ppc-skel {
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #e1e5e9;
  border-radius: 16px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.bee1-ppc-skel-thumb {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f0f0f0, #fafafa, #f0f0f0);
  background-size: 200% 100%;
  animation: bee1shimmer 1.2s linear infinite;
}

.bee1-ppc-skel-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bee1-ppc-skel-lines span {
  display: block;
  height: 12px;
  width: 60%;
  background: linear-gradient(90deg, #f0f0f0, #fafafa, #f0f0f0);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: bee1shimmer 1.2s linear infinite;
}

@keyframes bee1shimmer {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200% 0;
  }
}
.bee1-archive-modal__close {
  background-color: #009fe3 !important;
  color: white !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  right: 15px !important;
  top: 15px !important;
  border: 2px solid white !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  padding-bottom: 5px !important;
  z-index: 999999 !important;
}

.bee1-archive-modal__close {
  background-color: #009fe3 !important;
  color: white !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  right: 15px !important;
  top: 15px !important;
  border: 2px solid white !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  padding-bottom: 5px !important;
  z-index: 999999 !important;
}

/* Font fix global */
.bee1-archive-modal,
.bee1-archive-modal *,
#bee1-archive * {
  font-family: inherit;
}

.bee1-archive-modal__close {
  right: 30px !important;
  left: auto !important;
  top: 14px !important;
  width: 46px !important;
  height: 46px !important;
  padding: 0 0 3px !important;
  background-color: #0176b9 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(1, 38, 74, .28) !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .18) !important;
}
