/* Standalone colour finder, Figma 8152:22435. */
.webton-kleurzoeker {
    width: 100%;
    max-width: 580px;
    margin: 0;
    padding-top: 12px;
    font-family: 'IBM Plex Sans', sans-serif;
}
.webton-kleurzoeker [hidden] { display: none !important; }
.webton-kleurzoeker .webton-kleurzoeker-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.webton-kleurzoeker .webton-kleurzoeker-plate,
.webton-kleurzoeker .webton-kleurzoeker-colour {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 280px;
    max-width: 100%;
    height: 64px;
    padding: 0 14px;
    margin: 0;
    border: 2px solid #000;
    border-radius: 8px;
    background: #ffcf00;
    box-sizing: border-box;
}
.webton-kleurzoeker .webton-kleurzoeker-country {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    height: 44px;
    border-radius: 3px;
    background: #003399;
    color: #fff;
    font: 700 10px/normal 'IBM Plex Sans', sans-serif;
}
.webton-kleurzoeker .webton-kleurzoeker-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}
.webton-kleurzoeker input {
    flex: 1;
    width: 0;
    min-width: 0;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: var(--paars, #403e58);
    font: 700 36px/normal 'IBM Plex Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.webton-kleurzoeker input::placeholder { color: #403e58; opacity: .3; }
.webton-kleurzoeker .webton-kleurzoeker-colour { background: #fff; border-color: #403e58; }
.webton-kleurzoeker .webton-kleurzoeker-colour input {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
}
/* The label provides the focus ring around the complete field. */
.webton-kleurzoeker .webton-kleurzoeker-colour input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
.webton-kleurzoeker button {
    width: auto;
    margin: 0;
    border: 0;
    box-shadow: none;
    font-family: inherit;
    text-transform: none;
    cursor: pointer;
}
.webton-kleurzoeker .webton-kleurzoeker-submit {
    min-height: 64px;
    padding: 18px 28px;
    border-radius: 8px;
    background: #20bb73;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.webton-kleurzoeker .webton-kleurzoeker-alternative {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 8px;
    margin-top: 24px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
.webton-kleurzoeker .webton-kleurzoeker-toggle {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #ffcf00;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
}
.webton-kleurzoeker .webton-kleurzoeker-toggle:hover { text-decoration: underline; }
.webton-kleurzoeker label:focus-within,
.webton-kleurzoeker button:focus-visible { outline: 2px solid #ffcf00; outline-offset: 3px; }
.webton-kleurzoeker .webton-kleurzoeker-colour:focus-within { outline-color: #403e58; }
@media (max-width: 575px) {
    .webton-kleurzoeker .webton-kleurzoeker-row > label,
    .webton-kleurzoeker .webton-kleurzoeker-submit { width: 100%; }
}
