/* Figma 8152:12301; scoped to the exact Kenteken option. */
.yith-wapo-block .yith-wapo-addon.webton-kenteken-hidden,
.yith-wapo-block .yith-wapo-addon.yith-wapo-option-kleurcode.webton-kleurcode-prefilled > .options-container,
.yith-wapo-addon.webton-kleurcode-prefilled .description {
    display: none !important;
}
/* Figma 8152:15365: prefilled colour code summary. */
.yith-wapo-option-kleurcode .webton-kleurcode-result {
    padding: 16px;
    border-radius: 8px;
    background: #fff9de;
    color: var(--paars, #403e58);
    font: 400 15px/22px 'IBM Plex Sans', sans-serif;
    overflow-wrap: anywhere;
}
.webton-kleurcode-result strong {
    font-weight: 700;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-option-kleurcode > .options-container {
    display: block !important;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-option-kleurcode > .addon-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-option-kleurcode .wapo-addon-title {
    margin: 0;
}
.yith-wapo-option-kleurcode button.webton-kleurcode-remove {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--paars, #403e58);
    font: 400 15px/22px 'IBM Plex Sans', sans-serif;
    text-transform: none;
    cursor: pointer;
}
.webton-kleurcode-remove span {
    font-size: 20px;
}
.webton-kleurcode-remove:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
.yith-wapo-option-kleurcode button.webton-kleurcode-remove[hidden],
.webton-kenteken-option [hidden] {
    display: none !important;
}
.yith-wapo-option-kenteken .webton-kenteken-result {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    border-radius: 8px;
    background: #fff9de;
    color: var(--paars, #403e58);
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
}
.webton-kenteken-result-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.webton-kenteken-badge {
    display: inline-flex;
    align-items: stretch;
    height: 28px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
}
.webton-kenteken-badge-country {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    width: 16px;
    background: #003399;
    color: #fff;
    font: 700 6px/normal 'IBM Plex Sans', sans-serif;
}
.webton-kenteken-badge-country img {
    width: 4px;
    height: 4px;
    margin: 0;
}
.webton-kenteken-number {
    display: flex;
    align-items: center;
    padding: 0 8px;
    background: #ffd000;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}
.yith-wapo-option-kenteken .webton-kenteken-option button.webton-kenteken-edit {
    width: auto;
    min-height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    opacity: .8;
    font: 400 15px/22px 'IBM Plex Sans', sans-serif;
    text-transform: none;
    text-decoration: underline;
    text-underline-position: from-font;
    cursor: pointer;
}
.yith-wapo-option-kenteken .webton-kenteken-result .webton-kenteken-caption {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    opacity: .8;
}
.yith-wapo-option-kenteken .webton-kenteken-result .webton-kenteken-vehicle {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    overflow-wrap: anywhere;
}
.yith-wapo-option-kenteken .webton-kenteken-status {
    margin: 10px 0 0;
    font: 400 15px/22px 'IBM Plex Sans', sans-serif;
    color: #403e58;
}
.webton-kenteken-status:empty {
    display: none;
}
.yith-wapo-option-kenteken .webton-kenteken-status.is-error {
    padding: 12px 16px;
    border: 1px solid #dba99f;
    border-radius: 8px;
    background: #fff4f0;
    color: #843426;
}
.webton-kenteken-status.is-success {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.yith-wapo-option-kenteken .webton-kenteken-option button.webton-kenteken-search:disabled {
    opacity: .7;
    cursor: wait;
}
.webton-kenteken-edit:focus-visible {
    outline: 2px solid #403e58;
    outline-offset: 3px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-option-kenteken > .addon-header .wapo-addon-title {
    display: none;
}
/* With the toggle title hidden, the input must remain accessible. */
.yith-wapo-block .yith-wapo-addon.yith-wapo-option-kenteken > .options-container {
    display: block !important;
}
.yith-wapo-option-kenteken .webton-kenteken-option .webton-kenteken-card {
    display: grid;
    grid-template-columns: minmax(0, 280fr) minmax(0, 270fr);
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    background: #fff9de;
    width: 100%;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif;
}
.yith-wapo-option-kenteken .webton-kenteken-option .input-text-container {
    width: 100%;
    min-width: 0;
}
.yith-wapo-option-kenteken .webton-kenteken-plate {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 1 280px;
    min-width: 0;
    height: 64px;
    padding: 0 14px;
    border: 2px solid #000;
    border-radius: 8px;
    background: #ffcf00;
    box-sizing: border-box;
}
.yith-wapo-option-kenteken .webton-kenteken-country {
    display: flex;
    flex: 0 0 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 3px;
    background: #003399;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
}
.yith-wapo-option-kenteken .webton-kenteken-country img {
    display: block;
    width: 4px;
    height: 4px;
    margin: 0;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-option-kenteken .webton-kenteken-option .webton-kenteken-plate input.yith-wapo-option-value {
    flex: 1 1 0;
    width: 0 !important; /* Override YITH's inline option width. */
    min-width: 0;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #403e58;
    font-family: inherit;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}
.yith-wapo-option-kenteken .webton-kenteken-plate input::placeholder {
    color: #403e58;
    opacity: .3;
}
.yith-wapo-option-kenteken .webton-kenteken-option button.webton-kenteken-search {
    display: flex;
    flex: 1 1 270px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 64px;
    margin: 0;
    padding: 18px 28px;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    background: #20bb73;
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    cursor: pointer;
}
.yith-wapo-option-kenteken .webton-kenteken-plate:focus-within,
.yith-wapo-option-kenteken .webton-kenteken-search:focus-visible {
    outline: 2px solid #403e58;
    outline-offset: 3px;
}
@media (max-width: 1199px) {
    .yith-wapo-option-kenteken .webton-kenteken-option .webton-kenteken-card {
        grid-template-columns: minmax(0, 1fr);
    }
}
