/*
Theme Name: Themedd Child
Description: Child theme for Themedd
Template: themedd
Version: 1.0.0
*/

/* ── Pro user: hide the download options section ── */
body.is-pro .download-options-section,
body.is-pro .download-options-section.e-con,
body.is-pro .download-options-section.e-flex {
  display: none !important;
}

/* ── Login page: constrain form width and centre it ── */
/* Stops the EDD [edd_login] shortcode form stretching full width.      */
/* Adjust max-width if your page template has its own container.        */
.edd-login,
#edd_login_form {
  max-width: 480px;
  margin: 3rem auto;
}

/* ── Login page: fix lost-password link colour ── */
/* EDD renders it in plain text colour on some themes. Force gold.      */
#edd_login_form .edd-lost-password a,
.edd-login .edd-lost-password a {
  color: #c8a84b;
  text-decoration: none;
}
#edd_login_form .edd-lost-password a:hover,
.edd-login .edd-lost-password a:hover {
  text-decoration: underline;
}

/* ── My Account page: light branding touches ── */
/* Applied to the [edd_account] shortcode output.                       */
#edd_profile_editor_form label,
.edd-account-wrapper label {
  font-weight: 500;
}

.edd-account-wrapper .edd-subscriptions-table th {
  background: #162955;
  color: #ffffff;
}

.edd-account-wrapper .edd-subscriptions-table .edd-subscription-status-active {
  color: #2d6a4f;
  font-weight: 500;
}
