@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

html {
  scroll-behavior: smooth;
}

.pa-topbar,
.pa-nav,
.pa-wrap,
.pa-related,
.pa-cta,
.pa-footer {
  font-family: "Poppins", sans-serif;
}

.pa-navy {
  color: #1f3a8a;
}

.pa-dark {
  color: #14172a;
}

.pa-red {
  color: #d12b2b;
}

.pa-grey {
  color: #5a616b;
}

.pa-nav {
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}

.pa-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1380px;
  padding: 10px 0px;
  margin: 0 auto;
}

.pa-nav .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.pa-nav .links a {
  color: #5a616b;
  text-decoration: none;
  margin-left: 24px;
  transition: all 0.2s ease;
}

.pa-nav a:hover {
  color: #1f3a8a;
}

.pa-nav .brand {
  font-weight: 700;
  color: #1f3a8a;
  font-size: 20px;
  text-decoration: none;
}

.pa-btn-red {
  background: #d12b2b;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.pa-btn-red:hover {
  background: #a91f1f;
}

.pa-topbar {
  background: #152a63;
  color: #fff;
  padding: 6px 40px;
  font-size: 13px;
}

.pa-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.pa-breadcrumb {
  color: #5a616b;
  font-size: 14px;
  margin-bottom: 8px;
}

.pa-eyebrow {
  color: #d12b2b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.pa-title {
  color: #14172a;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 24px;
}

.pa-quickbox {
  display: flex;
  background: #f4f6fa;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
}

.pa-quickbox > div {
  flex: 1;
  text-align: center;
}

.pa-quickbox .label {
  color: #5a616b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.pa-quickbox .value {
  color: #14172a;
  font-size: 22px;
  font-weight: 700;
}

.pa-image {
  width: 100%;
  height: 320px;
  background: #e9edf5;
  border-radius: 8px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a93a8;
}

.pa-content {
  color: #2b2f38;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}

.pa-content h2 {
  position: relative;
  color: #14172a;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 22px;
  padding-left: 20px;
  scroll-margin-top: 20px;
}

.pa-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 28px;
  background: #1f3a8a;
  border-radius: 3px;
}

.pa-content h3 {
  position: relative;
  color: #1f3a8a;
  font-size: 21px;
  font-weight: 700;
  margin: 32px 0 14px;
  padding-left: 14px;
  scroll-margin-top: 20px;
}

.pa-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 18px;
  background: #9db2e8;
  border-radius: 2px;
}

.pa-section {
  padding: 40px 0;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.pa-section:first-child {
  padding-top: 0;
}

.pa-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pa-content p {
  margin: 0 0 18px;
}

.pa-content strong {
  color: #14172a;
  font-weight: 600;
}

.pa-content a {
  color: #1f3a8a;
  text-decoration: underline;
}

.pa-content ul,
.pa-content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.pa-content li {
  margin-bottom: 8px;
}

.pa-content li::marker {
  color: #1f3a8a;
}

.pa-content blockquote {
  border-left: 3px solid #1f3a8a;
  margin: 24px 0;
  padding: 4px 20px;
  color: #5a616b;
  font-style: italic;
  background: #f4f6fa;
  border-radius: 0 8px 8px 0;
}

.pa-content table,
.pa-content table th,
.pa-content table td {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pa-content table {
  width: 100%;
  margin: 24px 0 32px;
  font-size: 15px;
  border-collapse: collapse !important;
}

.pa-content table th,
.pa-content table td {
  text-align: center;
  padding: 14px 16px !important;
}

.pa-content table thead th {
  color: #14172a !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #14172a !important;
}

.pa-content table tbody td {
  color: #5a616b;
  border-bottom: 1px solid #e2e5ea !important;
}

.pa-content table tbody tr:last-child td {
  border-bottom: none !important;
}


/* ===== Tabelas responsivas (mobile) ===== */
@media (max-width: 768px) {
  .pa-content table {
    border-collapse: collapse !important;
    width: 100%;
  }

  /* Esconde o cabeçalho no mobile (os labels vão pra cada célula) */
  .pa-content table thead {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .pa-content table,
  .pa-content table tbody,
  .pa-content table tr {
    display: block;
    width: 100%;
  }

  .pa-content table tr {
    background: #fff !important;
    border: 1px solid #e2e5ea !important;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(20, 23, 42, 0.04);
    margin: 0 0 12px;
    padding: 4px 0;
  }

  .pa-content table td {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100% !important;
    text-align: right !important;
    padding: 10px 16px !important;
    border-bottom: 1px solid #f1f3f6 !important;
    color: #14172a !important;
    font-size: 14px;
    white-space: normal;
  }

  .pa-content table td:last-child {
    border-bottom: none !important;
  }

  /* Label (vinda do <th>) antes do valor */
  .pa-content table td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    text-align: left;
    font-weight: 600;
    color: #5a616b;
    font-size: 13px;
    letter-spacing: 0.01em;
  }

  /* Sem data-label (linhas com td vazias como 'Peso na carteira'), esconde o espaço */
  .pa-content table td[data-label=""]:not(:empty)::before {
    display: none;
  }

  /* Remove a separação entre cards */
  .pa-content table.has-fixed-layout {
    table-layout: auto !important;
  }
}


.pa-body {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  position: relative;
}

.pa-main {
  flex: 1;
  min-width: 0;
}

.pa-toc {
  width: 220px;
  flex-shrink: 0;
}

.pa-toc-inner {
  position: static;
  background: #fff;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}

.pa-toc-inner strong {
  display: block;
  color: #14172a;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.pa-toc-inner a {
  display: block;
  color: #5a616b;
  text-decoration: none;
  font-size: 15px;
  padding: 6px 0;
  border-left: 2px solid transparent;
  padding-left: 10px;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    padding-left 0.2s ease;
}

.pa-toc-inner a:hover {
  color: #1f3a8a;
  border-left-color: #1f3a8a;
  padding-left: 14px;
}

.pa-toc-inner a.is-active {
  color: #1f3a8a;
  border-left-color: #1f3a8a;
}

@media (max-width: 900px) {
  .pa-body {
    flex-direction: column;
  }

  .pa-toc {
    width: 100%;
  }

  .pa-toc-inner {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
  }
}

.pa-related-band {
  background: #f4f6fa;
  padding: 50px 20px 60px;
}

.pa-related {
  max-width: 1100px;
  margin: 0 auto;
}

.pa-related h2 {
  color: #14172a;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: left;
}

.pa-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pa-related-card {
  background: #fff;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  display: block;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.pa-related-card:hover {
  border-color: #1f3a8a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(31, 58, 138, 0.1);
}

.pa-related-card .setor {
  color: #d12b2b;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.pa-related-card .titulo {
  color: #14172a;
  font-size: 15px;
  font-weight: 600;
}

.pa-cta {
  background: #1f3a8a;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.pa-cta h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 20px;
}

.pa-cta .pa-btn {
  display: inline-block;
  background: #d12b2b;
  color: #fff;
  padding: 20px 36px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.pa-footer {
  background: #152a63;
  color: #fff;
  padding: 50px 40px 30px;
}

.pa-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 24px;
}

.pa-footer h4 {
  color: #fff;
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 1.5rem;
}

.pa-footer h5 {
  color: #fff;
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 1.25rem;
}

.pa-footer p {
  color: #9db2e8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
}

.pa-footer .links a {
  color: #9db2e8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}

.pa-footer .links a:hover {
  color: #fff;
  text-decoration: underline;
}

.restricted-page {
  /* min-height: 70vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.restricted-card {
  max-width: 620px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #ececec;
}

.restricted-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.restricted-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.restricted-text {
  color: #666;
  line-height: 1.7;
  margin-bottom: 32px;
}

.restricted-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ac0d0d;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-secondary {
  border: 1px solid #1f3a8a;
  color: #1f3a8a;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-secondary:hover {
  background: #1f3a8a;
  color: #ffffff;
}

.relatorio-archive {
  font-family: "Poppins", sans-serif;
  background: #fff;
  padding: 50px 20px;
}

.relatorio-container {
  max-width: 1100px;
  margin: 0 auto;
}

.relatorio-header {
  margin-bottom: 40px;
}

.relatorio-eyebrow {
  color: #d12b2b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.relatorio-title {
  color: #14172a;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.relatorio-description {
  color: #5a616b;
  margin-top: 12px;
  line-height: 1.7;
}

/* FILTROS */

.relatorio-filtros {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.relatorio-filtros a {
  border: 1px solid #e2e5ea;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  color: #5a616b;
  font-size: 14px;
}

.relatorio-filtros a:hover,
.relatorio-filtros a.active {
  background: #1f3a8a;
  color: #fff;
}

/* GRID */

.relatorio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */

.relatorio-card {
  border: 1px solid #e2e5ea;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;

  transition: 0.2s ease;
}

.relatorio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.relatorio-thumb {
  height: 180px;
  background: #f4f6fa;
}

.relatorio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relatorio-body {
  padding: 22px;
}

.relatorio-setor {
  color: #d12b2b;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.relatorio-card-title {
  color: #14172a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
}

/* META */

.relatorio-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.relatorio-meta div {
  text-align: center;
}

.relatorio-meta span {
  display: block;
  color: #8a93a8;
  font-size: 11px;
  font-weight: 600;
}

.relatorio-meta strong {
  color: #14172a;
  font-size: 14px;
}

/* PAGINAÇÃO */

.relatorio-pagination {
  margin-top: 50px;
  text-align: center;
}

.relatorio-pagination a,
.relatorio-pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #e2e5ea;
  text-decoration: none;
}

.relatorio-pagination .current {
  background: #1f3a8a;
  color: #fff;
}

.e-con-inner {
  max-width: 400px;
  margin: 0 auto;
}

/* Container do form */
#pms_login.pms-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 56px 52px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(21, 27, 61, 0.12);
  font-family: "Poppins", system-ui, sans-serif;
  max-width: 600px;
  margin: 0 auto;
}

/* Cada linha (o PMS usa <p>) — zera margens */
#pms_login p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Labels */
#pms_login label {
  font-size: 13px;
  font-weight: 600;
  color: #3a4266;
}

/* Campos */
#pms_login input[type="text"],
#pms_login input[type="password"] {
  border: 1.5px solid #e0e4f5;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  color: #151b3d;
  background: #f7f8fd;
  outline: none;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}
#pms_login input[type="text"]:focus,
#pms_login input[type="password"]:focus {
  border-color: #3d52e8;
  background: #fff;
}

/* "Remember me" — deixa em linha */
#pms_login .login-remember {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #5a6285;
}
#pms_login .login-remember input {
  width: 18px;
  height: 18px;
  accent-color: #3d52e8;
  cursor: pointer;
}
#pms_login .login-remember label {
  font-weight: 400;
  color: #5a6285;
}

/* Botão */
#pms_login input[type="submit"] {
  margin-top: 6px;
  background: #d12b2b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 17px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
  font-family: inherit;
}
#pms_login input[type="submit"]:hover {
  background: #a91f1f;
}

.page-id-20 p {
  margin-block-end: 0;
}

/* Links extras (registrar | esqueceu a senha) */
#pms_login .login-extra {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  flex-wrap: wrap;
}
#pms_login .login-extra a {
  color: #3d52e8;
  font-weight: 600;
  text-decoration: none;
}
#pms_login .login-extra a:hover {
  color: #2c3fc4;
  text-decoration: underline;
}
#pms_login .login-extra .separator {
  color: #c9d0f5;
}

@media (max-width: 560px) {
  #pms_login.pms-form {
    padding: 36px 26px;
  }
}

.login-extra {
  margin-top: 32px;
  display: flex;
  gap: 4px;
}

.login-extra a {
  color: #d12b2b;
  transition: all 0.3s ease;
}
.login-extra a:hover {
  color: #ac0d0d;
  text-decoration: underline;
}

.box-how-to {
  box-shadow:
    0 20px 40px -10px rgba(38, 49, 104, 0.08),
    0 8px 16px -6px rgba(38, 49, 104, 0.05);
}

.text-cur {
  color: #5a6285;
  font-size: 22px;
  font-weight: 400;
}
.text-cur-accent {
  color: #8b9aff;
  font-size: 22px;
  font-weight: 400;
}
.text-muted {
  color: #8189ad;
  font-size: 20px;
  font-weight: 400;
}

.plano--pop {
  background: #151b3d;
  border: none;
  box-shadow: 0 24px 60px rgba(21, 27, 61, 0.28);
  background: radial-gradient(
    circle,
    rgba(93, 112, 255, 0.28),
    transparent 70%
  );
}

@media (max-width: 1368px) {
  .pa-nav .container {
    padding: 20px 60px;
  }
}

@media (max-width: 900px) {
  .relatorio-grid {
    grid-template-columns: 1fr;
  }

  .relatorio-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .pa-quickbox {
    flex-direction: column;
    gap: 16px;
  }

  .pa-related-grid {
    grid-template-columns: 1fr;
  }

  .pa-cta h2 {
    font-size: 1.5rem;
  }

  .pa-cta .pa-btn {
    font-size: 15px;
    padding: 16px 28px;
  }

  .pa-footer h4 {
    font-size: 1.25rem;
  }

  .pa-footer h5 {
    font-size: 1.05rem;
  }

  .pa-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pa-title {
    font-size: 26px;
  }

  #login-info {
    display: none;
  }
}

/* ===== Layout: nav à esquerda + tabela à direita ===== */
.pms-block-container {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 40px;
  font-family: "Poppins", system-ui, sans-serif;
}

/* ===== Sidebar (pms-account-navigation) ===== */
.pms-account-navigation {
  background: #fff;
  border: 1px solid #e6e9f8;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 12px 32px rgba(21, 27, 61, 0.06);
}
.pms-account-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pms-account-navigation li {
  margin: 0 0 4px;
}
.pms-account-navigation a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 10px;
  font-size: 15px;
  color: #3a4266;
  text-decoration: none;
  transition: background 0.15s;
}
.pms-account-navigation a:hover {
  background: #f7f8fd;
}

/* item ativo */
.pms-account-navigation a.pms-account-navigation-link--active,
.pms-account-navigation a[aria-current="page"] {
  background: #3d52e8;
  color: #fff;
  font-weight: 600;
}

/* logout em vermelho + separador acima */
.pms-account-navigation-link--logout {
  margin-top: 8px;
  padding-top: 8px;
}
.pms-account-navigation-link--logout a {
  color: #dc2626;
  font-weight: 600;
}
.pms-account-navigation-link--logout a:hover {
  background: #fdf0f0;
}

/* ===== Tabela (#pms-payment-history) ===== */
#pms-payment-history.pms-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e6e9f8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(21, 27, 61, 0.06);
}
#pms-payment-history thead th {
  text-align: left;
  background: #fff;
  border: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8189ad;
  font-weight: 600;
  padding: 14px 28px;
}
#pms-payment-history tbody td {
  padding: 18px 28px;
  font-size: 15px;
  color: #3a4266;
  border-top: 1px solid #eef0fb;
  vertical-align: middle;
}
#pms-payment-history .pms-payment-id {
  color: #8189ad;
  font-weight: 600;
}
#pms-payment-history .pms-payment-subscription-plan {
  color: #151b3d;
  font-weight: 500;
}

/* status como badge */
#pms-payment-history .pms-payment-status {
  font-size: 0;
}
#pms-payment-history .pms-payment-status::before {
  content: attr(data-label);
}
#pms-payment-history .pms-payment-status.status-completed {
  color: #1f9d5f;
  font-weight: 600;
  font-size: 13px;
}
/* badge verde para "Completo" */
#pms-payment-history td.status-completed {
  font-size: 15px;
}
#pms-payment-history .status-completed {
  display: table-cell;
}

@media (max-width: 820px) {
  .pms-block-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 20px;
  }
}

body.page-id-21 {
  /* background: #edeffc; */
}

body.page-id-21 table tbody > tr:nth-child(2n + 1) > td,
table tbody > tr:nth-child(2n + 1) > th {
  background: #fff;
}

/* ===== Detalhes da assinatura ===== */
.pms-account-subscription-details-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e6e9f8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(21, 27, 61, 0.06);
  font-family: "Poppins", system-ui, sans-serif;
}

/* cada linha */
.pms-account-subscription-details-table tr {
  border-top: 1px solid #eef0fb;
}
.pms-account-subscription-details-table tr:first-child {
  border-top: none;
}

/* célula rótulo (esquerda) */
.pms-account-subscription-details-table td:first-child {
  width: 42%;
  padding: 16px 28px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8189ad;
  font-weight: 600;
  background: #f7f8fd;
  vertical-align: middle;
}

/* célula valor (direita) */
.pms-account-subscription-details-table td:last-child {
  padding: 16px 28px;
  font-size: 15px;
  color: #151b3d;
  font-weight: 500;
  vertical-align: middle;
}

/* status como badge */
.pms-account-subscription-details-table__status td:last-child {
  font-size: 0;
}
.pms-account-subscription-details-table__status td.status-active {
  font-size: 0;
}
.pms-account-subscription-details-table__status td.status-active::before {
  content: "Ativo";
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e7f7ee;
  color: #1f9d5f;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
}
/* pontinho do badge */
.pms-account-subscription-details-table__status td.status-active {
  position: relative;
}

/* linha de ações: botões */
.pms-account-subscription-details-table__actions td:last-child a,
.pms-account-subscription-details-table__actions td:last-child button {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 9px;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  border: none;
  background: #3d52e8;
  color: #fff;
  font-family: inherit;
}
.pms-account-subscription-details-table__actions td:last-child a:hover,
.pms-account-subscription-details-table__actions td:last-child button:hover {
  background: #2c3fc4;
}
/* botão de cancelar (geralmente .pms-cancel-subscription) em estilo secundário */
.pms-account-subscription-details-table__actions .pms-cancel-subscription {
  background: #fff;
  color: #dc2626;
  border: 1.5px solid #f0d4d4;
}
.pms-account-subscription-details-table__actions
  .pms-cancel-subscription:hover {
  background: #fdf0f0;
}

body.page-id-21 table tbody > tr:nth-child(2n + 1) > td,
table tbody > tr:nth-child(2n + 1) > th {
  border-color: transparent;
}
.pms-account-subscription-details-table tr > td:first-of-type {
  border-color: transparent;
}
.pms-account-subscription-details-table td:last-child {
  border-color: transparent;
}
.pms-account-subscription-details-table td:first-child {
  background-color: #fff;
}
.pms-account-subscription-details-table td {
  border-color: #eef0f4 !important;
}
