	.t-entry-meta{
		display: none !important;
	}	

.sidebar-top-account{
	margin-top: 50px;	
}
		
	.woo-login-popup-sc-modal.woo-login-popup-sc-modal-on{
		display:none;
	}	
		
	.post-content.style-light.std-block-padding{
		padding: 0 !important;
	}	
		
    .container {
      max-width: 90%;
      margin: 0 auto;
      padding: 2rem;
    }

   .myths-and-facts-main h1, .myths-and-facts-main h2, .myths-and-facts-main h3 {
      color: #2e2e2e;
      margin-top: 1.5rem;
      margin-bottom: 1rem;
    }

    .myths-and-facts-main h1 {
      font-size: 2.2rem;
      border-bottom: 3px solid #586d34;
      padding-bottom: 0.5rem;
      font-family: 'Roboto';
      font-weight: 500;
      margin-bottom: 50px;
		display: inline-block;
    }

   .myths-and-facts-main h2 {
      font-size: 1.6rem;
      border-left: 4px solid #586d34;
      padding-left: 0.6rem;
		font-weight: 300;
    }

   .myths-and-facts-main h3 {
      font-size: 1.3rem;
      margin-top: 1rem;
      color: #444;
		font-weight: 300;
    }

   .myths-and-facts-main p {
      margin-bottom: 1rem;
      font-size: 1.3rem;
      font-family: 'Roboto';
      font-weight: 300;
      color: black;
    }

	.the-myth-title, .the-fact-title{
		font-weight: 300;
	}
	
	.after-the-fact-title, .after-the-fact-title-2, .after-the-fact-title-3, .margin-top-p, .myths-and-facts-conclusion{
		margin-top: 3rem !important;	
	}	

	.the-myth-word, .the-fact-word{
		font-weight: 500;
	}

    .the-myth-paragraph, .the-fact-paragraph-2{
      margin-bottom: 50px !important;
    }
	
	.fact-last-paragraph, .margin-bottom-p{
		margin-bottom: 3rem !important;
	}

    .pairing-guide, .quality-guide {
      list-style: none !important;
      padding-left: 0 !important;
    }

    .pairing-guide li, .quality-guide li {
      margin: 0.4rem 0;
      padding-left: 1.2rem;
      position: relative;
    }

    .pairing-guide li::before, .quality-guide li::before {
      content: "✔";
      color: #586d34;
      position: absolute;
      left: 0;
    }

	.myths-and-facts-conclusion{
		margin-top: 50px;
	}

    .cta {
      margin-top: 2rem;
      background: #586d34;
      color: #fff;
      text-align: center;
      padding: 1rem;
      border-radius: 8px;
      font-weight: bold;
		    max-width: 400px;
    margin: 0 auto;
		margin-top: 3rem;
    }
	
	    .cta-second {
      margin-top: 2rem;
      background: #586d34;
      color: #fff;
      text-align: center;
      padding: 1rem;
      border-radius: 8px;
      font-weight: bold;
		    max-width: 400px;
    margin: 0 auto;
    }

    .cta a, .cta-second a {
      color: #fff !important;
      text-decoration: none;
    }
	
	.cta:hover, .cta-second:hover{
		background-color: #586d34;
	}

	.cta a:hover, .cta-second a:hover{
		color:white !important;
	}

    /* FAQ accordion */
    .faq {
      /*background: #f4f0eb;*/
      padding: 1.5rem;
      border-radius: 8px;
      margin-top: 2rem;
     /* box-shadow: 0 2px 6px rgba(0,0,0,0.08);*/
    }

    .faq-item {
      margin-bottom: 1rem;
      /*border-bottom: 1px solid #ddd;*/
      padding-bottom: 0.5rem;
    }

    .faq-question {
      width: 100%;
      text-align: left;
      padding: 0.8rem 1rem;
      font-size: 1.1rem;
      font-weight: bold;
      background: #586d34;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s ease;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-question:hover {
      background: #71913c;
    }

    .faq-icon {
      font-weight: bold;
      font-size: 1.2rem;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 1rem;
      background: #fff;
      border-left: 4px solid #586d34;
      border-radius: 6px;
      transition: max-height 0.4s ease, padding 0.4s ease;
      margin-top: 0.5rem;
    }

    .faq-answer.open {
      padding: 0.8rem 1rem;
      max-height: 500px; /* adjust if content is larger */
    }

	@media (max-width:600px) {
		.container{
			max-width:100%;
		}

		.faq{
			padding:0rem;
		}
	}
	
.myths-and-facts-header-image img{
  width: clamp(300px, 90vw, 800px); 
  height: auto;
  display: block;
}	

  .myths-and-facts-related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 90px; /* spacing between items */
	  width: 90%;
    margin: 0 auto;
}

.myths-and-facts-related-posts > div {
  padding: 15px;
  text-align: center;
  border-radius: 8px;
	  display: flex;
  flex-direction: column;   /* stack elements vertically */
  justify-content: space-between; /* push button down */
  text-align: center;
  border-radius: 8px;
}

.myths-and-facts-related-posts img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.myths-and-facts-related-posts h4 {
  flex-grow: 1;   /* title stretches, keeping height consistent */
  font-size: 1.1rem;
  margin: 10px 0;
  font-weight: 300;
}

.myths-and-facts-related-posts a {
  display: inline-block;
  margin-top: auto;  /* ensures button sticks to bottom */
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 16px;
  background-color: #586d34;
  border-radius: 15px;
	    width: 60%;
    margin: 0 auto;
}
	
.myths-and-facts-related-posts a:hover{
	color: white !important;
	background-color: #799b40;
}
	
input[value="Post Comment"]{
    color: white;
    background-color:#586d34 !important;
    border-radius: 20px;
    max-width: 200px;
}

input[value="Post Comment"]:hover{
    background-color:#586d34de !important;
}
	
input[value="Δημοσίευση σχολίου"]{
    color: white;
    background-color:#586d34 !important;
    border-radius: 20px;
    max-width: 200px;
}

input[value="Δημοσίευση σχολίου"]:hover{
    background-color:#586d34de !important;
}
	
.post-share .detail-container.margin-auto{
	float: right;
}
	
.post-footer, .post-share{
	border: none !important;
}
	
.commenta-area p{
	font-weight:300;
	color:black;
}
	
	.comment-author.headings-style{
		font-weight: 500 !important;
	}
	
	li.social-threads:before, li.social-bluesky:before{
		display: none !important;
	}
	
@media (max-width:1309px) and (min-width:960px), (max-width:749px) and (min-width:601px){
	.myths-and-facts-related-posts a{
		width:55%;
	}
}

@media (max-width: 1734px) {
  .myths-and-facts-related-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .myths-and-facts-related-posts {
    grid-template-columns: 1fr;
  }
}