    /* Offers */
    #jw-widget {
        display: inline-block;
        padding: 0.5em 1em;
    }
    .jw-offer {
        display: inline-block;
        margin: 0 0.4em;
        text-align: center;
    }
    .jw-package-icon {
        border: 1px solid transparent;
        width: 3em;
        height: auto;
    }
    .jw-offer-label {
        color: #0c151d;
        margin-top: 0.3em;
        text-align: center;
        font-size: 0.85em;
    }

    /* Rank widget */
    .jw-link {
        text-decoration: none;
    }
    .jw-logo {
        filter: brightness(0) saturate(100%) invert(79%) sepia(56%) saturate(449%)
            hue-rotate(357deg) brightness(94%) contrast(97%);
    }
    .wrapper {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .rank-text {
        font-size: 18px;
        padding-left: 8px;
        padding-right: 8px;
        color: #bec1c5;
    }
    .change-arrow-negative {
        transform: rotate(180deg);
    }
    .change-box {
        font-size: 16px;
        padding-left: 8px;
        display: flex;
        align-items: center;
        border-radius: 16px;
    }
    .change-box-positive {
        border: 1px solid #47ad45;
    }
    .change-box-negative {
        border: 1px solid #ff0000;
    }
    .change-text {
        padding: 2px 6px 2px 4px;
		font-size: 12px;
		white-space: nowrap;
    }
    .change-text-positive {
        color: #47ad45;
    }
    .change-text-negative {
        color: #ff0000;
    }
.jw-top5-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jw-top5-item {
    align-items: center;
    border-bottom: 1px dashed #bdc6ce;
    padding-bottom: 0.8125rem;
    margin-top: 0.8125rem;
    min-height: 3.4375rem;
    padding: 0;
    display: flex;
}

.jw-top5-rating {
    align-items: center;
    border-right: 1px dashed #bdc6ce;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 2.8125rem;
    padding-right: 1.125rem;
}

.jw-top5-rating__number {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.jw-top5-rating__details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jw-top5-rating__direction svg {
    width: 12px;
    height: 8.3px;
}

.jw-top5-rating__delta {
    font-size: 0.875rem;
    font-weight: 600;
}

.jw-delta-up { color: #47AD45; }
.jw-delta-down { color: #D9534F; }
.jw-delta-neutral { color: #999; }

.jw-top5-content {
    align-items: flex-start;
    padding-left: 1.125rem;
    display: flex;
    flex-grow: 1;
}

.jw-top5-content__image {
    width: 60px;
    height: auto;
    border-radius: 4px;
    margin-right: 0.9375rem;
}

.jw-top5-info {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-left: 0.9375rem;
}

.jw-top5-info__title {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.1764705882;
    margin-top: 0.3125rem;
    margin: 0;
}