    body {
      background: #fffdf8;
      font-family: 'Segoe UI', sans-serif;
    }
    header {
      background: linear-gradient(to right, #f67280, #f8b195);
      color: #fff;
    }
    .logo {
      font-size: 32px;
      font-weight: bold;
    }
    nav a {
      color: #fff !important;
      font-weight: 500;
    }
    .hero {
      background: linear-gradient(to right, #fcefee, #fff);
      padding: 60px 20px;
      text-align: center;
    }
    .hero h1 {
      color: #4d2c2c;
    }
    .section-title {
      font-size: 26px;
      font-weight: bold;
      color: #5c1a1a;
      border-bottom: 3px solid #ffb6b9;
      display: inline-block;
      margin-bottom: 25px;
    }
    .company-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
      padding: 25px;
      margin-bottom: 30px;
      transition: all 0.3s ease;
    }
    .company-card:hover {
      transform: translateY(-6px);
    }
    .company-card img {
      max-width: 90px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .rank-badge {
      display: inline-block;
      background: linear-gradient(45deg, #ffafbd, #ffc3a0);
      color: #000;
      font-weight: bold;
      border-radius: 20px;
      padding: 6px 14px;
      font-size: 16px;
      margin-bottom: 8px;
    }
    .rating-bar {
      height: 10px;
      background: #eee;
      border-radius: 5px;
      overflow: hidden;
      margin: 10px 0;
    }
    .rating-fill {
      height: 100%;
      background: linear-gradient(to right, #6ee7b7, #3cb371);
    }
    .read-more {
      background: #f67280;
      color: #fff;
      font-weight: bold;
      padding: 6px 14px;
      border-radius: 5px;
      text-decoration: none;
      margin-top: 10px;
      display: inline-block;
    }
    .read-more:hover {
      background: #e85c6b;
    }
    section.seo {
      background: #fff7f7;
      padding: 40px 20px;
      border-top: 2px solid #fcd5ce;
    }
    .footer {
      background: linear-gradient(to right, #6a0572, #ab83a1);
      color: #fff;
      padding: 40px 0;
    }
    .footer a {
      color: #ffe0f0;
      text-decoration: underline;
    }

.hero-banner {
  background: url('/assets/imgs/best-rabbit-vibrator-companies.webp') no-repeat center center;
  background-size: cover;
  height: 400px;
  position: relative;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.45); /* Optional: make lighter if you want */
  z-index: 1;
  border-radius: 0;
}

.hero-banner > div {
  position: relative;
  z-index: 2;
}

.review-body ul {
  padding-left: 20px;
}
.review-body ul li {
  margin-bottom: 5px;
}

.company-card {
  width: 100%;
  margin: 0 auto 30px auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.company-card .d-flex {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .company-card .d-flex {
    flex-wrap: nowrap;
    align-items: center;
  }

  .company-card img {
    margin-right: 20px;
  }
}



.company-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
}

.rank-badge {
  display: inline-block;
  background: linear-gradient(45deg, #ffafbd, #ffc3a0);
  color: #000;
  font-weight: bold;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 16px;
}

.rating-bar {
  height: 10px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
}

.rating-fill {
  height: 100%;
  background: linear-gradient(to right, #6ee7b7, #3cb371);
  border-radius: 5px;
}

.read-more {
  background: #f67280;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
}

.read-more:hover {
  background: #e85c6b;
}

.rank-badge {
  background: linear-gradient(45deg, #ffafbd, #ffc3a0);
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  color: #000;
}

.rating-score {
  color: #3cb371;
}

.read-more {
  background: #f67280;
  color: #fff;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 5px;
  text-decoration: none;
}

.read-more:hover {
  background: #e85c6b;
}

.company-card img {
  box-shadow: none !important;
  width: 100%;         /* Adjusts logo to fill available space */
  max-width: 180px;    /* You can make this larger or remove max-width entirely */
  height: auto;
  display: block;
  margin: 0 auto 15px; /* Optional: centers image and adds spacing below */
}
