.button-extra-padding{
padding: 12px 53px !important;
}
.single-post-block h1, .single-post-block h2, .single-post-block h3, .single-post-block h4, .post-main-content h1, .post-main-content h2, .post-main-content h3 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.dm_clients ul li{
	padding:0 10px;
}
.mayosis-sticky-notification-timer .countdown .separator{
	padding:0px 2px 0 5px
}
footer.main-footer{
	position:relative;
}
footer.main-footer:after{
	content:"";
}
.build-card {
    min-height: 450px;  /* Adjust this height as needed */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.avatar {
    display: none !important;
}

#edd_discount_code,
#edd-discount-code-wrap {
    display: none !important;
}
.edd_cart_total {
    color: #000 !important;
}
.edd-blocks-form__cart .edd-blocks-cart__row,
.edd-blocks-form__cart .edd_cart_footer_row {
    padding: 0rem !important;
}
.edd-blocks-cart__row.edd_cart_item {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    padding: 1rem; /* optional, adjust as needed */
}
.eddr-cart-item-notice {
  margin-top: -2rem; /* default is usually more like 1rem */
}
.edd_cart_item_name {
  padding: 0.5rem 0; /* reduce top and bottom padding */
}
/* Remove all borders inside the EDD cart */
.edd-blocks-form__cart *,
.edd-blocks-cart__row,
.edd_cart_item,
.edd_cart_footer_row {
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 600px) {
  /* ... keep everything else the same ... */

  .edd_cart_item_price {
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: auto; /* push container all the way right */
    display: flex;      /* make container a flex box */
    justify-content: flex-end; /* align price text inside container right */
    min-width: 50px;    /* optional: ensures enough space */
  }

  .edd_cart_item_price span {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  /* Hide table headers */
  #edd_user_history thead {
    display: none;
  }

  /* Make each row a vertical block */
  #edd_user_history,
  #edd_user_history tbody,
  #edd_user_history tr {
    display: block;
    width: 100%;
  }

  #edd_user_history tr {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
  }

  /* Style each table cell as a label + value */
  #edd_user_history td {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
  }

  /* Add labels before each cell's content */
  #edd_user_history td:nth-child(1)::before { content: "Subscription"; font-weight: bold; }
  #edd_user_history td:nth-child(2)::before { content: "Status"; font-weight: bold; }
  #edd_user_history td:nth-child(3)::before { content: "Renewal Date"; font-weight: bold; }
  #edd_user_history td:nth-child(4)::before { content: "Initial Amount"; font-weight: bold; }
  #edd_user_history td:nth-child(5)::before { content: "Times Billed"; font-weight: bold; }
  #edd_user_history td:nth-child(6)::before { content: "Actions"; font-weight: bold; }

  /* Style the label (before content) */
  #edd_user_history td::before {
    width: 45%;
    display: inline-block;
  }

  /* Ensure value stays on the right */
  #edd_user_history td span,
  #edd_user_history td a {
    width: 50%;
    text-align: right;
  }
}

/* Hide the Pages heading and the EDD purchase receipt table */
h3 + #edd_purchase_receipt_pages,
h3:has(+ #edd_purchase_receipt_pages),
#edd_purchase_receipt_pages {
    display: none;
}

.center-social-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;         /* adjust height if needed */
  width: 100%;
}

.center-social-login .nsl-container {
  margin: 0 auto;        /* just in case Nextend uses margin for layout */
  text-align: center;    /* ensures button text is centered */
}

#edd_checkout_form_wrap > p:first-of-type {
  display: none !important;
}


div.photo--template--author--meta {
  display: none !important;
}

/* Hide the author block with name and categories */
div.msv_p_meta_main {
  display: none !important;
}

/* Hide the standalone author link */
a.blog--layout--contents {
  display: none !important;
}

/* Hide the author name under the photo */
h4.author--name--photo--template {
  display: none !important;
}






/* Target the specific fieldset with 2 columns */
fieldset.cc-address--country-zip {
  display: block !important;
}

/* Make sure inner groups display block and take full width */
#edd-card-country-wrap,
#edd-card-zip-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 1em;
}

/* Ensure labels and inputs/selects are full width */
#edd-card-country-wrap label,
#edd-card-zip-wrap label,
#edd-card-country-wrap select,
#edd-card-zip-wrap input {
  display: block;
  width: 100%;
}


fieldset#edd_cc_address legend {
  display: block !important;
  margin-bottom: .5em !important;
}



/* Remove outer border around the Personal Info block */
.edd-checkout-block__personal-info fieldset,
.edd-checkout-block__personal-info legend {
  border: none !important;
  box-shadow: none !important;
}

