.app-draft-content {
    flex: 1;
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.app-draft-content h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.app-draft-content h2 {
    margin-top: 30px;
    font-size: 24px;
}

.app-draft-content h3 {
    margin-top: 20px;
    font-size: 20px;
}

.app-draft-content h4 {
    margin-top: 18px;
    font-size: 18px;
}

.app-draft-content h5 {
    margin-top: 16px;
    font-size: 16px;
}

.app-draft-content h6 {
    margin-top: 14px;
    font-size: 14px;
}

.headingRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.headingText {
    flex: 1;
    min-width: 0;
}

.headingTocButton {
    appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    flex: none;
}

.headingTocButton:hover {
    opacity: 1;
}

.app-draft-content p {
    line-height: 1.6;
}

.toolbar {
    margin-top: 20px;
    font-size: 14px;
    text-align: right;
}

.toolbar a {
    color: #2980b9;
    margin-left: 10px;
    text-decoration: none;
}
