.ucecap-expert-pricing {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
}

.ucecap-expert-pricing__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
}

.ucecap-expert-pricing__choices {
    margin: 0;
    padding: 0;
    border: 0;
}

.ucecap-expert-pricing__choices legend,
.ucecap-expert-pricing__company label {
    display: block;
    margin: 0 0 8px;
    font-weight: 600;
}

.ucecap-expert-pricing__choice {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 9px;
    cursor: pointer;
}

.ucecap-expert-pricing__choice input {
    margin-top: 4px;
}

.ucecap-expert-pricing__choice strong {
    white-space: nowrap;
    margin-left: 5px;
}

.ucecap-expert-pricing__company {
    margin-top: 14px;
}

.ucecap-expert-pricing__company select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
}

.ucecap-expert-pricing__selected {
    margin-top: 12px;
}

.ucecap-expert-pricing__selected strong {
    font-size: 1.1em;
}

/* Public 40 €–70 € range ------------------------------------ */
.ucecap-price-range {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1.15;
}

.ucecap-price-range__amounts {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 700;
    color: #08284f;
    white-space: nowrap;
}

.ucecap-price-range__amounts .amount {
    color: inherit;
}

.ucecap-price-range__dash {
    opacity: .45;
    font-weight: 400;
}

.ucecap-price-range__legend {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 1px;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    color: #747474;
    white-space: nowrap;
}

/* Slightly larger on the single-product summary. */
.single-product .summary .ucecap-price-range__amounts {
    font-size: 1.05em;
}

.single-product .summary .ucecap-price-range__legend {
    font-size: 10px;
}
