.hsc-wrap-main{
}
.hsc-wrap-form {
   margin: 24px auto;
   width: 100%;
   max-width: 698px;
   border: 1px solid #059669;
   background-color: white;
   border-radius: 8px;
   padding: 24px;
}



.hsc-wrap-results {
background: white;
border: 1px solid #b3b3b3;
border-radius: 4px;
padding: 48px 16px;
font-family: "IBM Plex Sans";
overflow-wrap: break-word;
word-wrap: break-word;
}


#scan_domain {
   width: 100%;
}

#page_limit {
   width: 100%;
   margin-bottom: 12px;
}

.cta-headline {
   text-align: center;
   font-size: 30px;
}

.hsc-individual-url a {
   color: #0f172a;
   text-decoration: none;
}

.hsc-individual-url {
   color: #0f172a;
   font-weight: 600;
   font-size: 20px;
}

.button.button-primary {
   border: 1px solid #059669;
   border-radius: 4px;
   background-color: #059669;
   color: white;
   width: 65%;
}

.hsc-positive-result {
   display: block;
   color: #059669;
   font-weight: 600;
   margin-top: 24px;
}

.hsc-negative-result {
   display: block;
   color: red;
   font-weight: 600;
   margin-top: 24px;
}

.hsc-strong-tags,
.hsc-headline-structure {
   display: block;
   margin-top: 40px;
   font-weight: 600;
}


.inner-result-wrapper {
padding: 35px 0;
border-top: 1px solid #b3b3b3;
}

.inner-result-wrapper:last-of-type {
   padding: 35px 0 0 0;
}

    .inner-result-wrapper:nth-child(odd){

}
    .inner-result-wrapper:nth-child(even){

}

.hcs-headline-tree {
   list-style-type:none;
   padding-left:0;
   margin-top: 24px;
}


.hsc-form {
  max-width: 650px;
}

.hsc-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}

.hsc-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.hsc-field-add {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  gap: 4px;
  line-height: 18px;
  align-items: center;
  width: 100%;
  max-width: 650px;
  justify-content: space-between;
}

.hsc-field label {
  margin-bottom: 5px;
  font-weight: 600;
}

.hsc-field input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Mobile */
@media (max-width: 600px) {
  .hsc-row {
    grid-template-columns: 1fr auto;
  }

  .hsc-wrap-results {

  }
}

@media (max-width: 500px) {
  .hsc-wrap-form {
    padding: 16px;
  }
  .hsc-row {
    grid-template-columns: 1fr;
  }

  .hsc-individual-url {
   font-size: 16px;
  }

  .hsc-wrap-results {
   padding: 32px 12px;
  }
}