/*!/wp-content/themes/oceanwp-child-theme/inc/skeepers-reviews/assets/hp-reviews.css*/.hp-reviews{--hp-rv-accent:rgba(0, 101, 161, 1);--hp-rv-star:#f5a623;--hp-rv-card-bg:#ffffff;--hp-rv-text:inherit;--hp-rv-gap:24px;--hp-rv-cols:4;--hp-rv-cols-t:2;--hp-rv-cols-m:1;position:relative;color:var(--hp-rv-text)}.hp-reviews__summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-bottom:22px}.hp-reviews__avg{font-size:1.9em;font-weight:700;line-height:1;color:var(--hp-rv-accent)}.hp-reviews__avg-max{font-size:.5em;font-weight:600;opacity:.6}.hp-reviews__count{font-weight:600}a.hp-reviews__count{color:inherit!important;text-decoration:none;cursor:pointer}a.hp-reviews__count:hover,a.hp-reviews__count:focus{text-decoration:underline!important}.hp-reviews__brand{display:inline-flex;align-items:center;margin-left:auto;line-height:0;text-decoration:none}.hp-reviews__brand-logo{width:auto;height:60px!important;max-width:100%!important}@media (max-width:767px){.hp-reviews__brand-logo{height:30px!important}}.hp-reviews__stars{position:relative;display:inline-block;white-space:nowrap;line-height:1;font-size:1.05em;letter-spacing:2px}.hp-reviews__stars-bg,.hp-reviews__stars-fg{display:block}.hp-reviews__stars-bg{color:#d9d9d9}.hp-reviews__stars-fg{position:absolute;inset:0;overflow:hidden;color:var(--hp-rv-star)}.hp-reviews__card{display:flex;flex-direction:column;height:100%;box-sizing:border-box;padding:22px;background:var(--hp-rv-card-bg);border:1px solid rgb(0 0 0 / .07);border-radius:12px;box-shadow:0 6px 20px rgb(0 0 0 / .05)}.hp-reviews__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hp-reviews__verified{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#fff;background:var(--hp-rv-accent);border-radius:50%}.hp-reviews__verified .hp-reviews__check{width:14px;height:14px}.hp-reviews__text{margin:0 0 16px;flex:1 0 auto}.hp-reviews.is-clamped .hp-reviews__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--hp-rv-clamp,6);overflow:hidden}.hp-reviews.is-clamped .hp-reviews__text.is-expanded{-webkit-line-clamp:unset;overflow:visible}.hp-reviews__readmore{display:inline-block;align-self:flex-start;margin:0 0 14px;padding:0!important;min-width:0!important;width:auto!important;height:auto!important;min-height:0!important;font:inherit;font-weight:600;font-size:.75em;line-height:inherit;letter-spacing:normal;text-transform:none;color:var(--hp-rv-accent)!important;background:none!important;background-color:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-decoration:underline;cursor:pointer;-webkit-appearance:none;appearance:none}.hp-reviews__readmore:hover,.hp-reviews__readmore:focus{color:var(--hp-rv-accent)!important;background:none!important;box-shadow:none!important;text-decoration:none}.hp-reviews__meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto;font-size:.85em}.hp-reviews__author{font-size:1.1em;font-weight:700}.hp-reviews__date{opacity:.6}.hp-reviews--grid .hp-reviews__track{display:grid;gap:var(--hp-rv-gap);grid-template-columns:repeat(var(--hp-rv-cols),minmax(0,1fr))}@media (max-width:1024px){.hp-reviews--grid .hp-reviews__track{grid-template-columns:repeat(var(--hp-rv-cols-t),minmax(0,1fr))}}@media (max-width:767px){.hp-reviews--grid .hp-reviews__track{grid-template-columns:repeat(var(--hp-rv-cols-m),minmax(0,1fr))}}.hp-reviews--carousel{--hp-rv-per:var(--hp-rv-cols);padding:0 0 8px}@media (max-width:1024px){.hp-reviews--carousel{--hp-rv-per:var(--hp-rv-cols-t)}}@media (max-width:767px){.hp-reviews--carousel{--hp-rv-per:var(--hp-rv-cols-m)}}.hp-reviews--carousel .hp-reviews__viewport{overflow:hidden}@media (max-width:767px){.hp-reviews--carousel .hp-reviews__viewport{padding:0 30px}}.hp-reviews--carousel .hp-reviews__track{display:flex;gap:var(--hp-rv-gap);transition:transform 0.45s cubic-bezier(.22,.61,.36,1);will-change:transform}.hp-reviews--carousel .hp-reviews__slide{flex:0 0 calc((100% - (var(--hp-rv-per, 1) - 1) * var(--hp-rv-gap)) / var(--hp-rv-per, 1));min-width:0}@media (prefers-reduced-motion:reduce){.hp-reviews--carousel .hp-reviews__track{transition:none}}.hp-reviews__arrow{position:absolute;top:calc(50% - 4px);transform:translateY(50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:42px!important;height:42px!important;min-width:0!important;min-height:0!important;padding:0!important;color:var(--hp-rv-text)!important;background:#fff!important;border:1px solid rgb(0 0 0 / .08)!important;border-radius:50%!important;box-shadow:0 4px 14px rgb(0 0 0 / .12)!important;text-transform:none;letter-spacing:normal;cursor:pointer;-webkit-appearance:none;appearance:none;transition:opacity 0.2s ease,transform 0.2s ease}.hp-reviews__arrow svg{width:22px;height:22px}.hp-reviews__arrow--prev{left:-21px}.hp-reviews__arrow--next{right:-21px}.hp-reviews__arrow:disabled{opacity:.35;cursor:default}.hp-reviews__arrow:not(:disabled):hover{transform:translateY(50%) scale(1.1)}.hp-reviews__dots{display:flex;justify-content:center;gap:8px;margin-top:32px;color:var(--hp-rv-text)}.hp-reviews__dot{width:9px!important;height:9px!important;min-width:0!important;min-height:0!important;padding:0!important;color:var(--hp-rv-text)!important;background:currentColor!important;border:0!important;border-radius:50%!important;box-shadow:none!important;opacity:.3;cursor:pointer;-webkit-appearance:none;appearance:none;transition:opacity 0.2s ease,transform 0.2s ease}.hp-reviews__dot.is-active{opacity:1;transform:scale(1.25)}.hp-reviews--empty{padding:18px;border:1px dashed rgb(0 0 0 / .2);border-radius:8px;font-size:.9em;opacity:.75}