/* /Pages/NewPost.razor.rz.scp.css */
body[b-8upegdtkit] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f4f4f4;
}

h1[b-8upegdtkit] {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
}

.error-message[b-8upegdtkit] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

form[b-8upegdtkit] {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

textarea[b-8upegdtkit] {
    width: calc(100% - 30px);
    min-height: 150px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color 0.3s ease;
}

textarea:focus[b-8upegdtkit] {
    outline: none;
    border-color: #c39bd3;
    box-shadow: 0 0 5px rgba(195, 155, 211, 0.5);
}

.form-actions[b-8upegdtkit] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button[b-8upegdtkit] {
    padding: 12px 24px;
    background-color: #c39bd3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

button:hover[b-8upegdtkit] {
    background-color: #9b59b6;
}

.checkbox-container[b-8upegdtkit] {
    display: flex;
    align-items: center;
}

#show-checkbox[b-8upegdtkit] {
    margin-right: 10px;
}

label[b-8upegdtkit] {
    font-size: 16px;
    color: #555;
}

.actions[b-8upegdtkit] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a[b-8upegdtkit] {
    display: block;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    color: #c39bd3;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover[b-8upegdtkit] {
    color: #9b59b6;
    text-decoration: underline;
}

@media (max-width: 600px) {
    body[b-8upegdtkit] {
        padding: 10px;
    }

    form[b-8upegdtkit] {
        padding: 20px;
    }

    .form-actions[b-8upegdtkit] {
        flex-direction: column;
        align-items: stretch;
    }

    button[b-8upegdtkit] {
        margin-bottom: 10px;
        width: 100%;
    }

    .checkbox-container[b-8upegdtkit] {
        justify-content: center;
    }
}
/* /Pages/PostContent.razor.rz.scp.css */
.inline-link[b-zof78dgaaw] {
    cursor: pointer;
    color: #c39bd3;
    text-decoration: none;
}

p[b-zof78dgaaw] {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/* /Pages/PostListView.razor.rz.scp.css */
.date-link[b-wwb8256vpg] {
    text-decoration: none;
    cursor: default;
}

.date-link:hover[b-wwb8256vpg] {
    text-decoration: none;
    cursor: default;
}

span[b-wwb8256vpg] {
    color: #34495e;
    margin-bottom: 20px;
}

ul[b-wwb8256vpg] {
    margin-top: -10px;
    list-style-type: none;
    padding: 0;
}

li[b-wwb8256vpg] {
    margin-bottom: 1rem;
    text-align: left;
}

#posts[b-wwb8256vpg] {
    min-height: 60vh;
}

.post-item[b-wwb8256vpg] {
    display: inline-block;
    cursor: default !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}
/* /Pages/PostView.razor.rz.scp.css */
article[b-qas4wsyqqa] {
    margin-bottom: 10px;
}

.post-header[b-qas4wsyqqa] {
    margin-bottom: 0;
}

.post-header h2[b-qas4wsyqqa] {
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
}

.post-header a[b-qas4wsyqqa] {
    float: right;
    margin-top: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #c39bd3;
    text-decoration: underline;
}

hr[b-qas4wsyqqa] {
    margin-top: 0px;
}

.post-content[b-qas4wsyqqa] {
    font-size: 1.1em;
    margin-bottom: 10px;
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

[b-qas4wsyqqa] .post-inline-link {
    cursor: pointer;
    color: #c39bd3;
    text-decoration: none;
}

.post-time[b-qas4wsyqqa] {
    color: #888;
    font-size: 0.9em;
    text-align: right;
}

[b-qas4wsyqqa] .post-paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
