/* Typography improvements for public storytelling pages */
.telling-public-workspace #telling-public-biography p,
.telling-public-workspace .telling-public-book-card .book-description,
.telling-public-workspace .telling-public-book-card .book-description p,
.telling-public-workspace .telling-public-book-card .telling-public-structure p,
.telling-public-workspace .telling-public-book-card .telling-public-structure .telling-public-chapter-item p {
    text-align: justify;
}

.telling-public-book .book-description,
.telling-public-book .book-description p,
.telling-public-book .telling-public-structure p,
.telling-public-book .telling-public-structure .telling-public-chapter-item p {
    text-align: justify;
}

.telling-public-chapter .telling-chapter-body header p,
.telling-public-chapter .telling-chapter-content,
.telling-public-chapter .telling-chapter-content p {
    text-align: justify;
}

.telling-ideas-page .telling-ideas-board {
    border: 1px solid rgba(13, 110, 253, 0.15);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.telling-ideas-page .telling-ideas-postits {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.telling-ideas-page .telling-ideas-postit {
    background: #fff7c2;
    border: 1px solid #f1e1a2;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
    transform: rotate(-0.3deg);
}

.telling-ideas-page .telling-ideas-postit:nth-child(2n) {
    background: #fef3d5;
    transform: rotate(0.4deg);
}

.telling-ideas-page .telling-ideas-postit:nth-child(3n) {
    background: #fff1e1;
    transform: rotate(-0.5deg);
}

.telling-ideas-page .telling-ideas-textarea {
    background-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(241, 225, 162, 0.7);
}
