.edcw-wrapper {
  width: 100%;
  max-width: 100%;
}

.edcw-label {
  display: block;
  margin-bottom: 12px;
  font: inherit;
  color: inherit;
  line-height: 1.4;
}

.edcw-select-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.edcw-select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  padding: 0 48px 0 18px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  background-color: #fff;
  color: inherit;
  font: inherit;
  line-height: 1.4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.edcw-select:hover {
  border-color: rgba(0, 0, 0, 0.22);
  background-color: #fcfcfc;
}

.edcw-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  background-color: #fff;
}

.edcw-content-list {
  width: 100%;
  margin-top: 24px;
}

.edcw-content-item {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.edcw-content-item.is-active {
  display: block;
}

/* Service header */
.edcw-service-layout {
  width: 100%;
}

.edcw-service-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}

.edcw-service-main {
  min-width: 0;
}

.edcw-service-badge-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.edcw-service-eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
}

.edcw-service-title {
  margin: 0 0 14px;
  font-size: 1.7rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: inherit;
}

.edcw-service-intro {
  margin: 0;
  max-width: none;
  font-size: 1.02rem;
  line-height: 1.75;
  opacity: 0.78;
}

.edcw-service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  color: inherit;
}

/* Cards */
.edcw-card {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-width: 0;
}

.edcw-card h4 {
  margin: 0 0 12px;
  font-size: 1.06rem;
  line-height: 1.3;
  color: inherit;
}

.edcw-card h5 {
  margin: 0 0 10px;
  font-size: 0.98rem;
  line-height: 1.3;
  color: inherit;
}

.edcw-card p,
.edcw-card li,
.edcw-card div,
.edcw-card span,
.edcw-card strong {
  color: inherit;
  font-family: inherit;
}

.edcw-card-full {
  margin-bottom: 20px;
}

.edcw-card-full p {
  margin: 0;
  line-height: 1.7;
}

.edcw-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
  align-items: stretch;
}

/* Charges */
.edcw-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
}

.edcw-price-box {
  padding: 22px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.edcw-price-box + .edcw-price-box {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.edcw-price-box-alt {
  text-align: center;
}

.edcw-price-label {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.58;
}

.edcw-price-value {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.edcw-price-note {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.55;
  opacity: 0.68;
}

.edcw-payment-summary {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.edcw-payment-summary p {
  margin: 0 0 8px;
  line-height: 1.58;
}

.edcw-payment-summary p:last-child {
  margin-bottom: 0;
}

/* Steps */
.edcw-steps {
  display: grid;
  gap: 10px;
}

.edcw-step {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.edcw-step-no {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.edcw-step-text {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.58;
	font-style: italic;
}

.edcw-step-or {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.45;
}

/* Payment blocks */
.edcw-pay-block + .edcw-pay-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.edcw-pay-title {
  margin: 0 0 10px;
}

.edcw-pay-note {
  margin: 10px 0 0;
  font-size: 0.85em;
  line-height: 1.55;
  opacity: 0.72;
  font-style: italic;
}

.edcw-card p {
  margin: 0 0 8px;
  line-height: 1.6;
  font-size: 16px;	
}

.edcw-bank-list {
  margin: 0;
  padding-left: 18px;
}

.edcw-bank-list li {
  margin-bottom: 6px;
  line-height: 1.55;
  font-size: 16px;	
}

.edcw-card iframe,
.edcw-card form,
.edcw-card .wp-block-button,
.edcw-card .wp-block-buttons,
.edcw-card [class*="paypal"],
.edcw-card [class*="payment"] {
  max-width: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
  .edcw-service-header,
  .edcw-grid-2 {
    grid-template-columns: 1fr;
  }

  .edcw-service-badge-wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .edcw-select {
    min-height: 48px;
    padding-left: 14px;
    padding-right: 42px;
    font-size: 16px;
    border-radius: 12px;
  }

  .edcw-content-item {
    padding: 18px;
    border-radius: 18px;
  }

  .edcw-service-title {
    font-size: 1.3rem;
  }

  .edcw-service-intro {
    font-size: 1rem;
    line-height: 1.68;
  }

  .edcw-card,
  .edcw-payment-summary,
  .edcw-price-box {
    padding: 16px;
    border-radius: 14px;
  }

  .edcw-price-grid {
    grid-template-columns: 1fr;
  }

  .edcw-price-box + .edcw-price-box {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .edcw-price-box-alt {
    text-align: left;
  }

  .edcw-price-value {
    font-size: 1.55rem;
  }

  .edcw-step {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .edcw-step-no {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

.edcw-shortcode-placeholder{
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px dashed rgba(0,0,0,0.18);
  background: rgba(255,255,255,0.5);
  font-size: 0.95em;
  opacity: 0.85;
}