#adminmenu .toplevel_page_email-template-builder .wp-menu-image img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  object-fit: contain;
  padding: 4px 0 0 0;
  opacity: 0.8;
}

#adminmenu .toplevel_page_email-template-builder:hover .wp-menu-image img,
#adminmenu .toplevel_page_email-template-builder.wp-has-current-submenu .wp-menu-image img {
  opacity: 1;
}

/* Centered Module Selector Card */
.wetc-module-selector-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 40px 20px;
  box-sizing: border-box;
}

.wetc-module-card {
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  padding: 32px;
  box-sizing: border-box;
}

.wetc-card-header {
  margin-bottom: 24px;
  text-align: center;
}

.wetc-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
  letter-spacing: -0.3px;
}

.wetc-card-subtitle {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.wetc-field-group {
  margin-bottom: 20px;
}

.wetc-field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.wetc-select-control {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #f8fafc;
  font-size: 14px;
  color: #0f172a;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.wetc-select-control:focus {
  border-color: #6366f1;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
  outline: none;
}

.wetc-card-footer {
  margin-top: 28px;
}

.wetc-btn-primary {
  width: 100%;
  height: 44px;
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

.wetc-btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #4338ca 0%, #2563eb 100%);
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
}

.wetc-btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

/* Visual Module Choice Cards Grid */
.wetc-module-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.wetc-module-choice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  user-select: none;
}

.wetc-module-choice-card:hover {
  border-color: #6366f1;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1);
  transform: translateY(-1px);
}

.wetc-module-choice-card.wetc-selected {
  border-color: #4f46e5;
  background: #eff6ff;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.wetc-module-choice-img {
  height: 32px;
  max-width: 120px;
  object-fit: contain;
  margin-bottom: 8px;
}

.wetc-module-choice-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
}
