.weelee-hp-widget {
    --weelee-hp-accent: #6eb200;
    --weelee-hp-text: #111111;
    --weelee-hp-muted: #8a8c91;
    --weelee-hp-line: #ececec;
    --weelee-hp-card: #ffffff;
    color: var(--weelee-hp-text);
    font-family: Poppins, Arial, sans-serif;
    overflow: hidden;
    padding: 10px 0 6px;
    width: 100%;
}

.weelee-hp-widget,
.weelee-hp-widget * {
    box-sizing: border-box;
}

.weelee-hp-title {
    color: var(--weelee-hp-text);
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0 0 14px;
    text-align: center;
}

.weelee-hp-summary {
    display: none;
}

.weelee-hp-summary img {
    display: inline-block;
    height: 22px;
    margin: 0;
    vertical-align: middle;
    width: auto;
}

.weelee-hp-shell {
    align-items: center;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 0;
    min-height: 150px;
    width: 100%;
}

.weelee-hp-viewport {
    overflow: hidden;
    width: 100%;
}

.weelee-hp-track {
    display: flex;
    gap: 26px;
    transform: translate3d(0, 0, 0);
    transition: transform 300ms ease;
    will-change: transform;
}

.weelee-hp-widget .weelee-hp-card {
    background: var(--weelee-hp-card);
    flex: 0 0 calc((100% - 78px) / 4);
    min-width: 0;
    padding: 0 16px 8px;
    text-align: center;
}

.weelee-hp-widget .weelee-hp-stars {
    color: var(--weelee-hp-accent);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 8px;
    white-space: nowrap;
}

.weelee-hp-stars span {
    color: var(--weelee-hp-accent) !important;
}

.weelee-hp-widget .weelee-hp-card h3 {
    color: #000000 !important;
    font-family: Poppins, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.16 !important;
    margin: 0 auto 10px !important;
    max-width: 290px;
    text-align: center !important;
    text-transform: none !important;
}

.weelee-hp-widget .weelee-hp-message {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    margin: 6px auto 8px;
    max-width: 310px;
    overflow-wrap: anywhere;
}

.weelee-hp-widget .weelee-hp-toggle,
.weelee-hp-widget button.weelee-hp-toggle {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--weelee-hp-accent) !important;
    cursor: pointer;
    display: block;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto 5px;
    min-height: 0 !important;
    min-width: 0 !important;
    outline: none;
    padding: 0 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    width: auto !important;
}

.weelee-hp-widget .weelee-hp-toggle:hover,
.weelee-hp-widget .weelee-hp-toggle:focus,
.weelee-hp-widget .weelee-hp-toggle:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--weelee-hp-accent) !important;
}

.weelee-hp-meta {
    color: #8a8c91 !important;
    font-family: Poppins, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin-top: 0 !important;
    text-align: center !important;
}

.weelee-hp-widget .weelee-hp-nav,
.weelee-hp-widget button.weelee-hp-nav {
    align-items: center;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #1d2327 !important;
    cursor: pointer;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: color 200ms ease, opacity 200ms ease;
    width: 34px;
}

.weelee-hp-widget .weelee-hp-nav:hover,
.weelee-hp-widget .weelee-hp-nav:focus,
.weelee-hp-widget .weelee-hp-nav:active,
.weelee-hp-widget .weelee-hp-nav:focus-visible {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #1d2327 !important;
}

.weelee-hp-nav:disabled {
    cursor: pointer;
    opacity: 1;
}

.weelee-hp-dots {
    display: none;
    gap: 6px;
    justify-content: center;
    margin-top: 20px;
}

.weelee-hp-dot {
    background: #a5a5a5;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    height: 10px;
    padding: 0;
    transition: background 300ms ease, width 300ms ease;
    width: 10px;
}

.weelee-hp-dot.is-active {
    background: #c10000;
    width: 24px;
}

.weelee-hp-status {
    color: var(--weelee-hp-muted);
    font-size: 14px;
    margin: 12px 0 0;
    text-align: center;
}

.weelee-hp-widget.is-loaded .weelee-hp-status {
    display: none;
}

@media (max-width: 1199px) {
    .weelee-hp-shell {
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        min-height: 160px;
    }

    .weelee-hp-track {
        gap: 22px;
    }

    .weelee-hp-widget .weelee-hp-card {
        flex-basis: calc((100% - 22px) / 2);
        padding-left: 18px;
        padding-right: 18px;
    }

    .weelee-hp-widget .weelee-hp-card h3 {
        font-size: 16px !important;
        max-width: 360px;
    }

    .weelee-hp-widget .weelee-hp-nav,
    .weelee-hp-widget button.weelee-hp-nav {
        font-size: 54px;
        height: 64px;
        width: 32px;
    }
}

@media (max-width: 767px) {
    .weelee-hp-widget {
        padding: 8px 0 4px;
    }

    .weelee-hp-shell {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        gap: 0;
        min-height: 150px;
    }

    .weelee-hp-track {
        gap: 0;
    }

    .weelee-hp-widget .weelee-hp-card {
        flex-basis: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .weelee-hp-widget .weelee-hp-stars {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .weelee-hp-widget .weelee-hp-card h3 {
        font-size: 16px !important;
        line-height: 1.2 !important;
        max-width: 320px;
        margin-bottom: 9px !important;
    }

    .weelee-hp-widget .weelee-hp-toggle,
    .weelee-hp-widget button.weelee-hp-toggle {
        font-size: 14px;
    }

    .weelee-hp-widget .weelee-hp-message {
        font-size: 13px;
        line-height: 1.4;
        max-width: 330px;
    }

    .weelee-hp-widget .weelee-hp-nav,
    .weelee-hp-widget button.weelee-hp-nav {
        font-size: 44px;
        height: 54px;
        width: 28px;
    }
}

@media (max-width: 379px) {
    .weelee-hp-shell {
        grid-template-columns: 24px minmax(0, 1fr) 24px;
    }

    .weelee-hp-widget .weelee-hp-card {
        padding-left: 10px;
        padding-right: 10px;
    }

    .weelee-hp-widget .weelee-hp-card h3 {
        font-size: 15px !important;
    }

    .weelee-hp-widget .weelee-hp-nav,
    .weelee-hp-widget button.weelee-hp-nav {
        font-size: 40px;
        width: 24px;
    }
}
