.elementor-2800 .elementor-element.elementor-element-9cac41e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2800 .elementor-element.elementor-element-6958a78 .elementor-toc__header-title{text-align:start;}.elementor-2800 .elementor-element.elementor-element-6958a78 .elementor-toc__header{flex-direction:row;}.elementor-2800 .elementor-element.elementor-element-6958a78{--item-text-hover-decoration:underline;}.elementor-2800 .elementor-element.elementor-element-c7fecad{line-height:18px;}.elementor-2800 .elementor-element.elementor-element-a52ac40 .elementor-button{fill:#FFFFFF;color:#FFFFFF;}.elementor-2800 .elementor-element.elementor-element-099b065.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-2800 .elementor-element.elementor-element-099b065 .elementor-main-swiper{height:350px;}.elementor-2800 .elementor-element.elementor-element-099b065 .elementor-swiper-button{font-size:20px;}.elementor-2800 .elementor-element.elementor-element-7b6eda1 .elementor-button{fill:#FFFFFF;color:#FFFFFF;}.elementor-2800 .elementor-element.elementor-element-521e31f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2800 .elementor-element.elementor-element-c841b4f .elementor-button{fill:#FFFFFF;color:#FFFFFF;}body.elementor-page-2800{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-2800 .elementor-element.elementor-element-099b065.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-2800 .elementor-element.elementor-element-099b065.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS */<style>
.five-star-guide {
  font-family: inherit;
  color: inherit;
}

.five-star-guide * {
  box-sizing: border-box;
}

.five-star-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0;
}

.five-star-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 6px 24px rgba(0,0,0,.05);
}

.five-star-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
}

.five-star-card p {
  margin: 0;
  line-height: 1.7;
}

.five-star-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
  padding: 6px 10px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: #f2f4f5;
}

.five-star-highlight {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 5px solid currentColor;
  background: #f7f8f8;
  border-radius: 0 12px 12px 0;
}

.five-star-highlight strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.five-star-compare {
  overflow-x: auto;
  margin: 30px 0;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
}

.five-star-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
}

.five-star-compare th,
.five-star-compare td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

.five-star-compare th {
  font-weight: 700;
  background: #f5f6f6;
}

.five-star-compare tr:last-child td {
  border-bottom: none;
}

.five-star-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 30px 0;
}

.five-star-choice-box {
  border-radius: 14px;
  padding: 26px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.five-star-choice-box h3 {
  margin: 0 0 12px;
}

.five-star-choice-box p {
  margin: 0;
  line-height: 1.7;
}

.five-star-cta {
  padding: 34px;
  margin: 35px 0;
  border-radius: 16px;
  background: #f4f5f5;
  text-align: center;
}

.five-star-cta h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
}

.five-star-cta p {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .five-star-grid,
  .five-star-choice {
    grid-template-columns: 1fr;
  }

  .five-star-card,
  .five-star-choice-box {
    padding: 21px;
  }

  .five-star-cta {
    padding: 25px 20px;
  }
}
</style>/* End custom CSS */