.log-body {
    padding: 30px 0;
    line-height: 2;
    font-size: 16px;
    word-break: break-word;
    background: var(--front-bg-color);
}

.log-body .excerpt {
    background: var(--front-dark-bg-color);
    padding: 15px 20px;
    margin-bottom: 2em;
    border-radius: var(--border-radius);
}

.log-body .excerpt p {
    margin-bottom: 0;
    line-height: 2;
}

.log-body p, .log-body strong {
    font-size: 17px;
}

.log-body p {
    margin-bottom: 1em
}

.log-body h1, .log-body h2, .log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    word-break: break-all;
    color: var(--title-color);
}

.log-body h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.log-body h2 {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 1em;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 4px;
}

.log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    font-weight: bold;
    font-size: 18px;
    margin: 0.5em 0
}

.log-body strong {
    font-weight: bold;
}

.log-body img {
    max-width: 100%;
    height: auto;
}

.log-body pre {
    margin: 16px 0;
}

.log-body code {
    background-color: var(--front-dark-bg-color);
    padding: 0 10px;
    line-height: 1.5;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    color: var(--text-color);
}

.log-body pre code {
    background-color: inherit;
}

.log-body ol, .log-body ul {
    margin-bottom: 1em;
}

.log-body ul {
    padding-left: 20px;
}

.log-body li {
    line-height: 2
}

.log-body ul li {
    list-style-type: circle;
}

.log-body ol {
    padding-left: 30px;
}

.log-body ol li {
    list-style-type: decimal;
}

.log-body li p {
    display: inline
}

.log-body .text-block {
    background-color: var(--front-dark-bg-color);
    padding: 10px 15px;
    text-align: center;
    margin: 1em 0
}

.log-body blockquote {
    padding: 10px 20px;
    margin: 1em 0;
    color: var(--text-color);
    border-left: 5px solid var(--front-dark-bg-hover-color);
    background: var(--front-dark-bg-color);
}

.log-body blockquote p {
    margin-bottom: 0;
}

.log-body hr {
    display: block;
    border: 1px solid transparent;
    border-bottom-color: var(--line-color);
    margin: 2em 0;
}

.log-body table {
    width: 100%;
    border: 1px solid var(--line-color);
    border-collapse: collapse;
    margin-bottom: 1em;
}

.log-body table th,
.log-body table td {
    border-bottom: 1px solid var(--line-color);
    padding: 5px 10px;
    text-align: center;
}

.log-body table tr:last-of-type td {
    border-bottom: 1px solid var(--line-color);
}

.log-body table th {
    background-color: var(--line-color)
}

.log-body video {
    display: block;
    margin: 2em auto
}

.log-body a {
    color: var(--primary-color);
}

.log-body .poem {
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 50px;
    width: fit-content;
    line-height: 1.6;
    margin: 30px auto;
    border-radius: 8px;
    font-size: 22px;
    box-shadow: 0 0 1px 10px #e0e3e9, 15px 15px 10px 10px #f6f6f6;
    letter-spacing: 1em;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    color: #000;
}

.log-body .poem p {
    font-size: inherit;
    border-bottom: 3px solid #e0e3e9;
    padding-left: 1em;
}

.log-body .poem.mini {
    font-size: 16px;
    letter-spacing: 0.5em;
}

.log-body a.btn {
    text-decoration: none;
}

.log-body .btn-box {
    padding: 30px;
    text-align: center;
    background: var(--front-dark-bg-color);
    margin: 1em 0;
}

.log-body .log-hide-content {
    padding: 30px;
    border: 2px dashed var(--line-color);
    margin: 1em 0;
    border-radius: 10px;
    display: flex;
}

.log-body .log-hide-content .hide-card-left {
    flex: 1;
}

.log-body .log-hide-content .hide-card-right {
    width: 120px;
}

.log-body .log-hide-content .hide-card-right img {
    width: 100%;
    border: 5px dashed #dedede;
    border-radius: 5px;
    box-sizing: border-box;
}

.log-body .log-hide-content .input {
    display: inline-block;
    width: 220px;
    margin-right: 15px;
}

.log-body .log-hide-content .btn {
    margin-top: 0;
}
