.elementor-16 .elementor-element.elementor-element-21fba3d5{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-16 .elementor-element.elementor-element-21fba3d5{--content-width:1140px;}}/* Start custom CSS for shortcode, class: .elementor-element-46c750d */.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
}

/* Style the Woo account intro text */
.woocommerce-MyAccount-content p:first-child {
  font-size: 14px;
  color: #6D8CA3;
  margin-bottom: 6px;
  text-align: center;
}

/* Style the "Hello ___" line */
.woocommerce-MyAccount-content p:first-child strong {
  color: #324A6D;
  font-weight: 600;
}

/* Style the second paragraph */
.woocommerce-MyAccount-content p {
  font-size: 15px;
  color: #6D8CA3;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
}

/* Make logout link match your accent */
.woocommerce-MyAccount-content a {
  color: #E07A5F;
  font-weight: 500;
  text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-296631d */.fb-account-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px 10px;
}

.fb-account-top {
  text-align: center;
  margin-bottom: 34px;
}

.fb-account-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6D8CA3;
}

.fb-account-top h1 {
  margin: 0 0 14px;
  font-size: 54px;
  line-height: 1.1;
  color: #324A6D;
}

.fb-account-subtext {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #5b5a57;
}

.fb-account-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.fb-account-card {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  background: #ffffff;
  border: 1px solid #C8D5DC;
  border-radius: 18px;
  padding: 28px 24px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(50, 74, 109, 0.08);
  transition: all 0.3s ease;
}

.fb-account-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(50, 74, 109, 0.14);
}

.fb-card-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6D8CA3;
}

.fb-account-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  color: #324A6D;
}

.fb-account-card p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #4f4a45;
}

.fb-card-link {
  margin-top: auto;
  display: inline-block;
  align-self: flex-start;
  background: #E07A5F;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
}

.fb-account-card-logout .fb-card-link {
  background: #324A6D;
}

/* Hide ugly Woo account nav if shortcode still exists on page */
.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
}

/* Optional: hide the Woo intro text if you leave shortcode on the page */
.woocommerce-MyAccount-content p:first-child {
  display: none;
}/* End custom CSS */