.elementor-4104 .elementor-element.elementor-element-0fe3edb{--display:flex;}.elementor-4104 .elementor-element.elementor-element-439e347{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6437554 */.acf-pricelist {
  margin: 20px 0;
  font-family: "Inter", "Segoe UI", sans-serif;
}
.pricelist-block {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  padding: 15px;
}
.pricelist-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.pricelist-title a {
  color: #000;
  text-decoration: none;
}
.pricelist-title a:hover {
  text-decoration: underline;
}
.pricelist-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.pricelist-table th,
.pricelist-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.pricelist-table th {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 14px;
}
.pricelist-table input[type="number"],
.pricelist-table input[type="text"] {
  width: 80px;
  padding: 5px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.pricelist-table input[readonly] {
  background: #f8f8f8;
  border: none;
  color: #555;
}
.pricelist-table input[type="checkbox"] {
  transform: scale(1.3);
  cursor: pointer;
}
.pricelist-table tr.done td {
  background: #e8ffe8;
}
.pricelist-table tr.not-done td.itog {
  color: #aaa;
}
.muted { color: #aaa; }
.block-sale { color: #c00; font-weight: bold; }

.pricelist-total-all {
  margin-top: 30px;
  padding: 15px;
  background: #f0f0f0;
  font-size: 20px;
  text-align: right;
  border-top: 3px solid #000;
  border-radius: 0 0 12px 12px;
}

/* 📱 Мобильная адаптация */
@media (max-width: 768px) {
  .pricelist-table,
  .pricelist-table thead,
  .pricelist-table tbody,
  .pricelist-table th,
  .pricelist-table td,
  .pricelist-table tr {
    display: block;
    width: 100%;
  }

  .pricelist-table thead { display: none; }

  .pricelist-table tr {
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  .pricelist-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    border: none;
    border-bottom: 1px solid #f0f0f0;
  }

  .pricelist-table td:last-child {
    border-bottom: none;
  }

  .pricelist-table td::before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 13px;
    color: #333;
  }

  .pricelist-table input[type="number"],
  .pricelist-table input[type="text"] {
    width: 90px;
    font-size: 13px;
  }

  .block-sale,
  .block-total,
  .block-total-final {
    font-size: 15px;
  }

  .pricelist-total-all {
    font-size: 18px;
    text-align: center;
    border-top: 2px solid #000;
  }
}/* End custom CSS */