.woocommerce-account .cfm-content {
  width: min(1320px, calc(100% - 80px));
  padding-block: 64px 110px;
}
.woocommerce-account .cfm-page {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.woocommerce-account .cfm-page > h1 {
  margin: 0 0 42px;
  color: var(--cfm-green);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.05;
}
.cfm-account-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.cfm-account-sidebar,
.cfm-account-content {
  border: 1px solid #b9c9bb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 46px rgba(11, 94, 43, 0.05);
}
.cfm-account-sidebar {
  padding: 28px 26px;
}
.cfm-account-profile {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 24px 0 28px;
  border-bottom: 1px solid #d8e2d8;
}
.cfm-account-profile img {
  width: 56px;
  height: 56px;
  border: 2px solid var(--cfm-green);
  border-radius: 50%;
  object-fit: cover;
}
.cfm-account-profile strong,
.cfm-account-profile span {
  display: block;
  line-height: 1.2;
}
.cfm-account-profile strong {
  color: var(--cfm-ink);
  font-size: 15px;
  font-weight: 900;
}
.cfm-account-profile span {
  color: var(--cfm-green);
  font-size: 12px;
  font-weight: 900;
}
.woocommerce-MyAccount-navigation {
  padding: 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 12px 18px;
  border-radius: 10px;
  background: transparent;
  color: var(--cfm-ink);
  font-weight: 800;
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #a6ff3f;
  color: var(--cfm-green);
}
.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid #d8e2d8;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #cf1717;
}
.cfm-account-offer {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 18px;
  border-radius: 10px;
  background: var(--cfm-green);
  color: #fff;
}
.cfm-account-offer span {
  color: #c9efc8;
  font-size: 12px;
}
.cfm-account-offer strong {
  font-size: 18px;
  line-height: 1.2;
}
.cfm-account-offer .button {
  min-height: 44px;
  border-radius: 8px;
  background: #a6ff3f;
  color: var(--cfm-green);
}
.cfm-account-content {
  min-height: 600px;
  padding: clamp(28px, 4vw, 44px);
}
.cfm-account-welcome h2 {
  margin: 0 0 12px;
  color: #080d17;
  font-size: 22px;
}
.cfm-account-welcome p {
  max-width: 820px;
  margin: 0 0 26px;
  color: #232b33;
  font-size: 17px;
  line-height: 1.65;
}
.cfm-account-welcome a {
  color: var(--cfm-ink);
  text-decoration: underline;
}
.cfm-account-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 54px 0;
}
.cfm-account-card {
  display: grid;
  gap: 7px;
  min-height: 124px;
  padding: 24px;
  border: 1px solid #bccbbf;
  border-radius: 10px;
  background: #eef4ff;
  color: var(--cfm-ink);
}
.cfm-account-card.is-highlighted {
  background: #dcebe0;
}
.cfm-account-card span {
  font-size: 22px;
}
.cfm-account-card strong {
  font-size: 16px;
}
.cfm-account-card small {
  color: #232b33;
  font-size: 14px;
}
.cfm-harvest-card {
  padding: 28px;
  border: 2px solid #94f1aa;
  border-radius: 12px;
  background: #fff;
}
.cfm-harvest-head,
.cfm-harvest-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.cfm-harvest-head {
  margin-bottom: 22px;
}
.cfm-harvest-head h3 {
  margin: 0;
  color: var(--cfm-ink);
  font-size: 22px;
}
.cfm-harvest-head span {
  padding: 7px 18px;
  border-radius: 999px;
  background: #a6ff3f;
  color: var(--cfm-green);
  font-size: 13px;
  font-weight: 800;
}
.cfm-harvest-body {
  justify-content: start;
}
.cfm-harvest-body img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}
.cfm-harvest-body div {
  flex: 1;
}
.cfm-harvest-body strong,
.cfm-harvest-body p {
  margin: 0;
}
.cfm-harvest-body .button {
  min-width: 96px;
  border-radius: 8px;
  background: var(--cfm-green);
}
.woocommerce-account .woocommerce-MyAccount-content:not(.cfm-account-content) {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.cfm-account-content .woocommerce-Button,
.cfm-account-content button.button {
  border-radius: 8px;
}
