.jak-meeting-request{
    max-width:860px;
    margin:0 auto;
}

.jak-meeting-request__intro{
    margin-bottom:20px;
}

.jak-meeting-request fieldset{
    border:1px solid #ddd;
    border-radius:8px;
    padding:16px;
    margin:0 0 18px;
}

.jak-meeting-request legend{
    font-weight:700;
    padding:0 8px;
}

.jak-meeting-request__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.jak-meeting-request label{
    display:grid;
    gap:5px;
}

.jak-meeting-request label > span{
    font-weight:600;
}

/* Jól felismerhető beviteli mezők */
.jak-meeting-request input,
.jak-meeting-request textarea,
.jak-meeting-request select{
    width:100%;
    box-sizing:border-box;
    padding:9px 10px;
    border:1px solid #aebbb0;
    border-radius:6px;
    background:#fbfffb;
    color:#222;
    font:inherit;
    outline:none;
    transition:border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.jak-meeting-request input:hover,
.jak-meeting-request textarea:hover,
.jak-meeting-request select:hover{
    border-color:#7f9984;
    background:#fff;
}

.jak-meeting-request input:focus,
.jak-meeting-request textarea:focus,
.jak-meeting-request select:focus{
    border-color:#55c96d;
    background:#fff;
    box-shadow:0 0 0 3px rgba(85,201,109,.15);
}

.jak-meeting-request small{
    color:#666;
    font-size:.84em;
    line-height:1.35;
}

.jak-meeting-request__full{
    grid-column:1/-1;
}

.jak-meeting-request__privacy{
    font-size:.92em;
    margin:10px 0 16px;
}

@media(max-width:650px){
    .jak-meeting-request__grid{
        grid-template-columns:1fr;
    }

    .jak-meeting-request__full{
        grid-column:auto;
    }
}
