/**
 * EazyDocs Settings Page Styles
 * 
 * This file contains all styles specific to the Settings page (CSF Framework).
 * Loaded only on eazydocs-settings page for better performance.
 * 
 * @package EazyDocs
 */
.csf-options {
  max-width: 1400px;
}

.csf-nav .csf-tab-icon {
  font-size: 15px !important;
}

.csf-nav ul li .csf-arrow:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 12px;
}

.csf-subtitle-text {
  line-height: 1.2;
}

.csf-field .csf-title {
  width: 30% !important;
}
.csf-field .csf-fieldset {
  width: calc(70% - 20px) !important;
}
.csf-field.csf-field-heading .csf-title {
  width: 100% !important;
}

.csf-field-heading .csf-title {
  width: 100% !important;
}

.csf-field-text input {
  width: 70%;
}

.csf-field-switcher .csf--switcher {
  min-width: 95px;
}

.csf-field-image_select figure {
  width: 100px;
}
.csf-field-image_select figure:before {
  content: "\f147";
  font-family: dashicons;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
}
.csf-field-image_select .csf--active figure:before {
  opacity: 1;
}
.csf-field-image_select img {
  opacity: 0.6;
}
.csf-field-image_select img:hover {
  opacity: 1;
}
.csf-field-image_select .csf--active img {
  opacity: 1;
}

.csf-field .chosen-container-single .chosen-single div b:before {
  content: "\f347";
  font-family: dashicons;
  font-size: 12px;
}
.csf-field .chosen-container-single .chosen-single abbr:before {
  content: "\f335" !important;
  font-family: dashicons;
}

.csf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f335" !important;
  font-family: dashicons;
}

.csf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f343";
  font-family: dashicons;
}

.csf-field-repeater .csf-repeater-content {
  background-color: rgba(247, 247, 247, 0.5607843137);
}

.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] {
  border: none !important;
  box-shadow: none;
  outline: none;
}
.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] .csf-field {
  float: left;
  border: none;
  padding: 0;
}
.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] .csf-field:last-child {
  min-width: 240px;
  margin-left: 25px;
}
.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] .csf-field:last-child .csf-title {
  margin-top: 4px;
}

body.ezd_no_promax .eazydocs-promax-notice.csf-field,
.eazydocs-pro-notice.csf-field {
  position: relative;
  cursor: pointer;
}

body.valid.docy .active-theme-docy .csf-title,
body.valid.docy .active-theme-docy .csf-fieldset,
body.valid.docly .active-theme-docly .csf-title,
body.valid.docly .active-theme-docly .csf-fieldset,
body.valid .active-theme .csf-title,
body.valid .active-theme .csf-fieldset {
  pointer-events: inherit;
  opacity: 1;
}

body.valid.docy .active-theme-docy.csf-field::before,
body.valid.docy .active-theme-docy.csf-field::after,
body.valid.docly .active-theme-docly.csf-field::before,
body.valid.docly .active-theme-docly.csf-field::after,
body.valid .active-theme.csf-field::before,
body.valid .active-theme.csf-field::after {
  display: none;
}

body:not(.ezd-premium) .eazydocs-pro-notice.csf-field:not([class*=active-theme])::before {
  content: "Pro";
  background: linear-gradient(135deg, #5b86e5 0%, #36d1dc 100%);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
body:not(.ezd-premium) .eazydocs-pro-notice.csf-field:not([class*=active-theme])::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
body:not(.ezd-premium) .eazydocs-pro-notice:not([class*=active-theme]) .csf-title,
body:not(.ezd-premium) .eazydocs-pro-notice:not([class*=active-theme]) .csf-fieldset {
  opacity: 0.5;
  pointer-events: none;
}

body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice.csf-field[class*=active-theme]::before {
  content: "Pro";
  background: linear-gradient(135deg, #5b86e5 0%, #36d1dc 100%);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice.csf-field[class*=active-theme]::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice[class*=active-theme] .csf-title,
body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice[class*=active-theme] .csf-fieldset {
  opacity: 0.5;
  pointer-events: none;
}

body.ezd_no_promax .eazydocs-promax-notice.csf-field::before {
  content: "Pro Max";
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
body.ezd_no_promax .eazydocs-promax-notice .csf-title,
body.ezd_no_promax .eazydocs-promax-notice .csf-fieldset {
  opacity: 0.5;
  pointer-events: none;
}

body.ama .eazydocs-pro-notice.active-theme-ama .csf-title,
body.ama .eazydocs-pro-notice.active-theme-ama .csf-fieldset {
  opacity: unset !important;
  pointer-events: unset !important;
}
body.ama .eazydocs-pro-notice.active-theme-ama.csf-field::before, body.ama .eazydocs-pro-notice.active-theme-ama.csf-field::after {
  display: none;
}

.upgrade-link {
  background: linear-gradient(135deg, #5b86e5 0%, #36d1dc 100%);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
}
.upgrade-link:hover {
  opacity: 0.9;
  color: #fff;
}

.ezd-settings-intro {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  color: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 25px;
}
.ezd-settings-intro__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.ezd-settings-intro__icon {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 10px;
  flex-shrink: 0;
}
.ezd-settings-intro__icon .dashicons {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #ffd700;
}
.ezd-settings-intro__content h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.ezd-settings-intro__content p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}
.ezd-settings-intro__features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
}
.ezd-settings-intro__features span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ezd-settings-intro__features span .dashicons {
  color: #48bb78;
}
.ezd-settings-intro--green {
  background: linear-gradient(135deg, #065f46 0%, #047857 100%);
}
.ezd-settings-intro--green .ezd-settings-intro__icon .dashicons {
  color: #a7f3d0;
}

.ezd-settings-quickstart {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.ezd-settings-quickstart__title {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #1a202c;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ezd-settings-quickstart__title .dashicons {
  color: #ecc94b;
}
.ezd-settings-quickstart__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.ezd-settings-quickstart__step {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  border-left: 4px solid #5b86e5;
}
.ezd-settings-quickstart__step--step-2 {
  border-left-color: #38a169;
}
.ezd-settings-quickstart__step--step-3 {
  border-left-color: #805ad5;
}
.ezd-settings-quickstart__step-label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
  color: #5b86e5;
}
.ezd-settings-quickstart__step--step-2 .ezd-settings-quickstart__step-label {
  color: #38a169;
}
.ezd-settings-quickstart__step--step-3 .ezd-settings-quickstart__step-label {
  color: #805ad5;
}
.ezd-settings-quickstart__step-text {
  font-size: 13px;
  color: #4a5568;
  line-height: 1.5;
}

.ezd-settings-info {
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ezd-settings-info--warning {
  background: #fffbeb;
  border: 1px solid #fcd34d;
}
.ezd-settings-info--warning .dashicons {
  color: #d97706;
  flex-shrink: 0;
  margin-top: 2px;
}
.ezd-settings-info--warning strong {
  color: #92400e;
}
.ezd-settings-info--warning p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #78350f;
}
.ezd-settings-info--pro {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  border: 1px solid #c4b5fd;
  flex-direction: column;
  gap: 0;
}
.ezd-settings-info--pro h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #5b21b6;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ezd-settings-info--pro h4 .dashicons {
  color: #7c3aed;
}
.ezd-settings-info--pro p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #4c1d95;
  line-height: 1.6;
}
.ezd-settings-info--info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}
.ezd-settings-info--info .dashicons {
  color: #2563eb;
  flex-shrink: 0;
  margin-top: 2px;
}
.ezd-settings-info--info strong {
  color: #1e40af;
}
.ezd-settings-info--info p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #1e3a8a;
}
.ezd-settings-info__example {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  font-size: 12px;
  color: #6b21a8;
}
.ezd-settings-info__example strong {
  color: #5b21b6;
}

.ezd-perm-matrix {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.ezd-perm-matrix h4 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 600;
  color: #1a202c;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ezd-perm-matrix h4 .dashicons {
  color: #5b86e5;
}
.ezd-perm-matrix__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.ezd-perm-matrix__table th,
.ezd-perm-matrix__table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}
.ezd-perm-matrix__table th {
  color: #475569;
  font-weight: 600;
  background: #f1f5f9;
}
.ezd-perm-matrix__table td:first-child {
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
}
.ezd-perm-matrix__table td:last-child {
  color: #475569;
  line-height: 1.5;
}
.ezd-perm-matrix__table tr:last-child td {
  border-bottom: 0;
}

.ezd-settings-howto {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px dashed #c3c4c7;
  margin-top: 10px;
}
.ezd-settings-howto strong {
  color: #1d2327;
  display: block;
  margin-bottom: 5px;
}
.ezd-settings-howto ul {
  margin: 5px 0 0 20px;
  padding: 0;
  color: #50575e;
}
.ezd-settings-howto ul li {
  margin-bottom: 3px;
}

.ezd-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 8px;
}
.ezd-badge--pro {
  background: linear-gradient(135deg, #5b86e5 0%, #36d1dc 100%);
  color: #fff;
}
.ezd-badge--promax {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}
.ezd-badge--new {
  background: linear-gradient(135deg, #38a169 0%, #48bb78 100%);
  color: #fff;
}

.ezd-smtp-notice {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  margin-top: 10px;
}
.ezd-smtp-notice .ezd-smtp-notice-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.ezd-smtp-notice .ezd-smtp-notice-icon .dashicons {
  font-size: 26px;
  width: 26px;
  height: 26px;
  color: #fff;
}
.ezd-smtp-notice .ezd-smtp-notice-content {
  flex-grow: 1;
}
.ezd-smtp-notice .ezd-smtp-notice-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 10px;
}
.ezd-smtp-notice .ezd-smtp-notice-content p {
  font-size: 14px;
  color: #1e40af;
  margin: 0 0 12px;
  line-height: 1.6;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-benefits-title,
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins-title {
  font-weight: 600;
  color: #1e3a8a;
  margin: 16px 0 8px;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-benefits {
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1e40af;
  margin-bottom: 6px;
  line-height: 1.5;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-benefits li .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #16a34a;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins .ezd-smtp-plugin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1e3a8a;
  text-decoration: none;
  border: 1px solid #bfdbfe;
  transition: all 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins .ezd-smtp-plugin .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #22c55e;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins .ezd-smtp-plugin .ezd-plugin-name {
  color: #0f172a;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins .ezd-smtp-plugin .ezd-plugin-badge {
  padding: 2px 8px;
  background: #3b82f6;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins .ezd-smtp-plugin .ezd-plugin-badge.ezd-badge-free {
  background: #22c55e;
}
.ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins .ezd-smtp-plugin:hover {
  background: #eff6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #3b82f6;
}

#customize-controls .csf-field-image_select img {
  width: 85px;
  height: auto;
}

.customize-pane-parent li#accordion-section-shortcode_fields,
.customize-pane-parent li#accordion-section-role_manager_fields,
.customize-pane-parent li#accordion-section-design_fields {
  display: none !important;
}

li#accordion-section-design_fields {
  display: none !important;
}

/** === Email Reports Settings Enhanced Styles === **/
.ezd-email-reports-header {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  border: 1px solid #bae6fd;
  margin-bottom: 10px;
}
.ezd-email-reports-header .ezd-header-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.ezd-email-reports-header .ezd-header-icon .dashicons {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: #fff;
}
.ezd-email-reports-header .ezd-header-content {
  flex-grow: 1;
}
.ezd-email-reports-header .ezd-header-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.ezd-email-reports-header .ezd-header-content p {
  font-size: 14px;
  color: #475569;
  margin: 0 0 16px;
  line-height: 1.6;
}
.ezd-email-reports-header .ezd-feature-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ezd-email-reports-header .ezd-feature-highlights .ezd-highlight-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #0369a1;
  border: 1px solid #bae6fd;
  transition: all 0.2s;
}
.ezd-email-reports-header .ezd-feature-highlights .ezd-highlight-item .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #22c55e;
}
.ezd-email-reports-header .ezd-feature-highlights .ezd-highlight-item:hover {
  background: #f0f9ff;
  transform: translateY(-1px);
}

.ezd-email-report-status-wrapper {
  display: flex;
  gap: 16px;
  padding: 0;
  margin-bottom: 10px;
}
.ezd-email-report-status-wrapper .ezd-report-status-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.ezd-email-report-status-wrapper .ezd-report-status-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef3c7;
  border-radius: 12px;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-icon .dashicons {
  font-size: 22px;
  width: 22px;
  height: 22px;
  color: #f59e0b;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-icon.ezd-status-icon-next {
  background: #dcfce7;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-icon.ezd-status-icon-next .dashicons {
  color: #22c55e;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-icon.ezd-status-icon-tz {
  background: #e0f2fe;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-icon.ezd-status-icon-tz .dashicons {
  color: #3b82f6;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-content .ezd-status-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ezd-email-report-status-wrapper .ezd-report-status-card .ezd-status-content .ezd-status-value {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

@media (max-width: 768px) {
  .ezd-email-reports-header {
    flex-direction: column;
    text-align: center;
  }
  .ezd-email-reports-header .ezd-header-icon {
    margin: 0 auto;
  }
  .ezd-email-reports-header .ezd-feature-highlights {
    justify-content: center;
  }
  .ezd-email-report-status-wrapper {
    flex-direction: column;
  }
  .ezd-email-reports-help .ezd-help-card {
    flex-direction: column;
    text-align: center;
  }
  .ezd-email-reports-help .ezd-help-card .ezd-help-icon {
    margin: 0 auto;
  }
  .ezd-smtp-notice {
    flex-direction: column;
  }
  .ezd-smtp-notice .ezd-smtp-notice-icon {
    margin: 0 auto;
  }
  .ezd-smtp-notice .ezd-smtp-notice-content {
    text-align: center;
  }
  .ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-benefits li {
    justify-content: center;
  }
  .ezd-smtp-notice .ezd-smtp-notice-content .ezd-smtp-plugins {
    justify-content: center;
  }
}
body.wp-customizer .ezd-help-card,
body.wp-customizer .ezd-smtp-notice,
body.wp-customizer .ezd-email-reports-header {
  display: block;
  padding: 10px;
}
body.wp-customizer .ezd-help-card .ezd-help-icon,
body.wp-customizer .ezd-help-card .ezd-smtp-notice-icon,
body.wp-customizer .ezd-help-card .ezd-header-icon,
body.wp-customizer .ezd-smtp-notice .ezd-help-icon,
body.wp-customizer .ezd-smtp-notice .ezd-smtp-notice-icon,
body.wp-customizer .ezd-smtp-notice .ezd-header-icon,
body.wp-customizer .ezd-email-reports-header .ezd-help-icon,
body.wp-customizer .ezd-email-reports-header .ezd-smtp-notice-icon,
body.wp-customizer .ezd-email-reports-header .ezd-header-icon {
  margin-bottom: 10px;
}
body.wp-customizer .ezd-email-report-status-wrapper {
  display: block;
}
body.wp-customizer .ezd-email-report-status-wrapper .ezd-report-status-card {
  margin-bottom: 10px;
}
body.wp-customizer .csf-field.ezd-field-primary {
  border: none !important;
}
body.wp-customizer .csf-field .csf-title, body.wp-customizer .csf-field .csf-fieldset {
  width: 100% !important;
}
body.wp-customizer .ezd-settings-intro {
  padding: 10px;
  margin-bottom: 5px;
}
body.wp-customizer .ezd-settings-intro .ezd-settings-intro__inner {
  display: block;
}
body.wp-customizer .ezd-settings-intro .ezd-settings-intro__inner .ezd-settings-intro__icon {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}
body.wp-customizer .ezd-settings-intro .ezd-settings-intro__inner .ezd-settings-intro__content h2 {
  font-size: 18px;
}
body.wp-customizer .ezd-settings-quickstart {
  padding: 10px;
  margin-bottom: 5px;
}
body.wp-customizer .csf-field-image_select img {
  width: -moz-max-content !important;
  width: max-content !important;
}