.belmante-ugc-wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: 32px 20px;
    font-family: inherit;
}

.belmante-ugc-header {
    text-align: center;
    margin-bottom: 28px;
}

.belmante-ugc-header h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.belmante-ugc-header p {
    margin: 0 auto;
    max-width: 660px;
    color: #555;
    font-size: 16px;
}

.belmante-ugc-message {
    margin: 0 0 22px;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: 600;
}

.belmante-ugc-message-success {
    background: #e9f8ef;
    color: #136b35;
    border: 1px solid #bde8c9;
}

.belmante-ugc-message-error {
    background: #fff1f1;
    color: #9f1d1d;
    border: 1px solid #f3c0c0;
}

.belmante-ugc-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.belmante-ugc-form fieldset {
    border: 1px solid #e5e0dc;
    border-radius: 18px;
    padding: 22px;
    margin: 0;
    background: #fff;
}

.belmante-ugc-form legend {
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
}

.belmante-ugc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.belmante-ugc-grid-yesno {
    margin-top: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.belmante-ugc-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 600;
    color: #222;
}

.belmante-ugc-form label span {
    font-size: 14px;
}

.belmante-ugc-form input,
.belmante-ugc-form select,
.belmante-ugc-form textarea {
    width: 100%;
    border: 1px solid #d8d2ce;
    border-radius: 10px;
    padding: 12px 13px;
    font: inherit;
    background: #fff;
    box-sizing: border-box;
}

.belmante-ugc-form input:focus,
.belmante-ugc-form select:focus,
.belmante-ugc-form textarea:focus {
    outline: none;
    border-color: #8a6f5a;
    box-shadow: 0 0 0 3px rgba(138, 111, 90, 0.16);
}

.belmante-ugc-full {
    margin-top: 10px;
}

.belmante-ugc-checkbox {
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px !important;
    margin-bottom: 12px;
    font-weight: 400 !important;
}

.belmante-ugc-checkbox input {
    width: auto;
    margin-top: 4px;
}

.belmante-ugc-checkbox span {
    font-size: 14px;
    line-height: 1.5;
}

.belmante-ugc-submit {
    align-self: center;
    border: 0;
    border-radius: 999px;
    padding: 14px 28px;
    background: #1f1f1f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, opacity .15s ease;
}

.belmante-ugc-submit:hover {
    opacity: .9;
    transform: translateY(-1px);
}

@media (max-width: 780px) {
    .belmante-ugc-grid,
    .belmante-ugc-grid-yesno {
        grid-template-columns: 1fr;
    }

    .belmante-ugc-form fieldset {
        padding: 18px;
    }
}

.belmante-ugc-help-text {
    margin-top: -2px;
    color: #6b625c;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
}

/* 1.0.7: Alapadatok elrendezése */
.belmante-ugc-field-full_name {
    grid-column: 1 / -1;
}

@media (min-width: 781px) {
    .belmante-ugc-field-dog_name,
    .belmante-ugc-field-cat_name {
        grid-column: 1;
    }

    .belmante-ugc-field-dog_breed,
    .belmante-ugc-field-cat_breed {
        grid-column: 2;
    }
}
