
.prose h1 {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff8427;
}

.prose h2 {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-left: 4px solid #ff8427;
    margin-top: 30px;
}

.prose .section {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.prose .subsection {
    margin-left: 20px;
    margin-top: 15px;
}

.prose ul {
    list-style-type: none;
    padding-left: 0;
}

.prose li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.prose li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff8427;
    font-weight: bold;
    font-size: 1.2em;
}

.prose strong {
    font-weight: bold;
    color: #2c3e50;
}

.prose p {
    margin: 10px 0;
}

.prose .highlight {
    background-color: #fff8e1;
    padding: 3px 6px;
    border-radius: 3px;
    font-weight: bold;
}

.prose .contact-info {
    background-color: #e3f2fd;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}

.prose .legal-note {
    font-style: italic;
    color: #7f8c8d;
    font-size: 0.95em;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px dashed #bdc3c7;
}

.prose a {
    color: #1976D2;
    text-decoration: none;
}

.prose a:hover {
    text-decoration: underline;
}

.max-w-4xl {
    max-width: 1280px;
}

.prose .link.mark {
    border-bottom: 1.5px dotted #fa8669;
}

.prose .link {
    cursor: pointer;
    text-decoration-line: none;
}

.prose .mark, mark {
    display: inline;
    padding: .05em;
    background-color: #fcf8e3;
    word-wrap: break-word;
}
