.grecaptcha-badge {visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.laf-form{
    max-width:900px;
    margin:auto;
    background:#fff;
    padding:30px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.laf-form h3 {
    text-align: center;
    font-weight: bold;
	color: #c71d22;
}

.laf-title{
    text-align:center;
    margin-bottom:25px;
    font-size:26px;
    font-weight:700;
}

/* rows */
.laf-row{
    display:flex;
    gap:20px;
    margin-bottom:15px;
}

.laf-col{
    flex:1;
    display:flex;
    flex-direction:column;
}

/* labels */
.laf-form label{
    font-weight:600;
    margin-bottom:5px;
}

/* inputs */
.laf-form input,
.laf-form textarea{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:14px;
    background:#fff;
}

.laf-form textarea{
    height:120px;
}

/* submit */
.laf-btn{
    width:100%;
    padding:14px;
    background:#111;
    color:#fff;
    border:none;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    margin-top:20px;
    transition:.2s;
	background: #000 !important;
}

.laf-btn:hover{
    background:#333;
}

/* ============================= */
/* DATE - TIME TOP RIGHT */

.laf-topmeta{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    margin-bottom:15px;
}

.laf-meta{
    width:160px;
}

.laf-meta input{
    background:#f3f3f3;
    text-align:center;
    font-weight:600;
}



/* ============================= */


/* STEP NUMBER BADGE */

.laf-step{
    display:flex;
    align-items:center;
    gap:10px;
}

.laf-num{
    background:#21bdbe;
    color:#fff;
    width:28px;
    height:28px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    flex-shrink:0;
	margin-right: 10px;
}



/* SECTION TITLES */

.laf-form h4{
    margin-top:25px;
    margin-bottom:10px;
    font-size:18px;
}

/* ============================= */
/* PERFECT CHECKBOX ALIGN */

.laf-checkbox{
    display:block;
    text-align:left;
    margin-top:10px;
}

.laf-checkbox .wpcf7-form-control{
    width:100%;
}

/* κάθε row */
.laf-checkbox .wpcf7-list-item{
    display:block;
    margin:10px 0;
}

/* label container */
.laf-checkbox .wpcf7-list-item label{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    cursor:pointer;
    width:100%;
    text-align:left;
}

/* checkbox */
.laf-checkbox input[type="checkbox"]{
    margin:0;
    transform:scale(1.2);
    flex:0 0 auto;
}

/* text */
.laf-checkbox .wpcf7-list-item-label{
    flex:1;
    text-align:left;
}

/* hover */
.laf-checkbox .wpcf7-list-item label:hover{
    opacity:.75;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: relative;
    top: -100px;
    background: green;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
    border: none;
}

.wpcf7 form .wpcf7-response-output {
	border:none;
}

/* ============================= */
/* INFO BOX */

.laf-note{
    background:#f7f7f7;
    padding:14px;
    border-radius:10px;
    margin-top:15px;
    font-size:13px;
    line-height:1.5;
}

/* ============================= */
/* MOBILE */

@media(max-width:768px){

    .laf-row{
        flex-direction:column;
    }

    .laf-topmeta{
        justify-content:flex-start;
        flex-direction:column;
    }

    .laf-meta{
        width:100%;
    }
}


/* ====== CF7 CHECKBOX NUCLEAR FIX (ONLY INSIDE .laf-checkbox) ====== */

/* wrapper around the whole checkbox field */
.laf-checkbox p,
.laf-checkbox .wpcf7-form-control-wrap,
.laf-checkbox .wpcf7-form-control{
  text-align: left !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* force the list to be a vertical stack */
.laf-checkbox .wpcf7-form-control.wpcf7-checkbox{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

/* each option */
.laf-checkbox .wpcf7-list-item{
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* label becomes a 2-column layout: [checkbox] [text] */
.laf-checkbox .wpcf7-list-item > label{
  display: grid !important;
  grid-template-columns: 22px 1fr !important;
  align-items: start !important;
  justify-items: start !important;
  column-gap: 10px !important;

  width: 100% !important;
  text-align: left !important;
}

/* checkbox itself */
.laf-checkbox .wpcf7-list-item input[type="checkbox"]{
  margin: 2px 0 0 0 !important;
  width: 18px !important;
  height: 18px !important;
  transform: none !important;
}

/* the text span */
.laf-checkbox .wpcf7-list-item .wpcf7-list-item-label{
  display: block !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* kill any weird floats/centering from themes */
.laf-checkbox *{
  float: none !important;
}
