body {
    font-family: sans-serif;
    margin: 20px;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
}
h2 {
    margin-top: 20px;
}
h3 {
    margin-top: 20px;
}
h4 {
  margin-top: 10px;
}

#checklist-container {
    margin-top: 20px;
}

.checklist-section {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}

.checklist-element {
    margin-bottom: 10px;
}

.checklist-element.completed {
    text-decoration: line-through;
    color: #888;
}
.checklist-element input {
    margin-left: 10px;
    width: 40px;
    text-align: center;
}
#scoring-summary {
    margin-top: 30px;
}

#scoring-summary table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

#scoring-summary th, #scoring-summary td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

#interpretation-guide {
    margin-top: 30px;
}

#next-steps {
    margin-top: 30px;
}

#nimbly-consultants {
    margin-top: 30px;
    margin-bottom: 30px;
}
#nimbly-consultants a {
  color: blue;
  text-decoration: underline;
}
.section-detail {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}
.section-detail label{
    display: block;
    margin-top: 10px;
}
.section-detail input {
    margin-top: 5px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
