/*
Theme Name: k2Lander
Description: A custom theme built by the FS.
Author: FS
Version: 1.0
*/

/*# sourceMappingURL=style.css.map */

.topfooter div {
	flex: 6;
}

.footer-leadform {
	width: 100%;
	
}

.footer-leadform .gfield_label {
	color: white !important;
}

.just_content:has(#selftest) {
  padding-block: 0;
}


/* Modal background (overlay) */
.just_content:has(#selftest) {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal content box */
.just_content:has(#selftest) .container {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px; /* Optional: limit max width */
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative; /* For positioning the close button */
}

/* Close button */
.just_content:has(#selftest) .close-button {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.just_content:has(#selftest) .close-button:hover,
.just_content:has(#selftest) .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}