.cfw-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center; justify-content: center;
  z-index: 99999;
}
.cfw-overlay.is-open { display: flex; }

.cfw-modal {
  background: #fff;
  border-radius: 14px;
  max-width: 560px;
  width: calc(100% - 32px);
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
}

.cfw-close {
  position: absolute !important; top: 8px; right: 10px;
  background-color: #e5d85f !important; border: 0; font-size: 28px; line-height: 1; cursor: pointer;
}

.cfw-subtitle { margin-top: -6px; color: #666; line-height: 22px; }

.cfw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.cfw-field { display: flex; flex-direction: column; }
.cfw-field label { font-weight: 600; margin-bottom: 6px; }
.cfw-field input {
  padding: 10px;
  border: 1px solid #ddd; border-radius: 8px;
}

.cfw-actions {
  margin-top: 16px;
  display: inline-flex; align-items: center; gap: 12px;
}
.cfw-actions button {
	background-color: #e5d85f; !important;
}
.cfw-status { font-size: 14px; color: #555; }

button.alt.cf-wholesale-btn {
	    background-color: transparent !important;
		border: 1px solid #000 !important;
		max-width: 100px;
		margin-top: 0 !important;
}
html[lang="de-DE"] button.alt.cf-wholesale-btn {
    word-break: break-all;
	max-width: 130px;
}
span.dreamwholeheader {
	display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}
span.dreamwholeheader img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
h3#cfw-title {
    display: inline-flex;
    margin-bottom: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
	line-height: 18px;
}	
@media (max-width: 520px) {
  .cfw-grid { grid-template-columns: 1fr; }
}
