/* Account page */
div#wlms-account-nav {
  margin-bottom:25px;
  width: auto !important;
}

#wlms-account-nav ul {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#wlms-subscriptions-paging,
#wlms-payments-paging {
  width:auto !important;
  margin-top: 10px;
  border-spacing: 0;
}

.wlms-nav-item {
  padding: 0 10px 0 0;
}

.wlms-active-nav-tab {
  font-weight: bold;
}

.wlms-active,
.wlms-inactive {
  font-weight: bold;
}

.wlms-active {
  color: #208320;
}

.wlms-inactive {
  color: darkred;
}

.wlms-account-terms,
.wlms-account-subscr-id,
.wlms-account-rebill {
  font-size: 75%;
  font-weight: bold;
  font-style: italic;
  color: #464646;
}

/* NEW Responsive Tables */
.wl_wrapper table.wlms-account-table {
  border:1px solid #ccc;
  width:100% !important;
  margin:0;
  padding:0;
  border-collapse:collapse;
  border-spacing:0;
}

.wl_wrapper table.wlms-account-table tr {
  border:1px solid #ddd;
  padding:5px;
}

.wl_wrapper table.wlms-account-table td {
  padding:5px;
  text-align:left;
  border-left:1px solid #ededed;
}

.wl_wrapper table.wlms-account-table th {
  padding:5px;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1px;
}

.wl_wrapper table.wlms-account-table tr.wlms-alt-row {
  background:#f9f9f9;
}

.wl_wrapper table.wlms-account-table .wlms-account-actions a {
  display: block;
}

.wl_wrapper .wlms-account-form .wlms-submit {
  padding: 13px 16px;
}

@media screen and (max-width: 600px) {
  .wl_wrapper table.wlms-account-table {
    border:0;
  }

  .wl_wrapper table.wlms-account-table thead {
    display:none !important;
  }

  .wl_wrapper table.wlms-account-table tr {
    margin-bottom:10px;
    display:block;
    border-bottom:2px solid #ddd;
  }

  .wl_wrapper table.wlms-account-table td {
    display:block;
    text-align:right;
    border-top:none;
    border-left:none;
    border-bottom:1px dotted #ccc;
  }

  .wl_wrapper table.wlms-account-table td:last-child {
    border-bottom:0;
  }

  .wl_wrapper table.wlms-account-table td div{
    padding:0;
    margin:0;
    margin-left:15px;
  }

  .wl_wrapper table.wlms-account-table td:before {
    content:attr(data-label);
    float:left;
    text-transform:uppercase;
    font-weight:bold;
  }

  .wlms-account-subscr-id,
  .wlms-account-auto-rebill,
  .wlms-account-rebill {
    display:none;
  }

  .wlms-account-terms,
  .wlms-account-subscr-id,
  .wlms-account-rebill {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
  }
}
.wlms-two-factor-options th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.wlms-two-factor-options td {
    vertical-align: top;
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
}
.wlms-two-factor-options .two-factor-method-label,
.wlms-two-factor-options select[name="_two_factor_provider"] {
    margin-bottom: 10px;
}
.wlms-two-factor-options p {
    margin: 0 0 1.5em 0;
}
.wlms-two-factor-options label[for="two-factor-totp-authcode"],
.wlms-two-factor-options input[type="text"],
.wlms-two-factor-options select {
    width: auto !important;
}
