.offerlift-offer-summary {
    display: grid;
    justify-items: end;
    align-content: center;
    min-width: 108px;
}

.offerlift-card--offer .offerlift-badge,
.offerlift-admin-price .offerlift-admin-badge {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    display: block;
    width: max-content;
    max-width: 100%;
    margin-bottom: calc(var(--offerlift-badge-size) + 36px);
    padding: 6px 11px;
    border-radius: var(--offerlift-badge-radius);
    background: var(--offerlift-badge-background);
    color: var(--offerlift-badge-text-color);
    font-size: var(--offerlift-badge-size);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transform: translate(var(--offerlift-badge-right), var(--offerlift-badge-top)) rotate(var(--offerlift-badge-rotate));
}

.offerlift-offer-summary .offerlift-price {
    justify-self: end;
}

.offerlift--bundle .offerlift-card--offer > .offerlift-offer-summary {
    align-self: center;
}

@media (max-width: 600px) {
    .offerlift-offer-summary {
        grid-column: 3;
        justify-items: start;
    }

    .offerlift-offer-summary .offerlift-price {
        justify-self: start;
    }

    .offerlift--bundle .offerlift-card--offer > .offerlift-offer-summary {
        grid-column: 2;
    }
}

.offerlift-admin-price .offerlift-admin-badge {
    justify-self: end;
}
