.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1971 .elementor-element.elementor-element-5b422f5 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:800;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1971 .elementor-element.elementor-element-080e764{margin:-6px 0px calc(var(--kit-widget-spacing, 0px) + -39px) 0px;}@media(min-width:768px){.elementor-1971 .elementor-element.elementor-element-f28b560{width:31.578%;}.elementor-1971 .elementor-element.elementor-element-301243e{width:68.422%;}}/* Start custom CSS for html, class: .elementor-element-2d617d5 */.domain-panel {
  max-width: 320px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

.domain-panel h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
}

.panel-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-menu li {
  margin: 6px 0;
}

.panel-menu li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #374151;
  background: #f9fafb;
  border-radius: 8px;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
  font-size: 14px;
}

.panel-menu li a:hover {
  background: #2563eb;
  color: white;
  transform: translateX(4px);
  border-color: #2563eb;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9a264e0 *//* ===== EMAIL WRAPPER ===== */
.email-wrap{
    max-width:800px;
    margin:30px auto;
    background:#fff;
    padding:25px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    font-family:Arial;
}

/* TITLE */
.email-wrap h3{
    margin-bottom:15px;
    font-size:20px;
    color:#1e1e1e;
}

/* FORM */
.email-form input{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
}

.email-form button{
    margin-top:10px;
    background:#1dbf73;
    color:#fff;
    padding:10px 15px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
}

/* TABLE */
.email-table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.email-table th{
    background:#1e66ff;
    color:#fff;
    padding:12px;
    text-align:left;
}

.email-table td{
    padding:12px;
    border-bottom:1px solid #eee;
}

/* STATUS */
.status-active{
    color:green;
    font-weight:600;
}

.status-pending{
    color:orange;
    font-weight:600;
}

/* TOGGLE BUTTON */
.toggle-btn{
    width:100%;
    background:#1e66ff;
    color:#fff;
    border:none;
    padding:12px;
    margin-top:20px;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
}

/* TOGGLE BOX */
.toggle-box{
    display:none;
    margin-top:10px;
    padding:15px;
    background:#f7f9ff;
    border-radius:10px;
}/* End custom CSS */