.kygui {
    padding: 0 0 30px;
}
.kygui-intro {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.kygui_form {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 20px;
}
.kygui_field {
    margin-bottom: 12px;
}
.kygui_row {
    margin-bottom: 0;
}
.kygui_form .form_control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 38px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
    padding: 6px 12px;
    background: #fff;
    transition: border-color 0.2s;
}
.kygui_form .form_control:focus {
    border-color: #3969e0;
    outline: none;
}
.kygui_form select.form_control {
    appearance: auto;
}
.kygui_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    color: #555;
    resize: vertical;
    min-height: 100px;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-family: inherit;
}
.kygui_form textarea:focus {
    border-color: #3969e0;
    outline: none;
}
.kygui_captcha_row {
    align-items: center;
    margin-top: 5px;
}
.kygui_captcha_row .code-view {
    display: inline-block;
}
.kygui_captcha_row #imgCaptcha {
    height: 36px;
    border-radius: 4px;
}
.btn-kygui {
    display: inline-block;
    color: #fff;
    background: #3969e0;
    padding: 8px 24px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background 0.2s;
}
.btn-kygui:hover {
    background: #2d54b8;
    color: #fff;
}
.btn-kygui span {
    color: #fff;
}

.kygui_upload {
    margin-bottom: 15px;
}
.kygui_upload_label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}
.kygui_upload input[type="file"] {
    font-size: 13px;
    margin-bottom: 10px;
}
.kygui_preview {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.kygui_preview img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.kygui-seo-block {
    margin-top: 30px;
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}
.kygui-seo-block h2 {
    font-size: 20px;
    color: #333;
    margin: 0 0 15px;
}
.kygui-seo-block h3 {
    font-size: 16px;
    color: #333;
    margin: 20px 0 10px;
}
.kygui-seo-block ul, .kygui-seo-block ol {
    padding-left: 25px;
    margin-bottom: 15px;
}
.kygui-seo-block ul {
    list-style: disc !important;
}
.kygui-seo-block ol {
    list-style: decimal !important;
}
.kygui-seo-block li {
    margin-bottom: 6px;
    list-style: inherit !important;
    display: list-item !important;
}
.kygui-seo-block p {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .kygui_form {
        padding: 15px;
    }
    .kygui_captcha_row .col-md-4 {
        margin-bottom: 10px;
    }
}
