.jhpr-register-price {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    margin: 7px 0;
    padding: 8px 11px;
    border-left: 3px solid #25b9d7;
    border-radius: 3px;
    background: #eefbfe;
    color: #363a41;
    font-size: 13px;
    line-height: 1.35;
}

.jhpr-register-price a {
    color: #168da5;
    font-weight: 700;
    text-decoration: underline;
}

.jhpr-register-price a:hover,
.jhpr-register-price a:focus {
    color: #0f6f82;
}

.product-miniature .jhpr-register-price {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 5px auto;
    text-align: center;
    font-size: 12px;
}

#product .product-information > .jhpr-register-price,
#product .product-prices .jhpr-register-price {
    margin: 8px 0 14px;
    font-size: 14px;
}

@media (max-width: 575px) {
    .jhpr-register-price {
        padding: 7px 9px;
        font-size: 12px;
    }
}
