/**
 * Lionsports account sub-pages — Dream-style filters and tables (mobile readable).
 */
.lion-account-page-wrap {
  padding: 8px 8px 88px;
  background: #f4f6f8;
}

.lion-report-card {
  margin: 8px !important;
  border: 1px solid #c8ced3 !important;
  border-radius: 4px;
  overflow: hidden;
}

.lion-report-title {
  background: #e4e4e4 !important;
  color: #243a48 !important;
  font-weight: 700 !important;
  padding: 10px 12px !important;
}

.lion-filter-form {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.lion-filter-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #243a48;
  margin: 0;
}

.lion-filter-form .form-control {
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  border: 1px solid #c8ced3;
  border-radius: 4px;
  font-size: 14px;
}

.lion-filter-submit {
  width: 100%;
  padding: 10px 12px !important;
  font-weight: 700;
  margin-top: 4px;
}

.lion-filter-results {
  margin-top: 8px;
}

.lion-profile-grid {
  padding: 12px 16px 16px;
}

.lion-profile-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}

.lion-profile-label {
  color: #666;
  font-weight: 600;
  min-width: 100px;
}

.lion-profile-value {
  color: #243a48;
  font-weight: 700;
  text-align: right;
  word-break: break-word;
}

body.lion-route-bets app-myprofile,
body.lion-route-bets app-rolling-commission,
body.lion-route-bets app-account-statement {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .lion-filter-results .dashboard-custom-table thead {
    display: none;
  }

  .lion-filter-results .dashboard-custom-table tr {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 8px 4px;
  }

  .lion-filter-results .dashboard-custom-table td {
    display: block;
    border: 0 !important;
    padding: 2px 8px !important;
  }

  .lion-filter-results .dashboard-custom-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #666;
    display: inline-block;
    min-width: 88px;
    margin-right: 6px;
  }
}
