/***=!! New design variables !!=***/
/***=!! New design variables !!=***/
@keyframes onAutoFillStart-edf3daf8 {
from {
    /**/
}
to {
    /**/
}
}
.campaign-component-detail[data-v-edf3daf8] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.campaign-component-detail__layout[data-v-edf3daf8] {
  display: flex;
  height: 100%;
  position: relative;
}
.campaign-component-detail__layout--single-column[data-v-edf3daf8] {
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
}
.campaign-component-detail__preview-column[data-v-edf3daf8] {
  flex: 0 1 65%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.campaign-component-detail__info-column[data-v-edf3daf8] {
  flex: 0 0 35%;
  min-width: 500px;
  height: 100%;
  overflow-y: auto;
  border-left: 1px solid #e8eaee;
  background: #ffffff;
}
.campaign-component-detail__layout--single-column .campaign-component-detail__info-column[data-v-edf3daf8] {
  flex: 0 0 auto;
  border-left: none;
  max-width: 600px;
  width: 100%;
}
.campaign-component-detail__info-content[data-v-edf3daf8] {
  padding: 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
.campaign-component-detail__info-content[data-v-edf3daf8] {
    padding: 24px 20px;
}
}
.campaign-component-detail__header[data-v-edf3daf8] {
  margin-bottom: 16px;
}
.campaign-component-detail__header-top[data-v-edf3daf8] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.campaign-component-detail__icon[data-v-edf3daf8] {
  font-size: 32px;
  color: #2f3750;
  flex-shrink: 0;
  margin-top: 2px;
}
.campaign-component-detail__title[data-v-edf3daf8] {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #24292e;
  line-height: 1.3;
  flex: 1;
}
.campaign-component-detail__description[data-v-edf3daf8] {
  color: #6f788b;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.campaign-component-detail__program-section[data-v-edf3daf8] {
  margin-bottom: 32px;
}
.campaign-component-detail__section-title[data-v-edf3daf8] {
  font-size: 15px;
  font-weight: 600;
  color: #24292e;
  margin: 0 0 8px 0;
}
.campaign-component-detail__section-helper[data-v-edf3daf8] {
  font-size: 13px;
  color: #6f788b;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.campaign-component-detail__radio-group[data-v-edf3daf8] {
  margin-bottom: 16px;
}
.campaign-component-detail__radio-group[data-v-edf3daf8]:last-child {
  margin-bottom: 0;
}
.campaign-component-detail__radio-option[data-v-edf3daf8] {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 0;
}
.campaign-component-detail__radio-option--disabled[data-v-edf3daf8] {
  cursor: not-allowed;
  opacity: 0.6;
}
.campaign-component-detail__radio-input[data-v-edf3daf8] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}
.campaign-component-detail__radio-input[data-v-edf3daf8]:disabled {
  cursor: not-allowed;
}
.campaign-component-detail__radio-label[data-v-edf3daf8] {
  font-size: 14px;
  font-weight: 500;
  color: #24292e;
  cursor: pointer;
  user-select: none;
}
.campaign-component-detail__radio-option--disabled .campaign-component-detail__radio-label[data-v-edf3daf8] {
  cursor: not-allowed;
}
.campaign-component-detail__radio-content[data-v-edf3daf8] {
  margin-top: 12px;
  padding-left: 28px;
}
.campaign-component-detail__disabled-message[data-v-edf3daf8] {
  font-size: 13px;
  color: #6f788b;
  margin: 0;
  font-style: italic;
}
.campaign-component-detail__field[data-v-edf3daf8] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.campaign-component-detail__type-warning[data-v-edf3daf8] {
  margin-top: 8px;
}
.campaign-component-detail__type-warning-text[data-v-edf3daf8] {
  font-size: 13px;
  color: #e8a130;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: help;
}
.campaign-component-detail__label[data-v-edf3daf8] {
  font-size: 13px;
  font-weight: 600;
  color: #24292e;
  display: block;
}
.campaign-component-detail__text-input[data-v-edf3daf8] {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #dde0e4;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}
.campaign-component-detail__text-input[data-v-edf3daf8]:focus {
  border-color: #5b8ff9;
}
.campaign-component-detail__text-input[data-v-edf3daf8]::placeholder {
  color: #b4bac5;
}
.campaign-component-detail__text-input--error[data-v-edf3daf8] {
  border-color: #e85d5d;
}
.campaign-component-detail__text-input--error[data-v-edf3daf8]:focus {
  border-color: #e85d5d;
}
.campaign-component-detail__validation-message[data-v-edf3daf8] {
  margin-top: 8px;
}
.campaign-component-detail__error-text[data-v-edf3daf8] {
  font-size: 13px;
  color: #e85d5d;
  margin: 0 0 4px 0;
  font-weight: 500;
}
.campaign-component-detail__instruction-text[data-v-edf3daf8] {
  font-size: 13px;
  color: #6f788b;
  margin: 0;
}
.campaign-component-detail__inline-action[data-v-edf3daf8] {
  background: none;
  border: none;
  padding: 0;
  color: #5b8ff9;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  font-family: inherit;
}
.campaign-component-detail__inline-action[data-v-edf3daf8]:hover {
  color: #4a7dcc;
}
.campaign-component-detail__inline-action[data-v-edf3daf8]:active {
  color: #3a6baa;
}
.campaign-component-detail__button-container[data-v-edf3daf8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}
.campaign-component-detail__create-button[data-v-edf3daf8] {
  min-width: 140px;
}
.campaign-component-detail__pending-message[data-v-edf3daf8] {
  font-size: 13px;
  color: #6f788b;
  margin: 0;
  font-style: italic;
}
.campaign-component-detail__flow[data-v-edf3daf8] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}