.page-platform-reviews-188v-detailed {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-platform-reviews-188v-detailed__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-platform-reviews-188v-detailed__hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Darker blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-platform-reviews-188v-detailed__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFCC00; /* Gold for main title */
  font-weight: bold;
}

.page-platform-reviews-188v-detailed__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-platform-reviews-188v-detailed__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-platform-reviews-188v-detailed__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  border: 2px solid transparent;
}

.page-platform-reviews-188v-detailed__btn--primary {
  background-color: #FFCC00; /* Gold */
  color: #003366; /* Dark Blue */
}

.page-platform-reviews-188v-detailed__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-platform-reviews-188v-detailed__btn--secondary {
  background-color: transparent;
  color: #FFCC00; /* Gold */
  border-color: #FFCC00;
}

.page-platform-reviews-188v-detailed__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366; /* Dark Blue */
  transform: translateY(-2px);
}

.page-platform-reviews-188v-detailed__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-platform-reviews-188v-detailed__article-content {
  font-size: 1.05em;
  color: #333;
}

.page-platform-reviews-188v-detailed__section-title {
  font-size: 2em;
  color: #003366; /* Dark Blue */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-platform-reviews-188v-detailed__sub-section-title {
  font-size: 1.5em;
  color: #003366; /* Dark Blue */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-platform-reviews-188v-detailed__article-content p {
  margin-bottom: 15px;
}

.page-platform-reviews-188v-detailed__article-content ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-platform-reviews-188v-detailed__article-content li {
  margin-bottom: 8px;
}

.page-platform-reviews-188v-detailed__image {
  max-width: 100%;
  height: auto;
  margin: 25px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews-188v-detailed__image--full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-platform-reviews-188v-detailed__image--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  width: 40%;
  min-width: 250px;
}

.page-platform-reviews-188v-detailed__image--right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  width: 40%;
  min-width: 250px;
}

.page-platform-reviews-188v-detailed__app-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-platform-reviews-188v-detailed__app-icon {
  width: 50px;
  height: 50px;
}

.page-platform-reviews-188v-detailed__pros-cons {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-platform-reviews-188v-detailed__pros, .page-platform-reviews-188v-detailed__cons {
  flex: 1;
  min-width: 300px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-platform-reviews-188v-detailed__pros {
  background-color: #e6f7ff; /* Light blue */
  border-left: 5px solid #007bff; /* Brighter blue */
}

.page-platform-reviews-188v-detailed__cons {
  background-color: #fff0e6; /* Light orange */
  border-left: 5px solid #ff9900; /* Orange */
}

.page-platform-reviews-188v-detailed__pros h3, .page-platform-reviews-188v-detailed__cons h3 {
  color: #003366;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-platform-reviews-188v-detailed__final-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #003366; /* Dark Blue */
  color: #ffffff;
  border-radius: 8px;
}

.page-platform-reviews-188v-detailed__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #FFCC00; /* Gold */
  font-weight: bold;
}

/* Clearfix for floated images */
.page-platform-reviews-188v-detailed__article-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-platform-reviews-188v-detailed__main-title {
    font-size: 2.2em;
  }
  .page-platform-reviews-188v-detailed__section-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-188v-detailed__sub-section-title {
    font-size: 1.3em;
  }
  .page-platform-reviews-188v-detailed__image--left,
  .page-platform-reviews-188v-detailed__image--right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .page-platform-reviews-188v-detailed__pros-cons {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-platform-reviews-188v-detailed__hero-section {
    padding: 60px 0;
  }
  .page-platform-reviews-188v-detailed__main-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-188v-detailed__subtitle {
    font-size: 1em;
  }
  .page-platform-reviews-188v-detailed__btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-platform-reviews-188v-detailed__content-section {
    padding: 40px 0;
  }
  .page-platform-reviews-188v-detailed__section-title {
    font-size: 1.5em;
  }
  .page-platform-reviews-188v-detailed__sub-section-title {
    font-size: 1.2em;
  }
  .page-platform-reviews-188v-detailed__final-cta {
    padding: 30px;
  }
  .page-platform-reviews-188v-detailed__cta-text {
    font-size: 1.2em;
  }
}