.wppc-block {
    max-width: 480px;
}

.wppc-form,
.wppc-result,
.wppc-editor-preview {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wppc-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.wppc-input {
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #949494;
    border-radius: 2px;
    background: #fff;
    color: #1e1e1e;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
}

.wppc-input:focus {
    border-color: #3858e9;
    box-shadow: 0 0 0 1px #3858e9;
    outline: 2px solid transparent;
}

.wppc-button {
    align-self: flex-start;
}

.wppc-result {
    padding-top: 18px;
}

.wppc-message {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

.wppc-message.is-correct {
    color: #22713f;
}

.wppc-message.is-wrong {
    color: #b42318;
}

.wppc-preview-messages {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
