/* Start custom CSS for html, class: .elementor-element-4f40b39 */.change-page {
  font-family: 'League Spartan', sans-serif;
  background: #f7f7f7;
  padding: 30px 20px 60px;
  color: #222;
}

.change-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.change-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}

.change-header h1 {
  margin: 0 0 10px;
  color: #2BA4DD;
}

.change-header p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.change-section {
  margin-top: 25px;
}

.change-section h2 {
  margin: 0 0 18px;
  font-size: 20px;
}

.panel-config-wrap {
  margin-top: 18px;
}

.panel-current {
  margin-bottom: 22px;
  padding: 12px 14px;
  border: 1px solid #d9edf7;
  background: #f4fbff;
  border-radius: 6px;
}

.panel-current-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5c7482;
  margin-bottom: 4px;
}

.panel-current-value {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.panel-field {
  flex: 1;
  min-width: 250px;
}

.panel-field > label {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  color: #666;
  font-weight: 600;
}

.panel-style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.panel-style-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.panel-style-card:hover {
  border-color: #2BA4DD;
}

.panel-style-card.selected {
  border: 3px solid #61CE70;
  background: #eef8fd;
}

.option-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 8px;
}

.option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.option-title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.option-price {
  font-size: 13px;
  color: #2BA4DD;
  margin-top: 5px;
  font-weight: 600;
}

.panel-selection {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.custom-select {
  position: relative;
}

.select-selected {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  min-height: 44px;
  cursor: pointer;
  font-family: inherit;
  color: #222;
  text-align: left;
}

.select-selected:hover {
  border-color: #aaa;
}

.select-arrow {
  margin-left: auto;
  color: #777;
  font-size: 10px;
}

.select-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 50;
  margin-top: 6px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.custom-select.active .select-options {
  display: block;
}

.select-search {
  padding: 8px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.select-search input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-family: inherit;
  box-sizing: border-box;
}

.select-group-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  padding: 8px 10px 6px;
  background: #fff;
}

.select-option {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: inherit;
  color: #222;
  text-align: left;
}

.select-option:hover {
  background: #f2f2f2;
}

.option-text {
  flex: 1;
  font-size: 13px;
}

.color-box {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #ccc;
  flex: 0 0 18px;
}

.tag {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #2BA4DD;
  color: #fff;
  white-space: nowrap;
}

.tag.warning {
  background: #f39c12;
}

.secondary-color {
  display: none;
}

.panel-note {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
  line-height: 1.5;
}

.change-summary {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 24px;
  background: #fafafa;
}

.change-summary h3 {
  margin: 0 0 16px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.summary-row span:first-child {
  font-weight: 600;
}

.secondary-summary {
  display: none;
}

.summary-divider {
  height: 1px;
  background: #ddd;
  margin: 12px 0;
}

.summary-total {
  font-size: 16px;
  font-weight: 700;
}

.summary-message {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
}

.action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.cancel-btn,
.submit-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 600;
}

.cancel-btn {
  border: 2px solid #ccc;
  color: #555 !important;
  background: #fff;
}

.cancel-btn:hover {
  border-color: #EED202;
  color: #333 !important;
}

.submit-btn {
  background: #2BA4DD;
  color: #fff !important;
}

.submit-btn:hover {
  opacity: 0.9;
  color: #fff !important;
}

@media (max-width: 900px) {
  .panel-style-grid {
    grid-template-columns: 1fr;
  }

  .panel-selection {
    flex-direction: column;
  }

  .action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cancel-btn,
  .submit-btn {
    text-align: center;
  }
}/* End custom CSS */