.kk-webform {
    max-width: 520px;
    margin: 0 0 1.5em;
}
.kk-webform__header h2 {
    margin: 0 0 0.5em;
    font-size: 1.25em;
}
.kk-webform__field {
    margin-bottom: 12px;
}
.kk-webform__field input[type="text"],
.kk-webform__field input[type="email"],
.kk-webform__field textarea,
.kk-webform__field select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font: inherit;
}
.kk-webform__field input[type="text"]:focus,
.kk-webform__field input[type="email"]:focus,
.kk-webform__field textarea:focus,
.kk-webform__field select:focus {
    outline: 2px solid rgba(236, 50, 1, 0.18);
    border-color: #ec3201;
}
.kk-webform__field--error input,
.kk-webform__field--error textarea,
.kk-webform__field--error select {
    border-color: #c20c0e;
    box-shadow: 0 0 0 2px rgba(194, 12, 14, 0.12);
}
.kk-webform__field-error {
    display: block;
    color: #c00;
    font-size: 0.85em;
    margin-top: 4px;
}
.kk-webform__consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 0.9em;
    line-height: 1.4;
}
.kk-webform__consent input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #ec3201;
}
.kk-webform__actions {
    margin-top: 16px;
}
.kk-webform__submit {
    padding: 10px 28px;
    cursor: pointer;
    font: inherit;
    border: 0;
    background: #ec3201;
    color: #fff;
    text-transform: uppercase;
    transform: skew(-16deg);
}
.kk-webform__submit:hover,
.kk-webform__submit:focus {
    background: #c20c0e;
}
.kk-webform__success {
    padding: 15px 20px;
    background: #f8fff0;
    border: 1px solid #bbe677;
    border-radius: 3px;
    color: #315b12;
}
.kk-webform__error {
    padding: 15px 20px;
    background: #fef5f1;
    border: 1px solid #ec7f58;
    border-radius: 3px;
    margin-bottom: 12px;
    color: #c20c0e;
}
.kk-webform--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-end;
    max-width: none;
}
.kk-webform--inline .kk-webform__form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-end;
    width: 100%;
}
.kk-webform--inline .kk-webform__field {
    margin: 0;
    flex: 1 1 140px;
}
.kk-webform--inline .kk-webform__field--consent {
    flex: 1 1 100%;
}
.kk-product-order-links {
    margin: 16px 0;
}
.kk-product-order-links a {
    display: inline-block;
    margin-right: 12px;
    padding: 6px 14px;
    text-decoration: none;
    border-radius: 3px;
}
.kk-product-order-links .kk-buy-link {
    background: #ec3201;
    color: #fff;
}
.kk-product-order-links .kk-order-link {
    background: #000;
    color: #fff;
}
