.inner-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10em 0;
    position: relative;
}

.inner-banner:before {
  content: "";
  width: 100%;
  height: 550px;
  background-image: url(https://consumer.zlk.com/wp-content/uploads/2026/02/overlay.svg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner-banner .banner-content {
  color: #fff;
  text-align: center;
  z-index: 999;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  max-width: 760px;
  margin: 0 auto;
}

.inner-banner .banner-content h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
}

.inner-banner .banner-content span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 1em 0;
}

.inner-banner .banner-content p {
  font-size: 18px;
  color: #fff;
  margin: 1em 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
}

/* Form section */
::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgb(0 0 0 / 81%);
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

::placeholder {
  color:rgb(0 0 0 / 81%);
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.inner-form #data-breach-form {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.inner-form #data-breach-form .form-groups {
  width: 100%;
  padding-right: 1.5em;
}

.custom-search .inner-form {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #E4ECFD;
  box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 6px 6px 11px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
  position: relative;
  top: -51px;
  padding: 2em;
  display: block;
}

.custom-search .inner-form .form-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: auto;
}

.custom-search .inner-form .form-button #search-submit {
  padding: 14px 35px;
  font-size: 1.1em;
  display: flex;
  font-family: "Raleway", sans-serif;
}

.custom-search .inner-form .form-button .reset-search-link {
  color: #000465;
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 500;
}

.custom-search .inner-form .form-button .reset-search-link:hover {
  color: #3F9F7F;
}

.inner-form #data-breach-form .form-button #search-submit svg {
  top: 1px;
  display: inline-flex;
  margin-right: 5px;
  fill: transparent;

}

.inner-form #data-breach-form .form-groups input {
  margin-top: 0;
}

.heading-wrap .small-text {
  font-size: 14px;
  color: #000465;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.heading-wrap h2,
.heading-wrap h2 span {
  color: #3F9F7F;
  font-weight: 900;
  margin: 1rem auto;
  font-size: 50px;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
}

.data-breach-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 1px 6px 11px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
  border-top: 4px solid #3F9F7F;
}

.data-tag h3 {
  color: #4A5568;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}

.data-breach-slide {
  margin: 4rem auto;
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}

.data-breach-item .data-text {
  padding: 1rem 3rem;
}

.data-breach-item h2,
.data-breach-item h2 a {
  font-size: 24px;
  line-height: 1.15;
  color: #000465;
  font-weight: 800;
  margin: 1.5rem 0;
  letter-spacing: normal;font-family: "Raleway", sans-serif;
  text-decoration: none;
}

.data-breach-item .date {
  font-size: 12px;
  color: #343639;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 1em;
  display: block;
}

.data-breach-item p {
  font-size: 16px;
  line-height: 1.4;
  color: #3F3C3C;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.data-breach-item .data-tag span {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 4px 12px;
  border-radius: 4px;
}

.data-tag .inner-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 1em;
}

.data-tag .tags {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  font-size: 12px;
  font-weight: 500;
  color: #3F3C3C;
}

.data-tag {
  background-color: #FAFBFB;
  padding: 1rem 3rem;
  width: 100%;
}

.data-breach-item .form-button {
  padding: 2rem 3rem;
  align-items: flex-start;
  width: auto;
  justify-content: flex-start;    margin-top: auto;
}
.data-breach-item .data-content {
    display: flex;
    flex-direction: column; /* Stacks children vertically */
    height: 100%; /* Container needs a defined height */
}
.data-breach-item .form-button a, .find-breach .breach-find-inner .form-button a {
  padding: 12px 30px;
  font-size: 16px;
  border: 0;
  color: #fff;
  border-style: none;
  cursor: pointer;
  background: #3F9F7F;
  border-radius: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: all .3s ease;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-breach-item .form-button a svg,.find-breach .breach-find-inner .form-button a svg{
  margin-left: 0.5rem;
}
.data-breach-item .form-button a:hover, .data-breach-item .form-button a:focus {
    background-color: #000465;
    transition: all 0.4s;
    color: #fff;
}
.data-breach-item .form-button #learn {
  padding: 12px 30px;
  font-size: 16px;
}

.data-breach-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1.5rem;
}

.data-breach-no-results .no-results-message {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #212B36;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  /* remove list bullets */
  padding: 0px;
}

.data-pagination {
  margin: 3rem 0;
}

.pagination li a {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  border: 1px solid #DFE3E8;
  color: #212B36;
  margin: 0 4px;
  border-radius: 5px;
  font-weight: 600;
  background-color: #fff;
  transition: all 0.4s;
}

.pagination li a:hover,
.pagination li a:focus {
  background-color: #000465;
  border: 1px solid #000465;
  transition: all 0.4s;
  color: #fff;
}

/* Current page - higher specificity so it always shows after navigation */
.data-pagination .pagination li.current-page a,
.data-pagination .pagination li a.active {
  background-color: #000465;
  border: 1px solid #000465;
  color: #fff;
}

.find-breach .breach-find-inner {
  background-color: #E8FFF7;
  background-image: url("https://consumer.zlk.com/wp-content/uploads/2026/02/pattern-data-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 3em;
  padding: 2em;
}

.find-breach .breach-find-inner h3 {
  color: #3F9F7F;
  font-weight: 900;
  margin: 1rem auto;
  font-size: 40px;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
}

.find-breach .breach-find-inner p {
  font-size: 16px;
  line-height: 1.4;
  color: #3F3C3C;
  font-weight: 500;
  max-width: 600px;
  margin: 2rem auto;
}

.find-breach .breach-find-inner .form-button #learn {
  padding: 12px 35px;
}


.bottom-content {
  display: none !important;
}

@media (max-width: 767px) {
  .inner-banner .banner-content h1 {
    font-size: 30px;
  }

  .inner-banner {
    padding: 8em 0;
  }

  .inner-form #data-breach-form {
    flex-direction: column;
  }

  .inner-form #data-breach-form .form-groups {
    margin-bottom: 1em;        padding: 0;
  }

  .heading-wrap h2,
  .heading-wrap h2 span,
  .find-breach .breach-find-inner h3 {
    font-size: 36px;
  }

  .data-breach-slide {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2em;
  }
}