:root {


  --my-black: #8B9A7B;
  --my-black-2: #282828;
  --my-white: #FFFFFF;

  --surface:#F5F0E8;

  --stroke: #EEEEEE;
  --stroke-2: #e4e4e4;

  --text-black:#ddd;
  --text-dark:#303030;
  --dark:#000000;

  --roboto: 'Roboto', sans-serif;
  --marcellus: 'Marcellus', serif;
  --playfair: 'inter', sans-serif;

  --padding-40: 40px;
  --padding-36: 36px;
  --padding-24: 24px;
  --padding-16: 16px;

}

/* ***************************************************

1. root variables
2. containers
3. text
4. buttons
5. hero
6. sliding logos
7. about us
8. CTA 1

*************************************************** */



.vn-icon{
  aspect-ratio: 1/1 !important;
}
.vn-invert{
  filter: invert(1);
}
p, .entry-content p{
  margin-bottom: 0 !important;
}

.entry-content h3{
  font-family: var(--playfair) !important;
  font-size: 24px !important;
  font-weight: bold;
  
}
.text-link a{
  color: white !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}

h2.wp-block-heading.has-text-align-center.text-center{
  text-align: center !important;
}
a.pum-cta.wp-block-popup-maker-cta-button__link.wp-element-button {
    background: var(--my-black) !important;
    color: var(--my-white) !important;
    border-radius: 0px !important;
}
.wp-block-popup-maker-cta-buttons.is-layout-flex.wp-block-cta-buttons-is-layout-flex{
  align-items: center !important;
  justify-content: center !important; 
}


section#block-9 p {
    text-align: center;
    color: var(--my-white);
    line-height: 1.5;
}

.mt-5 {
  margin-top: 18px;
}

/* .ast-page-builder-template .site-content > .ast-container{ */
.ast-right-sidebar #primary{
  padding: 35px !important;
}
.ast-page-builder-template .comments-area, .single.ast-page-builder-template .entry-header, .single.ast-page-builder-template .post-navigation, .single.ast-page-builder-template .ast-single-related-posts-container{
/*   margin-left: 0; */
/*   padding-left: 0; */
}



html,
body {
  overflow-x: hidden;
  font-family: var(--roboto);
  color: var(--my-black);
	background:#FDF9F5 !important;
}

p {
  margin: 0;
}

.d-flex-col {
  display: flex;
  flex-direction: column;
}

.d-flex-row {
  display: flex;
  flex-direction: row;
}

/* *************************************************** */
/* containers */
/* *************************************************** */
.site-main {
  width: 100%;
}

.cs-container {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  padding-inline: 36px !important;
}

 .pre-post-treatment{
  color:var(--text-dark) !important;
  padding: 0 !important;
}
.pre-post-treatment h1,
.pre-post-treatment h2,
.pre-post-treatment h3,
.pre-post-treatment h4,
.pre-post-treatment h5,
.pre-post-treatment h6,
.pre-post-treatment p{
color:var(--dark) !important;
}


.cs-content {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.as-full-width-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}




/* *************************************************** */
/* text */
/* *************************************************** */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--playfair);
  line-height: 1.3;
  font-weight: bold;
  color: var(--my-black);
}

h2.cs-heading {
  color: var(--my-black) !important;
  font-size: 2.5rem;
  font-family: var(--playfair);
  
}
h1.cs-heading {
  color: var(--my-black) !important;
  font-size: 2.5rem;
  font-family: var(--playfair);
  
}

p {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: var(--roboto);
  color: #282828;
}
.read-more a{
  color: var(--my-black) !important;
}


/* *************************************************** */
/* buttons */
/* *************************************************** */
.btn-group{
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
}
.cs-btn,  .wpforms-submit, .tnp-submit {

  padding: 14px 32px !important;
  font-size: 1.1rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: 1px solid !important;
  cursor: pointer !important;
/* 	max-width: fit-content;
    min-width: 180px;
    text-align: center; */
}
.cx-button-row{
	flex-direction:row !important;
}

.tnp-submit{
  background-color: var(--my-white) !important;
  color: var(--my-black) !important;
}

.cs-btn-primary {
  border-color: var(--my-black);
  color: var(--my-black);
	font-weight:bold;
}

.cs-btn-primary:hover
{
  background-color: var(--my-black);
  color: var(--my-white);
}

.cs-btn-secondary
{
  border-color: var(--my-white);
  color: var(--my-white);
}
.cs-btn-secondary-filled
{
  background-color: var(--my-white);
  color: var(--my-black);
	font-weight:bold;
}
.cs-btn-secondary-filled:hover{
  color:white;
  background-color: transparent;
  border:1px solid var(--my-white);
}

.cs-btn-secondary:hover,.wpforms-submit:hover {
  background-color: var(--my-white);
  color: var(--my-black);
}



/* *************************************************** */
/* services */
/* *************************************************** */

.sub-service-image{
  height: 360px !important;
  object-fit: cover !important;
  /* filter: grayscale(1); */
}
.container-col{
  flex-direction: column !important;
}
.cs-sub-service-image.full-width {
  width: 100% !important;
}
.cs-sub-service-image.full-width img{
  height: 620px !important;
  width: 100% !important;
}

.services-page .cs-sub-service-content-wrapper{
  padding-top: 40px;
  gap: 40px;
  width: 100%;
}


.service-hero {
  padding-block: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  /* height: 600px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* filter: saturate(0); */
  z-index: 0;
  position: relative;
}

.service-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--my-black);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.service-hero>* {
  z-index: 3;
  color: white;
}

.service-hero h2 {
  color: white;
}

.service-hero>div {
  flex: 1;
}
.featured-treatment{
  background: var(--my-black);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  justify-content: start;
}
.featured-treatment-content{
  display: flex !important;
  flex-direction: row !important;
  gap: 24px;
  align-items: start;
  justify-content: start;
  width: 100%;
}
.featured-treatment span{
  background-color: white;
  padding: 6px 12px;  
}
.featured-treatment-content img{
  filter: grayscale(1);
  flex: 1;
  width: 600px;
  height: 400px;
  object-fit: cover;
}
.featured-treatment-content div{
  display: flex;
  flex: 3;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  justify-content: start;
}
/* .featured-treatment div{
  display: flex;
  flex-direction: column;
  gap: 12px;
} */
.featured-treatment h3,
.featured-treatment p
{
  color: var(--my-white) !important;
  margin: 0;
  padding: 0;
}
.featured-treatment .cs-btn{
background-color: var(--my-white);
}
.featured-treatment .cs-btn:hover{
  background-color: black;
  border: 1px solid var(--my-white);
}
.footer-treatment{
  padding: 0;
}
.footer-treatment div:nth-child(1){
  display: flex;
  flex-direction: row;
  gap:24px;
}
.footer-treatment div:nth-child(1) div{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap:24px;
}
.footer-treatment img{
  filter: saturate(0);
  height: 450px;
  width: 300px;
  object-fit: cover;
}
.footer-treatment h3{
  font-size: 22px !important;
}
.footer-treatment p{
  font-size: 16px !important;
}

.service-hero-content-wrapper{
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.service-hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  justify-content: center;
}


.service-hero-content .cs-heading{
  color:var(--my-black) !important
}

.service-hero-content .header-text{
  color:white !important;
}



.service-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* *************************************************** */
/* CTA */
/* *************************************************** */
.cs-cta {
  padding-block: 200px;
}

.cta-banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  max-width: 1320px;
  height: 474px;
  padding-inline: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

.cta-banner p,
.cta-banner h1 {
  color: var(--my-white);
  text-align: center;
}

.cta-banner h1 {
  font-size: 48px;

}

/* ////////////// */
/* sub services */
/* ////////////// */

.cs-sub-services {
  margin: 60px 0;
  padding-inline:36px;
}

.cs-sub-service-row {
  display: flex;
  align-items: start;
  gap: 40px;
  width: 100%;
  /* margin-bottom: 80px; */
}

.cs-sub-service-row.odd {
  flex-direction: row-reverse;
}

.cs-sub-service-image {
  flex: 5;
}

.cs-sub-service-image img {
  height: 1000px;
  width: 100%;
  object-fit: cover;
  /* filter: saturate(0); */
}

.cs-sub-service-content {
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  /* padding-block: 120px; */
  gap: 80px;
}

.cs-services-list
{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  flex-direction: row;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  flex-wrap: wrap;
  gap: 32px;
	width:100%;
}


.cs-services-list li
{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
/*   width: 340px; */
  /* width:calc(20% - 32px); */
  border: 1px solid var(--text-black);
  padding: 32px;
}
.cs-services-list li div{
  display: flex;
  flex-direction: column;
  gap:16px;
  width: 100%;
}

.cs-services-list h4 {
  font-size: 22px;
  font-weight: bold;
  font-family: var(--playfair);
}

.cs-services-list span {
  font-weight: normal;
  font-size: 20px;
  color: var(--my-black-2);
}

.cs-sub-service-content .service-hero-content,
.cs-sub-service-content-wrapper .service-hero-content {
  align-items: start;
}




/* ************************* */
/* service type */
/* ************************* */

.section-title {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1.2px;

  position: relative;
}

.section-title::before {
  content: "";
  margin-right: 12px;
  border-left: 2px solid black;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 140px 36px;
  /* max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px; */
}

.works-grid,
.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.work-step,
.tool-item {
  border: 1px solid var(--my-black);
  padding: 20px;
  /* color: var(--my-white); */
  display: flex;
  flex-direction: column;
  align-items: start;

}

.tool-item h4 {
  color: var(--dark);
}

.treatment-list {
  list-style: none;
  padding: 0;
  color: var(--dark);
}

.treatment-list li {
  margin-bottom: 10px;
}



.before-after {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.before-after .photo {
  flex: 1 1 calc(50% - 20px);
}

.before-after img {
  width: 100%;
}

.tr-content {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
}

.tr-content .service-hero-content {
  align-items: start;
}

.cs-sub-service-content-wrapper {
  flex: 7;
  /* width: 100%; */
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-block: 120px;
  gap: 80px;
}

.no-padding {
  padding-block: 0px;
}

.pb-40 {
  padding-block: 40px;
}

.align-center {
  align-items: center;
}

.tech-tools {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* background-color: var(--my-black); */
  /* padding: 32px; */
}

.tech-tools .cs-heading {
  /* color: var(--my-white); */
}

.treatment-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.2rem;
}


.pre-post-treatment {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap:40px;
  padding-inline: 36px !important;
}

.treatment{
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap:40px;
  border: 1px solid var(--my-black);
}

.treatment div:first-of-type{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap:24px;
}
/* 
.treatment .cs-heading{
  background-color: var(--my-black);
  width: 100%;
  color: var(--my-white);
  padding: 12px 30px;
} */

.treatment div:first-of-type h1,
.treatment div:first-of-type h2,
.treatment div:first-of-type h3,
.treatment div:first-of-type h4,
.treatment div:first-of-type h5,
.treatment div:first-of-type h6,
.treatment div:first-of-type strong
{
  font-family: var(--roboto) !important;
  font-size: 1.6rem !important;
}

.treatment ul{
  display: flex;
  flex-direction: column;
  gap:12px;
}

.treatment li{
  list-style-type: square;
  margin-left: 16px;
  font-size: 1.3rem;
}

ul,li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.treatment-products{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}
.treatment-products-content{
  border-color: transparent;
  padding: 0;
  gap:24px;
}


.treatment-products-content ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  gap: 60px;
  width: 100%;
}


.treatment-products-content li
{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 12px;
  border: 1px solid var(--my-black);
  padding: 24px;
  margin: 0;
  color: var(--text-dark);
}

.membership{
  /* margin-top: 100px; */
  background: var(--surface);
  padding-block: 120px;
  /* url('../images/membership.jpg'); */
}
.membership .service-hero-content{
  gap:40px;
}

.membership-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:40px;
}
.membership-content p{
  color: var(--my-black) !important;
}

.membership-content ul{
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-bottom: 60px;
}

.membership-content li{
  font-size: 1.3rem;
  border-right:1px solid var(--my-black) ;
  padding-right: 40px;
  color: var(--my-black);
}
.membership-content li:last-of-type{
  padding-right: 0px;
  border-right: none;
}

.before-after{
  display: flex;
  flex-direction: column;
  gap:40px;
}
/* .before-after-photos{
  display: grid;
  grid-template-columns: repeat(3,1fr);
} */

.before-after-photos {
  column-count: 3;       /* number of columns */
  column-gap: 0;      /* space between columns */
}

.bore-after-photo {
  break-inside: avoid;   /* prevent elements from breaking */
  margin-bottom:0;   /* spacing between items */
}

.bore-after-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.icon-invert svg{
  filter: invert(1);
}
.icon-invert:hover svg{
  filter: invert(0);
}

div.tnp-subscription, form.tnp-subscription, form.tnp-profile{
  max-width: 100% !important;
  margin: 0 !important;
}
div.tnp-subscription label,
form.tnp-subscription label,
form.tnp-profile label{
  color: var(--my-black) !important;
}



div.tnp-subscription form,
form.tnp-subscription form,
form.tnp-profile form{
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.newsletter-center{
  width: 800px !important;
}
.newsletter-center div.tnp-subscription form,
.newsletter-center form.tnp-subscription form,
.newsletter-center form.tnp-profile form{
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
}

.newsletter-center .tnp-field.tnp-field-email{
  width: 100%;
}

/* FAQ Section Styles */
#home-faq-section,
#treatment-faq-section{
  /* padding: 40px; */
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* border: 1px solid var(--my-black); */
}

.faq-item {
    
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-size: 22px;
    font-weight: bold;
    color:var(--my-black);
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    background-color: var(--surface);
    padding: 12px 24px;
    margin-bottom: 0;
    font-family: 'inter', sans-serif;
}

.faq-answer {
    display: none;
    color: black;
    font-size: 16px;
    line-height: 1.6;    
    padding: 32px;
    margin-bottom: 24px;
    background-color: #fffdf9;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea{
	background-color:white !important;
}
.hfe-post-card {
    background-color: white !important;
}
.hfe-post-excerpt {
	color: black;
}

/* Optional: simple JS toggle */
.faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    font-weight: bold;
    transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
    content: '-';
}

.faq-item.active .faq-answer {
    display: block;
}
.faq-section .service-hero-content{
  align-items: start;
  gap: 12px;
}
.faq-section .service-hero-content h2,
.faq-section .service-hero-content p{
  padding: 0;
  margin: 0;
}

.services-faq{
  padding-inline: 36px;
  padding-block: 120px;
}

/* slider buttons */

/* Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: var(--my-black) !important;
  background-color: var(--my-white);
  width: 40px;
  height: 40px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.1);
}


.white-text p{
  color: white !important;
  font-size: 16px !important;
}

span,p,h1,h2,h3,h4,h5,h6{
	font-family: 'Inter', sans-serif !important;
}

.ast-mobile-popup-inner{
	background:var(--my-black) !important;
}

.text-white p{
	color:white !important;
}

/* mobile */
@media (max-width: 768px) {
	.cs-services-list
	{
		grid-template-columns: repeat(1, 1fr);	
	}
	.cs-sub-services,
	.cs-sub-services .cs-container{
		padding-inline:0 !important;
	}
	.cs-services-list li{
		padding:16px !important;	
	}
	.sub-service-image, .service-hero-image img, .ritual-image img{
		height:220px !important;
	}
	
}





/* css for blog post */

/* *************************************************** */
/* blog post — full width page builder, left-aligned   */
/* *************************************************** */

/* ---- 1. page wrapper: constrain everything ---- */
.single-post .site-main,
.single-post #primary,
.single-post #content {

  margin: 0 !important;
  padding: 0 !important;
}

/* ---- 2. entry header: title + meta ---- */
.single-post .entry-header {
  padding: 48px 36px 24px !important;
  margin: 0 !important;
}

.single-post .entry-title {
  font-family: var(--playfair) !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
  color: var(--my-black-2) !important;
  text-align: left !important;
  margin: 0 0 12px 0 !important;
}

.single-post .entry-meta {
  font-size: 0.78rem !important;
  color: #999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.7px !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-post .entry-meta a {
  color: #1a6fc4 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* ---- 3. content area ---- */
.single-post .entry-content {
  padding: 0 36px 60px !important;
  margin: 0 !important;
  max-width: 820px !important;
}

/* reset any theme centering on blocks */
.single-post .entry-content > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

/* ---- 4. paragraphs ---- */
.single-post .entry-content p {
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  color: #2a2a2a !important;
  margin-bottom: 1.1rem !important;
  text-align: left !important;
}

/* ---- 5. internal links — blue highlight ---- */
.single-post .entry-content a {
  color: #1a6fc4 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}

.single-post .entry-content a:hover {
  color: #0d4d8f !important;
}

/* ---- 6. headings inside content ---- */
/* h1 used as section title (SEO pattern) — treat like h2 */
.single-post .entry-content h1,
.single-post .entry-content h1.wp-block-heading {
  font-family: var(--playfair) !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: var(--my-black-2) !important;
  margin-top: 2.5rem !important;
  margin-bottom: 0.5rem !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid var(--stroke-2) !important;
  text-align: left !important;
  line-height: 1.3 !important;
}

.single-post .entry-content h2,
.single-post .entry-content h2.wp-block-heading {
  font-family: var(--playfair) !important;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  color: var(--my-black-2) !important;
  margin-top: 2rem !important;
  margin-bottom: 0.4rem !important;
  text-align: left !important;
  line-height: 1.35 !important;
}

.single-post .entry-content h3,
.single-post .entry-content h3.wp-block-heading {
  font-family: var(--playfair) !important;
  font-size: 1.05rem !important;
  font-weight: bold !important;
  color: var(--my-black-2) !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.3rem !important;
  text-align: left !important;
}

/* ---- 7. lists — fix centering & stagger ---- */
.single-post .entry-content ul,
.single-post .entry-content ul.wp-block-list,
.single-post .entry-content ol {
  margin: 0.4rem 0 1.2rem 0 !important;
  padding-left: 1.4rem !important;
  text-align: left !important;
  list-style-position: outside !important;
  display: block !important;
}

.single-post .entry-content ul li,
.single-post .entry-content ul.wp-block-list li {
  list-style-type: disc !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #2a2a2a !important;
  margin-bottom: 4px !important;
  padding-left: 0 !important;
  text-align: left !important;
  display: list-item !important;
}

.single-post .entry-content ol li {
  list-style-type: decimal !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #2a2a2a !important;
  margin-bottom: 4px !important;
  text-align: left !important;
  display: list-item !important;
}

/* ---- 8. tables ---- */
.single-post .entry-content .wp-block-table {
  margin: 1.5rem 0 !important;
  width: 100% !important;
  overflow-x: auto !important;
  display: block !important;
}

.single-post .entry-content .wp-block-table table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 0.93rem !important;
}

.single-post .entry-content .wp-block-table td,
.single-post .entry-content .wp-block-table th {
  border: 1px solid var(--stroke-2) !important;
  padding: 10px 14px !important;
  line-height: 1.5 !important;
  color: #2a2a2a !important;
  vertical-align: top !important;
  text-align: left !important;
}

/* first row = header style */
.single-post .entry-content .wp-block-table tr:first-child td,
.single-post .entry-content .wp-block-table th {
  background-color: var(--surface) !important;
  font-weight: bold !important;
  font-size: 0.82rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: var(--my-black-2) !important;
}

.single-post .entry-content .wp-block-table tr:nth-child(even) td {
  background-color: #fdfaf6 !important;
}

/* ---- 9. blockquote ---- */
.single-post .entry-content blockquote {
  border-left: 3px solid var(--my-black) !important;
  margin: 1.5rem 0 !important;
  padding: 14px 24px !important;
  background-color: var(--surface) !important;
  text-align: left !important;
}

.single-post .entry-content blockquote p {
  font-style: italic !important;
  margin-bottom: 0 !important;
}

/* ---- 10. hr ---- */
.single-post .entry-content hr {
  border: none !important;
  border-top: 1px solid var(--stroke-2) !important;
  margin: 2.5rem 0 !important;
}

/* ---- 11. images ---- */
.single-post .entry-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-block: 1.5rem !important;
}

.single-post .entry-content figcaption {
  font-size: 0.82rem !important;
  color: #999 !important;
  margin-top: 6px !important;
  text-align: left !important;
}

/* ---- 12. mobile ---- */
@media (max-width: 768px) {
  .single-post .entry-header,
  .single-post .entry-content {
    padding-inline: 20px !important;
  }

  .single-post .entry-title {
    font-size: 1.5rem !important;
  }

  .single-post .entry-content h1,
  .single-post .entry-content h1.wp-block-heading {
    font-size: 1.25rem !important;
  }

  .single-post .entry-content h2,
  .single-post .entry-content h2.wp-block-heading {
    font-size: 1.1rem !important;
  }
}

