.ola-pdp-opts {
    margin: 0 0 1rem;
}
.ola-pdp-opt {
    margin: 0 0 0.7rem;
}
.ola-pdp-opt:last-child {
    margin-bottom: 0;
}
.ola-pdp-opt-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    margin: 0 0 0.4rem;
}
.ola-pdp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.ola-pdp-pill {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 999px;
    padding: 0.38rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #444;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
    box-shadow: none;
    outline: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.ola-pdp-pill:hover {
    border-color: #8ec8f0;
    color: #1d4f7a;
    background: #bedefe85;
}
.ola-pdp-pill.is-on,
.ola-pdp-pill.is-on:hover {
    background: #bedefe85;
    color: #1d4f7a;
    border: 1px solid #8ec8f0;
    box-shadow: none;
}
.ola-pdp-pill.is-off {
    opacity: 0.42;
    cursor: not-allowed;
    text-decoration: line-through;
    pointer-events: none;
}
.ola-pdp-opt-hint {
    font-size: 0.8rem;
    color: #c0392b;
    margin: 0.4rem 0 0;
    min-height: 1.1em;
}
