.elementor-widget-one_city_reviews_marquee,
.elementor-widget-one_city_reviews_marquee > .elementor-widget-container {
  overflow: hidden;
  width: 100%;
}

.oc-reviews-marquee {
  --oc-reviews-gap: 24px;
  --oc-reviews-row-gap: 24px;
  --oc-review-card-width: 380px;
  --oc-review-card-bg: #ffffff;
  --oc-review-avatar-size: 40px;
  --oc-review-star-box-size: 22px;
  --oc-review-star-icon: #ffffff;
  --oc-review-star-bg: #00b67a;
  --oc-review-star-empty-bg: #dcdce6;

  display: flex;
  flex-direction: column;
  gap: var(--oc-reviews-row-gap);
  width: 100%;
  overflow: hidden;
}

.oc-reviews-marquee *,
.oc-reviews-marquee *::before,
.oc-reviews-marquee *::after {
  box-sizing: border-box;
}

.oc-reviews-marquee__row,
.oc-reviews-marquee__track {
  width: 100%;
}

.oc-reviews-marquee .horizontal-marquee {
  --_gap: var(--oc-reviews-gap);
}

.oc-reviews-marquee .horizontal-marquee-inner {
  align-items: stretch;
  justify-content: flex-start;
  white-space: normal;
}

.oc-review-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 32px;
  width: min(var(--oc-review-card-width), calc(100vw - 48px));
  max-width: min(var(--oc-review-card-width), calc(100vw - 48px));
  padding: 32px;
  border-radius: 32px;
  background-color: var(--oc-review-card-bg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  color: #0d0d12;
  text-decoration: none;
  white-space: normal;
}

a.oc-review-card:hover,
a.oc-review-card:focus-visible {
  text-decoration: none;
  color: inherit;
}

a.oc-review-card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.oc-review-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.oc-review-card__stars {
  display: flex;
  gap: 4px;
  margin: 0 0 16px;
}

.oc-review-card__star {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--oc-review-star-box-size);
  height: var(--oc-review-star-box-size);
  padding: 3px;
  overflow: hidden;
  border-radius: 3px;
  background-color: var(--oc-review-star-empty-bg);
  color: var(--oc-review-star-icon);
}

.oc-review-card__star.is-filled {
  background-color: var(--oc-review-star-bg);
}

.oc-review-card__star svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.oc-review-card__title {
  margin: 0 0 12px;
  color: #0d0d12;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.oc-review-card__text {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.oc-review-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.oc-review-card__avatar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--oc-review-avatar-size);
  height: var(--oc-review-avatar-size);
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background-color: #e5e5e5;
}

.oc-review-card__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oc-review-card__name {
  margin: 0;
  overflow: hidden;
  color: #0d0d12;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oc-reviews-marquee__empty {
  margin: 0;
  padding: 24px;
  color: #000000;
}
