.elementor-2857 .elementor-element.elementor-element-1ca5d838{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2ef37b82 */#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    width: 100%!important;
    max-width: 100%!important;
}

/* Complianz form cleanup only */
.cmplz-document input[type="text"],
.cmplz-document input[type="email"] {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  min-height: 46px;
  padding: 12px 16px;
  margin: 6px 0 16px;
  border: 1px solid #d7dce3;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4;
}

.cmplz-document input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  accent-color: #1279b5;
}

.cmplz-document input[type="checkbox"] + label,
.cmplz-document label {
  font-size: 14px;
  line-height: 1.45;
}

.cmplz-document input[type="submit"],
.cmplz-document button[type="submit"],
.cmplz-document .cmplz-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px !important;
  border: 0;
  border-radius: 10px;
  background: #1788c9;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

/* Keep Complianz accordions aligned with content */
#cmplz-cookies-overview .cmplz-dropdown {
    width: 100%!important; 
    max-width: 100%!important;
}
.cmplz-document details,
.cmplz-document .cmplz-dropdown,
.cmplz-document .cmplz-cookie-statement__section,
.cmplz-document table {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Better table styling */
.cmplz-document table {
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}

.cmplz-document th,
.cmplz-document td {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
}

.cmplz-document th {
    background: #f8fafc;
    font-weight: 600;
}

/* Accordion header */
.cmplz-document summary,
.cmplz-document .cmplz-dropdown summary {
    padding: 16px 20px;
    font-weight: 600;
}

/* Mobile scrolling instead of breaking layout */
.cmplz-document .cmplz-cookie-statement table {
    display: block;
    overflow-x: auto;
}

/* Complianz opt-out request form */
#cmplz-datarequest-form .cmplz_datarequest {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0;
  line-height: 1.45;
}

#cmplz-datarequest-form .cmplz_datarequest input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
  accent-color: #1279b5;
}

#cmplz-datarequest-form .cmplz_datarequest label {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
#cmplz-datarequest-form input[type='button'] {margin-top: 20px;}

#cmplz-datarequest-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 44px;
  padding: 12px 24px !important;
  border-radius: 10px !important;
  background: #1788c9;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border: 0 !important;
  margin-bottom: 20px;
}

/* Cookie accordion/table */
#cmplz-cookies-overview .cmplz-dropdown {
  width: 100%;
  max-width: 760px;
  margin: 24px 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

#cmplz-cookies-overview .cmplz-service-header > div {
  display: grid !important;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
}

#cmplz-cookies-overview .cmplz-service-header h3,
#cmplz-cookies-overview .cmplz-service-header p {
  margin: 0;
}

#cmplz-cookies-overview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

#cmplz-cookies-overview th,
#cmplz-cookies-overview td {
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
}

#cmplz-cookies-overview th {
  background: #f8fafc;
}/* End custom CSS */