.elementor-4171 .elementor-element.elementor-element-109434f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4171 .elementor-element.elementor-element-a1e852f{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}div.onepage_scroll_nav{display:block;}/* Start custom CSS *//* ================================
   UMP Master Sub-Accounts Styles
   ================================ */

.ump-master-tabs {
  max-width: 1000px;
  margin: 20px auto;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- Tabs ---------- */
.ump-master-tabs .tab-header {
  display: flex;
  border-bottom: 2px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.ump-master-tabs .tab-header li { margin: 0 4px 0 0; }
.ump-master-tabs .tab-header a {
  display: block;
  padding: 10px 18px;
  color: #444;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: none;
  transition: background 0.2s, color 0.2s;
}
.ump-master-tabs .tab-header a:hover { background: #eee; }
.ump-master-tabs .tab-header a.active {
  background: #fff;
  color: #0073aa;
  font-weight: 600;
  border-color: #ccc;
  border-bottom: 2px solid #fff;
}
.ump-master-tabs .tab-content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  padding: 20px;
}

/* ---------- Manage Table ---------- */
.ump-subaccounts-list table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 15px;
}
.ump-subaccounts-list thead {
  background: #f3f3f3;
}
.ump-subaccounts-list th,
.ump-subaccounts-list td {
  border: 1px solid #e3e3e3;
  padding: 8px 10px;
  text-align: left;
}
.ump-subaccounts-list tr:nth-child(even) {
  background: #fafafa;
}
.ump-subaccounts-list th {
  font-weight: 600;
  color: #333;
}
.ump-subaccounts-list td {
  vertical-align: middle;
}

/* ---------- Buttons ---------- */
.ump-btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  line-height: 1.4;
}
.ump-btn + .ump-btn { margin-left: 6px; }

.ump-btn-edit {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
.ump-btn-edit:hover { background: #005f8d; }

.ump-btn-delete {
  background: #dc3232;
  color: #fff;
  border-color: #b20000;
}
.ump-btn-delete:hover { background: #b20000; }

.ump-btn-login {
  background: #46b450;
  color: #fff;
  border-color: #389e41;
}
.ump-btn-login:hover { background: #389e41; }

.ump-btn-return {
  background: #555d66;
  color: #fff;
  border-color: #444;
}
.ump-btn-return:hover { background: #333; }

@media (max-width: 768px) {
  .ump-subaccounts-list table,
  .ump-subaccounts-list thead,
  .ump-subaccounts-list tbody,
  .ump-subaccounts-list th,
  .ump-subaccounts-list td,
  .ump-subaccounts-list tr {
    display: block;
  }
  .ump-subaccounts-list tr {
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
  }
  .ump-subaccounts-list th {
    display: none;
  }
  .ump-subaccounts-list td {
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 6px 4px;
  }
  .ump-subaccounts-list td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
  }
}/* End custom CSS */