.honeypot-wrapper {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
    display: none;
}

textarea {
    line-height: 1.6 !important;
    padding: 12px !important;
    font-size: 16px !important;
}

ul {
    margin-left: 2.5rem !important;
    list-style-type: disc;
    list-style-position: outside;
}

ol {
    margin-left: 2.5rem !important;
    list-style-type: decimal;
    list-style-position: outside;
}

ul ul,
ol ul {
    list-style-type: circle;
}

ol ol,
ul ol {
    list-style-type: lower-alpha;
}

li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

b,
strong,
.font-claude-response-body strong,
.editor-content strong,
.ck-content strong,
textarea strong {
    font-weight: 700 !important;
}

.list-unstyled ul,
ol {
    margin-left: 0 !important;
}

.jobs-index-top-spacing {
    padding-top: 150px;
}
