.feedback-fab {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1030;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.content-body h2 {
    margin-top: 2rem;
}

.content-body h3 {
    margin-top: 1.5rem;
}

.content-body ul,
.content-body ol {
    padding-left: 1.5rem;
}

.content-body p,
.content-body li {
    line-height: 1.7;
}
