.pk-post-contact {
    width: 100%;
    box-sizing: border-box;
    margin: 8px 0;
    font-family: Arial, sans-serif;
    color: #000000;
}

.pk-post-contact * {
    box-sizing: border-box;
}

.pk-post-contact__notice {
    margin: 5px 0;
    padding: 6px 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.pk-post-contact__notice--success {
    color: #16803a;
}

.pk-post-contact__notice--warning {
    color: #b45309;
}

.pk-post-contact__notice--error {
    color: #b91c1c;
}

.pk-post-contact__details {
    width: 100%;
}

.pk-post-contact__summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    max-width: 100%;
    padding: 6px 12px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #256f7c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    list-style: none;
}

.pk-post-contact__summary::-webkit-details-marker {
    display: none;
}

.pk-post-contact__summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #256f7c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.pk-post-contact__details[open] .pk-post-contact__summary::after {
    content: "-";
}

.pk-post-contact__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    max-width: 620px;
    margin: 7px 0 0;
    padding: 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.pk-post-contact__title,
.pk-post-contact__post-title,
.pk-post-contact__field--full,
.pk-post-contact__captcha,
.pk-post-contact__submit {
    grid-column: 1 / -1;
}

.pk-post-contact__title {
    color: #256f7c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pk-post-contact__post-title {
    justify-self: center;
    max-width: 100%;
    padding: 4px 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    overflow-wrap: anywhere;
}

.pk-post-contact__field {
    display: grid;
    gap: 3px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.pk-post-contact__field input,
.pk-post-contact__field select,
.pk-post-contact__field textarea {
    width: 100%;
    min-height: 32px;
    padding: 6px 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.pk-post-contact__field textarea {
    min-height: 96px;
    resize: vertical;
}

.pk-post-contact__website {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.pk-post-contact__captcha {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow-x: auto;
}

.pk-post-contact__submit {
    justify-self: center;
    min-height: 32px;
    padding: 6px 14px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #256f7c;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.pk-post-contact__submit:hover,
.pk-post-contact__submit:focus {
    color: #FF7231;
}

@media (max-width: 600px) {
    .pk-post-contact__summary,
    .pk-post-contact__form,
    .pk-post-contact__submit {
        width: 100%;
    }

    .pk-post-contact__form {
        grid-template-columns: 1fr;
        padding: 7px;
    }
}
