.elementor-6593 .elementor-element.elementor-element-0691fad{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-67886e4 *//* =========================================================
   MyOnlineTutor - Tutor Earnings
   Shortcode: [mot_tutor_earnings]
========================================================= */

.mot-earnings-wrap{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:10px 12px 40px;
    box-sizing:border-box;
}

.mot-earnings-card{
    position:relative;
    background:#fff;
    border:1px solid #dbe5f4;
    border-radius:28px;
    box-shadow:0 16px 40px rgba(28,51,122,.08);
    overflow:hidden;
}

.mot-earnings-card::before{
    content:"";
    display:block;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#243c96 0%, #3f63dd 55%, #b9c8ff 100%);
}

.mot-earnings-head{
    padding:34px 34px 18px;
}

.mot-earnings-title{
    margin:0 0 8px;
    font-size:40px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-1px;
    color:#1d3278;
}

.mot-earnings-subtitle{
    margin:0;
    font-size:17px;
    line-height:1.7;
    color:#7f8fb3;
}

.mot-earnings-tabs{
    display:flex;
    gap:12px;
    padding:0 28px 22px;
}

.mot-earnings-tab{
    appearance:none;
    border:none;
    background:#eef3ff;
    color:#3153c7;
    font-size:14px;
    font-weight:700;
    padding:12px 18px;
    border-radius:14px;
    cursor:pointer;
    transition:all .2s ease;
}

.mot-earnings-tab.active{
    background:linear-gradient(135deg,#2440a8 0%, #1c2f8f 100%);
    color:#fff;
    box-shadow:0 10px 24px rgba(31,52,135,.18);
}

.mot-earnings-tab-panels{
    padding:0 28px 28px;
}

.mot-earnings-panel{
    display:none;
}

.mot-earnings-panel.active{
    display:block;
}

.mot-earnings-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin-bottom:24px;
}

.mot-earnings-stat{
    background:#f8fbff;
    border:1px solid #dbe5f4;
    border-radius:20px;
    padding:20px 18px;
    box-shadow:0 10px 24px rgba(28,51,122,.04);
}

.mot-earnings-stat-number{
    display:block;
    font-size:28px;
    line-height:1;
    font-weight:800;
    color:#1d3278;
    margin-bottom:10px;
    letter-spacing:-0.6px;
}

.mot-earnings-stat-label{
    display:block;
    font-size:14px;
    font-weight:700;
    color:#7284aa;
}

.mot-withdraw-info{
    display:grid;
    gap:14px;
    margin-bottom:24px;
}

.mot-withdraw-line{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:18px 20px;
    border:1px solid #dbe5f4;
    border-radius:18px;
    background:#f8fbff;
}

.mot-withdraw-label{
    font-size:15px;
    font-weight:700;
    color:#546887;
}

.mot-withdraw-value{
    font-size:17px;
    font-weight:800;
    color:#1d3278;
}

.mot-earnings-actions{
    display:flex;
    justify-content:flex-start;
}

.mot-earnings-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:160px;
    padding:12px 18px;
    border-radius:14px;
    background:linear-gradient(135deg,#2440a8 0%, #1c2f8f 100%);
    color:#fff !important;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    box-shadow:0 10px 24px rgba(31,52,135,.22);
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.mot-earnings-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 28px rgba(31,52,135,.26);
    opacity:.96;
}

.mot-earnings-empty{
    background:#fff;
    border:1px solid #dbe5f4;
    border-radius:24px;
    padding:30px;
    text-align:center;
    color:#7284aa;
    font-size:16px;
    box-shadow:0 12px 30px rgba(28,51,122,.06);
}

@media (max-width: 1024px){
    .mot-earnings-wrap{
        padding:8px 10px 32px;
    }

    .mot-earnings-card{
        border-radius:24px;
    }

    .mot-earnings-head{
        padding:28px 24px 16px;
    }

    .mot-earnings-title{
        font-size:32px;
        line-height:1.12;
    }

    .mot-earnings-subtitle{
        font-size:15px;
        line-height:1.6;
    }

    .mot-earnings-tabs{
        padding:0 20px 20px;
    }

    .mot-earnings-tab-panels{
        padding:0 20px 22px;
    }

    .mot-earnings-stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 767px){
    .mot-earnings-wrap{
        padding:6px 10px 28px;
    }

    .mot-earnings-head{
        padding:26px 20px 14px;
    }

    .mot-earnings-title{
        font-size:30px;
        line-height:1.12;
    }

    .mot-earnings-subtitle{
        font-size:15px;
        line-height:1.65;
    }

    .mot-earnings-tabs{
        padding:0 16px 18px;
        gap:10px;
    }

    .mot-earnings-tab{
        flex:1;
        text-align:center;
        padding:11px 14px;
    }

    .mot-earnings-tab-panels{
        padding:0 16px 20px;
    }

    .mot-earnings-stats{
        grid-template-columns:1fr;
        gap:12px;
    }

    .mot-withdraw-line{
        flex-direction:column;
        align-items:flex-start;
    }

    .mot-earnings-actions{
        justify-content:stretch;
    }

    .mot-earnings-btn{
        width:100%;
        min-width:unset;
    }
}
.mot-earnings-stats-secondary{
    margin-top:0;
    margin-bottom:24px;
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.mot-earnings-chart-card{
    border:1px solid #dbe5f4;
    border-radius:22px;
    background:#f8fbff;
    padding:22px 20px 18px;
    box-shadow:0 10px 24px rgba(28,51,122,.04);
    margin-bottom:24px;
}

.mot-earnings-chart-head{
    margin-bottom:18px;
}

.mot-earnings-chart-title{
    margin:0 0 6px;
    font-size:22px;
    font-weight:800;
    color:#1d3278;
    letter-spacing:-0.4px;
}

.mot-earnings-chart-subtitle{
    margin:0;
    font-size:14px;
    color:#7f8fb3;
    font-weight:600;
}

.mot-earnings-chart{
    height:240px;
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:10px;
    align-items:end;
}

.mot-chart-col{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    height:100%;
}

.mot-chart-bar-wrap{
    width:100%;
    max-width:34px;
    height:200px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    background:linear-gradient(180deg,#eef3ff 0%, #f8fbff 100%);
    border-radius:14px;
    overflow:hidden;
}

.mot-chart-bar{
    width:100%;
    min-height:4px;
    border-radius:14px 14px 0 0;
    background:linear-gradient(180deg,#3f63dd 0%, #243c96 100%);
    box-shadow:0 8px 18px rgba(36,60,150,.22);
    transition:height .25s ease;
}

.mot-chart-label{
    margin-top:10px;
    font-size:12px;
    font-weight:700;
    color:#7284aa;
}

@media (max-width:1024px){
    .mot-earnings-stats-secondary{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .mot-earnings-chart{
        gap:8px;
    }
}

@media (max-width:767px){
    .mot-earnings-stats-secondary{
        grid-template-columns:1fr;
    }

    .mot-earnings-chart-card{
        padding:18px 14px 14px;
    }

    .mot-earnings-chart{
        height:220px;
        gap:6px;
    }

    .mot-chart-bar-wrap{
        max-width:24px;
        height:180px;
    }

    .mot-chart-label{
        font-size:11px;
    }
}
.mot-withdraw-box{
    border:1px solid #dbe5f4;
    border-radius:22px;
    padding:20px;
    margin-bottom:24px;
    background:#fff;
}

.mot-withdraw-summary{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
}

.mot-withdraw-line{
    display:flex;
    flex-direction:column;
    gap:6px;
    font-size:14px;
    color:#6c7da6;
}

.mot-withdraw-line strong{
    font-size:20px;
    color:#1d3278;
}

.mot-withdraw-method{
    margin-bottom:20px;
}

.mot-warning{
    color:#d63638;
    font-weight:600;
}

.mot-withdraw-action{
    margin-top:10px;
}

.mot-earnings-btn.small{
    padding:8px 12px;
    font-size:13px;
}

.mot-earnings-btn.disabled{
    background:#ccc;
    cursor:not-allowed;
    box-shadow:none;
}

.mot-withdraw-history{
    margin-top:20px;
}

.mot-withdraw-table{
    width:100%;
    border-collapse:collapse;
}

.mot-withdraw-table th,
.mot-withdraw-table td{
    padding:12px;
    border-bottom:1px solid #edf2fb;
    text-align:left;
}

.mot-status{
    padding:6px 10px;
    border-radius:10px;
    font-size:12px;
    font-weight:700;
}

.mot-status.pending{
    background:#fff5e6;
    color:#b26a00;
}

.mot-status.completed{
    background:#e9fff1;
    color:#1f8b4d;
}

.mot-status.cancelled{
    background:#fdeaea;
    color:#c53030;
}
.mot-withdraw-box-clean{
    border:1px solid #dbe5f4;
    border-radius:24px;
    padding:24px;
    margin-bottom:26px;
    background:#fff;
    box-shadow:0 10px 24px rgba(28,51,122,.04);
}

.mot-withdraw-top-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-bottom:20px;
}

.mot-withdraw-card{
    background:#f8fbff;
    border:1px solid #dbe5f4;
    border-radius:20px;
    padding:22px 20px;
}

.mot-withdraw-card-label{
    display:block;
    margin-bottom:10px;
    font-size:14px;
    font-weight:700;
    color:#6f82ab;
}

.mot-withdraw-card-value{
    display:block;
    font-size:22px;
    line-height:1.1;
    font-weight:800;
    color:#1d3278;
}

.mot-withdraw-status-block{
    margin-bottom:18px;
}

.mot-withdraw-method-box{
    background:#f8fbff;
    border:1px solid #dbe5f4;
    border-radius:18px;
    padding:18px 18px;
}

.mot-withdraw-method-label{
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
    color:#7f8fb3;
}

.mot-withdraw-method-value{
    font-size:15px;
    font-weight:700;
    color:#24324f;
    word-break:break-word;
}

.mot-withdraw-warning-box{
    background:#fff7f7;
    border:1px solid #f3c4c4;
    border-radius:18px;
    padding:18px;
}

.mot-warning-text{
    margin:0 0 14px;
    font-size:15px;
    line-height:1.7;
    font-weight:600;
    color:#c53030;
}

.mot-withdraw-notice{
    margin-bottom:16px;
    padding:14px 16px;
    border-radius:14px;
    background:#fff7e8;
    border:1px solid #f2d39c;
    color:#9a6500;
    font-weight:600;
}

.mot-withdraw-action{
    margin-top:12px;
}

.mot-withdraw-info-note{
    padding:14px 16px;
    border-radius:14px;
    background:#f6f8fc;
    border:1px solid #dbe5f4;
    color:#6b7da4;
    font-weight:600;
}

.mot-withdraw-history{
    margin-top:10px;
}

.mot-withdraw-history-title{
    margin:0 0 16px;
    font-size:22px;
    font-weight:800;
    color:#1d3278;
    letter-spacing:-0.4px;
}

.mot-withdraw-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border:1px solid #e6edf8;
    border-radius:18px;
    overflow:hidden;
}

.mot-withdraw-table th,
.mot-withdraw-table td{
    padding:14px 16px;
    border-bottom:1px solid #edf2fb;
    text-align:left;
    font-size:14px;
    color:#24324f;
}

.mot-withdraw-table th{
    background:#f8fbff;
    color:#6c7da6;
    font-weight:700;
}

.mot-withdraw-table tr:last-child td{
    border-bottom:none;
}

@media (max-width: 767px){
    .mot-withdraw-box-clean{
        padding:18px;
        border-radius:20px;
    }

    .mot-withdraw-top-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .mot-withdraw-card{
        padding:18px 16px;
    }

    .mot-withdraw-card-value{
        font-size:20px;
    }

    .mot-withdraw-table,
    .mot-withdraw-table thead,
    .mot-withdraw-table tbody,
    .mot-withdraw-table tr,
    .mot-withdraw-table th,
    .mot-withdraw-table td{
        display:block;
        width:100%;
    }

    .mot-withdraw-table thead{
        display:none;
    }

    .mot-withdraw-table tr{
        border-bottom:1px solid #edf2fb;
        padding:10px 0;
    }

    .mot-withdraw-table td{
        border:none;
        padding:10px 14px;
    }
}
.mot-earnings-help{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.45;
  color:#7f8aa3;
}
.mot-withdraw-progress{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
  margin-bottom:18px;
}

.mot-withdraw-step{
  padding:16px;
  border-radius:16px;
  border:1px solid #e7ebf3;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.mot-withdraw-step.is-done{
  border-color:#cfe8d6;
  background:#f6fcf8;
}

.mot-withdraw-step.is-pending{
  border-color:#f1e3b3;
  background:#fffaf0;
}

.mot-withdraw-step.is-waiting{
  border-color:#d8def0;
  background:#f7f9fe;
}

.mot-step-title{
  font-size:12px;
  font-weight:600;
  color:#7d88a1;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.mot-withdraw-step strong{
  font-size:15px;
  line-height:1.4;
  color:#1f2a44;
}

.mot-withdraw-step small{
  font-size:12px;
  line-height:1.5;
  color:#6f7b91;
}

.mot-withdraw-eligibility{
  margin-top:6px;
  margin-bottom:18px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid #e6ebf5;
}

.mot-withdraw-eligibility.is-ready{
  background:#f6fcf8;
  border-color:#cfe8d6;
}

.mot-withdraw-eligibility.is-not-ready{
  background:#fffaf2;
  border-color:#f0dfb2;
}

.mot-withdraw-eligibility strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#1f2a44;
}

.mot-withdraw-eligibility p{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:#66738b;
}

@media (max-width: 767px){
  .mot-withdraw-progress{
    grid-template-columns:1fr;
  }
}
.mot-earnings-help{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.45;
  color:#7f8aa3;
}

.mot-withdraw-progress{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
  margin-bottom:18px;
}

.mot-withdraw-step{
  padding:16px;
  border-radius:16px;
  border:1px solid #e7ebf3;
  background:#fff;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.mot-withdraw-step.is-done{
  border-color:#cfe8d6;
  background:#f6fcf8;
}

.mot-withdraw-step.is-pending{
  border-color:#f1e3b3;
  background:#fffaf0;
}

.mot-withdraw-step.is-waiting{
  border-color:#d8def0;
  background:#f7f9fe;
}

.mot-step-title{
  font-size:12px;
  font-weight:600;
  color:#7d88a1;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.mot-withdraw-step strong{
  font-size:15px;
  line-height:1.4;
  color:#1f2a44;
}

.mot-withdraw-step small{
  font-size:12px;
  line-height:1.5;
  color:#6f7b91;
}

.mot-withdraw-eligibility{
  margin-top:6px;
  margin-bottom:18px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid #e6ebf5;
}

.mot-withdraw-eligibility.is-ready{
  background:#f6fcf8;
  border-color:#cfe8d6;
}

.mot-withdraw-eligibility.is-not-ready{
  background:#fffaf2;
  border-color:#f0dfb2;
}

.mot-withdraw-eligibility strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#1f2a44;
}

.mot-withdraw-eligibility p{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:#66738b;
}

@media (max-width: 767px){
  .mot-withdraw-progress{
    grid-template-columns:1fr;
  }
}
.mot-earnings-help{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.45;
  color:#7f8aa3;
}

.mot-withdraw-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:32px;
  align-items:start;
}

.mot-withdraw-main{
  min-width:0;
}

.mot-withdraw-sidebar{
  min-width:0;
}

.mot-withdraw-guide-card{
  position:sticky;
  top:28px;
  background:#fff;
  border:1px solid #dfe6f3;
  border-radius:28px;
  padding:30px 28px;
  box-shadow:0 10px 30px rgba(16, 38, 89, 0.04);
  overflow:hidden;
}

.mot-withdraw-guide-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#1736a2 0%, #4e6fe8 60%, #bfd0ff 100%);
}

.mot-withdraw-guide-title{
  margin:0 0 10px;
  font-size:26px;
  line-height:1.2;
  color:#15234b;
  font-weight:700;
}

.mot-withdraw-guide-subtitle{
  margin:0 0 20px;
  font-size:15px;
  line-height:1.7;
  color:#70809d;
}

.mot-withdraw-guide-list{
  margin:0;
  padding-left:22px;
  color:#5f6f8c;
}

.mot-withdraw-guide-list li{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.9;
}

.mot-withdraw-eligibility{
  margin-top:20px;
  margin-bottom:18px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid #e6ebf5;
}

.mot-withdraw-eligibility.is-ready{
  background:#f6fcf8;
  border-color:#cfe8d6;
}

.mot-withdraw-eligibility.is-not-ready{
  background:#fffaf2;
  border-color:#f0dfb2;
}

.mot-withdraw-eligibility strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#1f2a44;
}

.mot-withdraw-eligibility p{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:#66738b;
}

@media (max-width: 1100px){
  .mot-withdraw-layout{
    grid-template-columns:1fr;
  }

  .mot-withdraw-guide-card{
    position:relative;
    top:auto;
  }
}

@media (max-width: 767px){
  .mot-withdraw-guide-card{
    padding:24px 20px;
    border-radius:22px;
  }

  .mot-withdraw-guide-title{
    font-size:22px;
  }

  .mot-withdraw-guide-list li{
    font-size:14px;
    line-height:1.8;
  }
}

/* =========================================================
   MyOnlineTutor - Earnings Tabs
   Match Schedule & Availability Tabs UI
   Put this AFTER the existing earnings CSS
   ========================================================= */

/* tabs wrapper */
.mot-earnings-tabs{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    padding: 6px;
    border: 1px solid #e4eaf5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

/* single tab */
.mot-earnings-tab{
    appearance: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: transparent;
    color: #4b5c78;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all .18s ease;
    box-shadow: none;
}

/* hover */
.mot-earnings-tab:hover{
    background: #f7faff;
    color: #0f1b4d;
    transform: none;
    box-shadow: none;
    opacity: 1;
}

/* active */
.mot-earnings-tab.active{
    background: linear-gradient(180deg, #12308d 0%, #0b0f4f 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(11, 15, 79, 0.18);
}

/* optional: focus state */
.mot-earnings-tab:focus{
    outline: none;
}

/* tablet */
@media (max-width: 767px){
    .mot-earnings-tabs{
        width: 100%;
        display: flex;
        gap: 8px;
        padding: 4px;
        border-radius: 14px;
        margin-bottom: 20px;
    }

    .mot-earnings-tab{
        flex: 1 1 0;
        min-height: 40px;
        padding: 0 12px;
        font-size: 13px;
        border-radius: 10px;
    }
}
/* =========================================================
   Earnings Tabs -> Match Schedule & Bookings exactly
   Put this at the VERY END of your Earnings CSS
   ========================================================= */

/* tabs wrapper */
.mot-earnings-tabs{
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 24px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #e4eaf5 !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
    width: auto !important;
}

/* default tab = calm / inactive */
.mot-earnings-tab{
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 14px !important;
    color: #50627f !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all .18s ease !important;
}

/* hover = very soft */
.mot-earnings-tab:hover{
    background: #f7faff !important;
    color: #0f1b4d !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* active = dark blue pill */
.mot-earnings-tab.active{
    background: linear-gradient(180deg, #12308d 0%, #0b0f4f 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(11, 15, 79, 0.18) !important;
}

/* focus */
.mot-earnings-tab:focus,
.mot-earnings-tab:focus-visible{
    outline: none !important;
}

/* remove old oversized mobile feel on desktop too */
@media (min-width: 768px){
    .mot-earnings-tab{
        flex: 0 0 auto !important;
    }
}

/* mobile */
@media (max-width: 767px){
    .mot-earnings-tabs{
        width: 100% !important;
        display: flex !important;
        gap: 8px !important;
        padding: 4px !important;
        border-radius: 14px !important;
    }

    .mot-earnings-tab{
        flex: 1 1 0 !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }
}
.mot-earnings-head{
    padding: 30px 30px 16px !important;
}

.mot-earnings-title{
    font-size: clamp(30px, 4vw, 44px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    font-weight: 700 !important;
    color: #0f1b4d !important;
}

.mot-earnings-subtitle{
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #7b8aa5 !important;
}

.mot-earnings-tab-panels{
    padding: 0 28px 24px !important;
}/* End custom CSS */