.post-content.style-light.std-block-padding{
		padding: 0 !important;
	}
	
.uncol.style-light.unexpand.style-color-xsdn-bg{
	right: auto !important;
}
	
.sidebar-top-account{
	margin-top: 50px;
}	
		
.olive-oil-varieties-main-div{
		background-color: #f8f6f2;
	}		
		
section {
      max-width: 1000px;
      margin: 0 auto;
      padding: 10px 20px;
    }

    h1, h2 {
      font-family: 'Playfair Display', serif;
      color: #2f2e2b;
      letter-spacing: 0.4px;
    }

    p {
      color: black;
      font-size: 1.05rem;
      line-height: 1.8;
		font-weight:300;
    }

    /* === HEADER === */
    header {
      text-align: center;
      margin-bottom: 80px;
    }

    header h1 {
      font-size: 2.8rem !important;
      display: inline-block;
      border-bottom: 2px solid #586d34;
      padding-bottom: 12px;
    }

    header p {
      max-width: 720px;
      margin: 20px auto 0;
		font-size:1.2rem;
		font-weight: 300;
    }

    /* === VARIETY CARDS === */
    .variety {
      background-color: #ffffff;
      border-radius: 20px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.06);
      padding: 50px 40px;
      margin-bottom: 60px;
      border: 2px solid #586d34;
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .variety.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .variety h2 {
      font-size: 2rem;
      margin-bottom: 15px;
    }

    .variety ul {
      list-style: none !important;
      padding: 0 !important;
      margin-top: 20px;
    }

    .variety ul li {
      margin-bottom: 8px;
      position: relative;
      padding-left: 20px;
		color: black;
		font-weight: 300;
    }

    .variety ul li::before {
      content: "•";
      color: #586d34;
      position: absolute;
      left: 0;
      font-size: 2.8rem;
	  top: -26px;
    }

    /* === CTA BUTTON === */
    .cta-container {
      text-align: center;
      margin-top: 80px;
		margin-bottom: 50px;
    }

    .cta {
      display: inline-block;
      background-color: #586d34;
      color: #fff !important;
      padding: 14px 40px;
      border-radius: 30px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .cta:hover {
      background-color: #6a8936;
      transform: translateY(-3px);
		color: #fff !important;
    }
	
	strong{
		font-weight: 500 !important;
	}

    /* === RESPONSIVE === */
    @media (max-width: 700px) {
      .variety {
        padding: 40px 25px;
      }
      header h1 {
        font-size: 2.2rem !important;
      }
    }
	
@media (max-width: 959px) {
  .cta-container {
    display: block !important;
  }
}