/*
Theme Name: Astra Child
Template: astra
*/

/* Hide Payment Email field */
p:has(#affwp-payment-email) { display: none !important; }

/* Hide Website URL field */
p:has(#affwp-user-url) { display: none !important; }

/* Hide "How will you promote us?" field */
p:has(#affwp-promotion-method) { display: none !important; }

#adminmenuwrap {
	display: none !important;
}

/* logo homepage carousel middle */

.elementor-widget-image-carousel .swiper-wrapper { align-items: center; }
.elementor-widget-image-carousel .swiper-slide {
  display: flex; align-items: center; justify-content: center; padding: 8px 16px;
}
.elementor-widget-image-carousel .swiper-slide img {
  max-height: 60px; /* adjust (50–80px) */
  width: auto !important;
  object-fit: contain; display: block; margin: 0 auto;
}


#our-story p {
  text-size: 18px !important ;
}

.terms {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
  line-height: 1.7;
  color: #222;
}

.terms h1 { font-size: 32px; margin-bottom: 12px; }
.terms h2 { font-size: 20px; margin: 14px 0 6px; }
.terms ol { padding-left: 18px; }
.terms li { margin-bottom: 10px; }
.terms a { text-decoration: underline; }
.terms .terms-disclaimer { margin-top: 18px; font-size: 14px; color: #555; }


.policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
  line-height: 1.75;
  color: #222;
}
.policy h1 { font-size: 32px; margin-bottom: 10px; }
.policy h2 { font-size: 20px; margin: 16px 0 6px; }
.policy h3 { font-size: 16px; margin: 12px 0 4px; }
.policy ul { padding-left: 18px; margin: 6px 0 12px; }
.policy a { text-decoration: underline; }
.policy-disclaimer { margin-top: 16px; font-size: 14px; color: #555; }


.return-policy p {
  font-size: 20px;
}

   SHIPPING & DELIVERY SECTION STYLING
   ============================== */

.shipping-section {
  max-width: 800px;            /* Limit width for readability */
  margin: 0 auto;              /* Center the section */
  padding: 24px;
  line-height: 1.6;
  color: #222;
}

/* Headings */
.shipping-section h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* Unordered list styling */
.shipping-section ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.shipping-section ul li {
  margin-bottom: 8px;
}

/* Table styling */
.shipping-section table {
  width: 100%;
  border-collapse: collapse;   /* Remove double borders */
  margin-top: 10px;
}

.shipping-section th,
.shipping-section td {
  border: 1px solid #ddd;      /* Light gray borders */
  padding: 10px;
  text-align: left;
}

.shipping-section th {
  background-color: #f7f7f7;   /* Light gray background for header */
  font-weight: bold;
}

.shipping-section tr:nth-child(even) {
  background-color: #fafafa;   /* Alternate row shading */
}


/* ==============================
   SUBSCRIPTION AGREEMENT STYLING
   ============================== */

/* Wrapper for the agreement section */
.agreement {
  max-width: 900px;          /* Limit width for readability */
  margin: 0 auto;            /* Center align section */
  padding: 24px;             /* Inner spacing */
  line-height: 1.75;         /* Comfortable reading */
  color: #222;               /* Text color */
}

/* Main title */
.agreement h1 {
  font-size: 32px;           /* Large heading */
  margin-bottom: 10px;
}

/* Section headings */
.agreement h2 {
  font-size: 20px;           /* Subsection heading */
  margin: 14px 0 6px;
  color: #111;
}

/* Ordered list reset for agreement sections */
.agreement ol {
  padding-left: 18px;
}

/* Unordered list spacing */
.agreement ul {
  padding-left: 18px;
  margin: 6px 0 12px;
}

.agreement ul li {
  margin-bottom: 6px;
}

/* Links */
.agreement a {
  color: #0066cc;
  text-decoration: underline;
}

/* Emphasis on important words */
.agreement strong {
  font-weight: bold;
}

/* Last section (Contact Us) spacing */
.agreement ol li:last-child {
  margin-top: 14px;
}


/* portal in dashboard to remove */

/* Hide "Last 30 days" header + its 3-card grid */
#affiliate-portal-content #last_30_days_card_group-head,
#affiliate-portal-content #last_30_days_card_group-head + div {
  display: none !important;
}

#wpadminbar {
  display: none !important;
  visibility: hidden;
}





