/* ============================
   Single Variety Page Styling
   ============================ */

/* Main wrapper */
.single-variety .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #fff;
}

/* Headings */
.single-variety h1,
.single-variety h2,
.single-variety h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

/* Featured Image & Carousel */
.single-variety .content__image {
    margin-top: 1rem;
}

.single-variety .content__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 6px;
}

.single-variety .swiper,
.single-variety .swiper-slide {
  margin: 0 auto 2rem auto;
}

.single-variety .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Body text */
.single-variety p {
  margin-bottom: 1.25rem;
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
}

.single-variety .content__info {
  margin-top: 24px;
}

.single-variety .strengths, .single-variety .weaknesses {
  padding-top: 16px;
  border-top: 1px solid #f1f2f2;
}

.single-variety .strengths svg, .single-variety .weaknesses svg {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.single-variety .content__location {
  margin-top: 32px;
}

/* Tables (if used) */
.single-variety table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.single-variety th,
.single-variety td {
  border: 1px solid #ddd;
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.95rem;
}

.single-variety th {
  background: #f5f5f5;
  font-weight: 600;
}

/* Lists */
.single-variety ul,
.single-variety ol {
  margin: 1.25rem 0 1.25rem 1.5rem;
}

/* Links */
.single-variety a {
  color: #007c4d;
  text-decoration: underline;
}

.single-variety a:hover {
  color: #005c39;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .single-variety .content-wrapper {
    padding: 1.25rem;
  }
  .single-variety h1 {
    font-size: 1.75rem;
  }
}
