
.f12-gdpr-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.f12-gdpr-label input {
    margin: 0;
    margin-right: 5px;
}

.f12-gdpr-label strong {
    font-weight: bold;
    display: inline;
}

.required {
    color: red;
    font-weight: bold;
}
/* GDPR Consent Wrapper */
.f12-gdpr-consent {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 500px;
}

/* GDPR Consent Checkbox */
.f12-gdpr-consent input[type="checkbox"] {
    margin: 0;
    margin-right: 5px;
}

/* GDPR Consent Text */
.f12-gdpr-consent span {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.f12-gdpr-label .required {
    color: red;
    font-weight: bold;
}
.pg-f12-captcha{
    line-height:1.5;
    margin-top: 15px;
    padding: 10px;
    /* border: 1px solid #ddd; */
    background-color: #f9f9f9;
    border-radius: 5px;
    /* display: flex; */
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 500px;
}
#f12_captcha_wrapper{
    border: 1px solid #ddd;
}
.c-section{
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  position: relative;
  bottom: 6px;
  gap: 6px;
  width: 60%;
}
.c-header{gap:10px;}
