@font-face {
    font-family: "Source Han Serif CN for Display";
    src: url("https://static.leonscave.com/fonts/SourceHanSerifCNforDisplay/b58270c76f29b9d8a66b5c2d3386efbb.woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+9192;
}
@font-face {
    font-family: "Source Han Serif CN for Display";
    src: url("https://static.leonscave.com/fonts/SourceHanSerifCNforDisplay/2bb20d48eccd7a8ee893a5ee7a8525ed.woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+77F3;
}
{{/*@import url("https://cdnjs.cloudflare.com/ajax/libs/lxgw-wenkai-screen-webfont/1.7.0/lxgwwenkaiscreenr.css");*/}}

/*修改字体样式*/
body {
    {{/*落霞文楷：LXGW WenKai Screen R*/}}
    {{/*思源屏显臻宋：Source Han Serif CN for Display*/}}
    {{/*方正屏显雅宋-繁体：FZPingXianYaSong-R-GBK*/}}
    font-family: "FZPingXianYaSong-R-GBK", "Droid Serif", Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei", "Microsoft Yahei", serif;
    font-size: 100%;
}

.hero-name {
    font-family: "Source Han Serif CN for Display", "Songti SC", "STSong", serif;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.find-me-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
}

.find-me-link {
    display: inline-flex;
    align-items: center;
    gap: .3em;
}

.find-me-link svg {
    width: 1.1em;
    height: 1.1em;
    fill: currentColor;
}

.find-me-link.is-disabled {
    color: var(--text-mute);
    cursor: default;
    opacity: .75;
}

.find-me-email {
    margin-top: 1.25rem;
}


footer {
    background-image: none;
}

[data-theme="dark"] footer {
    background-image: none;
}

h1, h2, h3, h4, h5, h6 {
    {{/*落霞文楷：LXGW WenKai Screen R*/}}
    {{/*思源屏显臻宋：Source Han Serif CN for Display*/}}
    {{/*方正屏显雅宋-繁体：FZPingXianYaSong-R-GBK*/}}
    font-family: "FZPingXianYaSong-R-GBK", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}

pre, code {
    font-family: Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    font-size: .92857em;
}

.post-title {
    margin: .83em 0;
    font-size: 1.5em;
}

.post-content, .comment-content {
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 1.0625em;
}

@media (max-width: 767px) {
    body {
        font-size: 100%;
    }

}

/*修改代码块中的空格*/
pre code {
    padding: 0;
}

.post-body :not(pre) > code {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.highlight {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.highlight pre {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}
[data-theme="dark"] .highlight pre {
    filter: invert(.9) hue-rotate(180deg);
}
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .highlight pre {
        filter: invert(.9) hue-rotate(180deg);
    }
}
.copy-code-button {
    color: var(--text);
    background-color: rgba(255,255,255,50%);
    border: none;
    border-radius: 6px;
    padding: 0 5px 5px 5px;
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    margin: 10px;
    transition: .1s;
    opacity: 0.5;
}
.copy-code-button > svg {
    fill: currentColor;
}

[data-theme="dark"] .copy-code-button {
    background-color: rgba(0,0,0,50%);
}
.copy-code-button:hover,
.copy-code-button:focus,
pre:active ~ .copy-code-button,
pre:focus ~ .copy-code-button,
div.highlight:active > .copy-code-button,
div.highlight:focus > .copy-code-button {
    cursor: pointer;
    opacity: 1;
}

.post-cover {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    object-fit: contain;
    object-position: center;
}

figure {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

figure a {
    line-height: 0 !important;
    height: 100%;
    display: inline-block;
    border-bottom: none !important;
}

figure a img {
    border-radius: 5px;
    bottom: 0 !important;
}

/* Twikoo: hugo-antfustyle-theme editorial skin */
#twikoo > .tk-comments {
    min-width: 0;
    margin-top: 3.5rem;
    color: var(--text);
    font-family: inherit;
}
#twikoo > .tk-comments,
#twikoo > .tk-comments * { box-sizing: border-box; }
#twikoo > .tk-comments .tk-submit,
#twikoo > .tk-comments .tk-main,
#twikoo > .tk-comments .tk-col { min-width: 0; }
#twikoo > .tk-comments .tk-submit { margin-bottom: 3.5rem; }
#twikoo > .tk-comments .tk-submit .tk-avatar {
    width: 2.1rem;
    height: 2.1rem;
}
#twikoo > .tk-comments .tk-meta-input {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin-bottom: 0.85rem;
}
#twikoo > .tk-comments .tk-meta-input .el-input { width: 100%; }
#twikoo > .tk-comments .el-input-group__prepend,
#twikoo > .tk-comments .el-input__inner {
    height: 2.25rem;
    color: var(--text);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    font-family: inherit;
    box-shadow: none;
    opacity: 0.58;
    transition: border-color 200ms ease, opacity 200ms ease;
}
#twikoo > .tk-comments .el-input-group__prepend {
    padding: 0 0.55rem 0 0;
    color: var(--text-mute);
}
#twikoo > .tk-comments .el-input__inner { padding: 0 0.5rem; }
#twikoo > .tk-comments .el-input:hover .el-input__inner,
#twikoo > .tk-comments .el-input:focus-within .el-input__inner,
#twikoo > .tk-comments .el-input:hover .el-input-group__prepend,
#twikoo > .tk-comments .el-input:focus-within .el-input-group__prepend {
    border-color: var(--text-mute);
    opacity: 1;
}
#twikoo > .tk-comments .el-input__inner::placeholder,
#twikoo > .tk-comments .el-textarea__inner::placeholder { color: var(--text-mute); opacity: 0.55; }
#twikoo > .tk-comments .el-textarea__inner {
    min-height: 7.5rem !important;
    padding: 0.8rem 0.9rem;
    color: var(--text);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    font-family: inherit;
    line-height: 1.7;
    box-shadow: none;
    resize: vertical;
    opacity: 0.68;
    transition: border-color 200ms ease, opacity 200ms ease;
}
#twikoo > .tk-comments .el-textarea__inner:hover,
#twikoo > .tk-comments .el-textarea__inner:focus {
    border-color: var(--text-mute);
    opacity: 1;
}
#twikoo > .tk-comments .el-input__count {
    color: var(--text-mute);
    background: transparent;
    font-size: 0.72rem;
}
#twikoo > .tk-comments .tk-row.actions {
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}
#twikoo > .tk-comments .tk-submit-action-icon {
    color: var(--text-mute);
    opacity: 0.5;
    transition: opacity 150ms ease;
}
#twikoo > .tk-comments .tk-submit-action-icon:hover { opacity: 1; }
#twikoo > .tk-comments .el-button {
    min-height: auto;
    padding: 0.25rem 0.15rem;
    color: var(--text-mute);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    opacity: 0.6;
    transition: color 200ms ease, opacity 200ms ease;
}
#twikoo > .tk-comments .el-button:hover,
#twikoo > .tk-comments .el-button:focus {
    color: var(--text);
    background: transparent;
    opacity: 1;
}
#twikoo > .tk-comments .tk-send,
#twikoo > .tk-comments .tk-send:hover,
#twikoo > .tk-comments .tk-send:focus {
    color: var(--text);
    background: transparent;
}
#twikoo > .tk-comments .tk-send.is-disabled {
    color: var(--text-mute);
    background: transparent;
    opacity: 0.28;
}
#twikoo > .tk-comments .tk-comments-title {
    align-items: baseline;
    margin: 0;
    padding: 2rem 0 1.25rem;
    border-top: 0;
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
}
#twikoo > .tk-comments .tk-comments-count { font-size: inherit; }
#twikoo > .tk-comments .tk-comments-sort { display: none; }
#twikoo > .tk-comments .tk-comments-sort + .tk-icon,
#twikoo > .tk-comments .tk-comments-sort + .tk-icon + .tk-icon {
    display: none;
}
#twikoo > .tk-comments .tk-comments-actions .tk-icon {
    color: var(--text-mute);
    opacity: 0.55;
    transition: color 200ms ease, opacity 200ms ease;
}
#twikoo > .tk-comments .tk-comments-actions .tk-icon:hover {
    color: var(--text);
    opacity: 1;
}
#twikoo > .tk-comments .tk-comment {
    margin: 0;
    padding: 1.65rem 0;
    border-top: 0;
}
#twikoo > .tk-comments .tk-comment .tk-avatar {
    width: 2.05rem;
    height: 2.05rem;
}
#twikoo > .tk-comments .tk-avatar-img { border-radius: 2px; }
#twikoo > .tk-comments .tk-nick {
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 600;
}
#twikoo > .tk-comments .tk-time {
    color: var(--text-mute);
    font-size: 0.72rem;
    opacity: 0.58;
}
#twikoo > .tk-comments .tk-actions button {
    padding: 0;
    color: var(--text-mute);
    background: transparent;
    border: 0;
    font: inherit;
    opacity: 0.7;
    transition: color 200ms ease, opacity 200ms ease;
}
#twikoo > .tk-comments .tk-actions button:hover,
#twikoo > .tk-comments .tk-actions button:focus {
    color: var(--text);
    opacity: 1;
}
#twikoo > .tk-comments .tk-content {
    max-width: 100%;
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
    word-break: break-word;
}
#twikoo > .tk-comments .tk-content img { max-width: 100%; }
#twikoo > .tk-comments .tk-action-link {
    color: var(--text-mute);
    opacity: 0;
    transition: opacity 150ms ease;
}
#twikoo > .tk-comments .tk-comment:hover > .tk-main > .tk-row .tk-action-link,
#twikoo > .tk-comments .tk-comment:focus-within > .tk-main > .tk-row .tk-action-link {
    opacity: 0.55;
}
#twikoo > .tk-comments .tk-action-icon { color: var(--text-mute) !important; }
#twikoo > .tk-comments .tk-action-icon svg { fill: currentColor !important; }
#twikoo > .tk-comments .tk-action .tk-icon {
    color: var(--text-mute) !important;
    opacity: 0.55;
}
#twikoo > .tk-comments .tk-action .tk-icon svg { fill: currentColor !important; }
#twikoo > .tk-comments .tk-action .tk-icon:hover,
#twikoo > .tk-comments .tk-action .tk-icon.__active {
    color: var(--text) !important;
    opacity: 1;
}
#twikoo > .tk-comments .tk-action-link:hover { color: var(--text); opacity: 1; }
#twikoo > .tk-comments .tk-tag-green {
    color: var(--text-mute);
    background: transparent;
    border: 1px solid var(--border);
}
#twikoo > .tk-comments .tk-content a {
    border-bottom: 1px solid color-mix(in srgb, var(--text-mute) 30%, transparent);
    text-decoration: none;
    transition: border-color 200ms ease;
}
#twikoo > .tk-comments .tk-content a:hover { border-color: var(--text); }
#twikoo > .tk-comments .tk-replies {
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 1px solid var(--border);
}
#twikoo > .tk-footer { display: none; }

@media (max-width: 640px) {
    #twikoo > .tk-comments { margin-top: 2.75rem; }
    #twikoo > .tk-comments .tk-meta-input {
        display: block;
        margin-bottom: 0.75rem;
    }
    #twikoo > .tk-comments .tk-meta-input .el-input { margin-bottom: 0.55rem; }
    #twikoo > .tk-comments .tk-row { gap: 0.65rem; }
    #twikoo > .tk-comments .tk-submit .tk-avatar { display: none; }
    #twikoo > .tk-comments .tk-comment .tk-avatar {
        width: 1.9rem;
        height: 1.9rem;
    }
    #twikoo > .tk-comments .tk-comment { padding: 1.25rem 0; }
    #twikoo > .tk-comments .tk-action-link { opacity: 0.45; }
}

@media (prefers-reduced-motion: reduce) {
    #twikoo > .tk-comments * { transition: none !important; }
}

#twikoo > .tk-admin-container .tk-admin-actions,
#twikoo > .tk-admin-container .tk-admin-actions button,
#twikoo > .tk-admin-container .tk-admin-actions a,
#twikoo > .tk-admin-container .tk-admin-actions .tk-icon {
    color: #9ca3af !important;
    opacity: 1 !important;
    visibility: visible;
}
#twikoo > .tk-admin-container .tk-admin-actions button:hover,
#twikoo > .tk-admin-container .tk-admin-actions a:hover,
#twikoo > .tk-admin-container .tk-admin-actions .tk-icon:hover {
    color: #f3f4f6 !important;
}
#twikoo > .tk-admin-container .tk-admin-actions svg { fill: currentColor !important; }

.blog-footer-extra {
    margin-top: 1.5rem;
    color: var(--text-mute);
    font-size: 0.8rem;
    text-align: center;
}

.footer-nav,
.footer-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-nav {
    gap: 0.35rem;
}

.footer-badges {
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.footer-badges a {
    display: inline-flex;
}

.footer-badges img {
    display: block;
    width: auto;
    height: 24px;
}

.footer-tagline {
    margin: 1rem 0 0;
    line-height: 1.6;
}

/* Library */
.page-section-header {
    margin: 1rem 0 3.5rem;
}
.page-section-header .section-title {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.3;
}
.section-intro {
    max-width: 38rem;
    margin: 0.75rem 0 0;
    color: var(--text-mute);
    font-size: 0.88rem;
    line-height: 1.7;
}
.page-section-header .stars {
    margin: 2rem 0 0;
}

/* Site timeline */
.site-timeline { max-width: 42rem; }
.timeline__row {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    min-height: 2.75rem;
}
.timeline__time {
    padding: 0.4rem 1.25rem 0.4rem 0;
    color: var(--text-mute);
    font-size: 0.78rem;
    line-height: 1.6;
    text-align: right;
}
.timeline__content {
    position: relative;
    padding: 0.4rem 0 1rem 1.25rem;
    border-left: 1px solid var(--border);
}
.timeline__content::before {
    position: absolute;
    top: 0.78rem;
    left: -0.25rem;
    width: 0.42rem;
    height: 0.42rem;
    background: var(--text-mute);
    border-radius: 50%;
    content: "";
}
.timeline__description {
    color: var(--text);
    font-size: 0.9rem;
    line-height: 1.6;
}
.timeline__description a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
.timeline__image {
    display: block;
    width: 160px;
    max-width: 100%;
    margin-top: 0.75rem;
    cursor: zoom-in;
}
.timeline__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 640px) {
    .timeline__row { grid-template-columns: 5.5rem minmax(0, 1fr); }
    .timeline__time { padding-right: 0.9rem; font-size: 0.7rem; }
    .timeline__content { padding-left: 1rem; }
}
#library .library-category { margin-top: 3.5rem; }
#library .category-title {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
    margin: 0 0 1.5rem;
    color: var(--text);
    font-family: var(--font-mono, monospace);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}
#library .category-count {
    color: var(--text-mute);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0;
}
#library .category-count::before { content: "["; }
#library .category-count::after { content: "]"; }
#library .book-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 1.2rem;
}
#library .book,
#library .book-link,
#library .book-cover,
#library .book-meta,
#library .book-title,
#library .book-details { min-width: 0; }
#library .book-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
#library .book-cover {
    position: relative;
    display: block;
    min-height: 6rem;
    padding: 0.42rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transform: rotate(-1.4deg);
    transform-origin: center bottom;
    transition: transform 180ms ease, box-shadow 180ms ease;
}
#library .book:nth-child(even) .book-cover { transform: rotate(1.6deg); }
#library .book:nth-child(3n) .book-cover { transform: rotate(-0.6deg); }
#library .book-cover img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    background: #f2f2ef;
}
#library .book-cover-fallback {
    position: absolute;
    inset: 0.42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a8a86;
    background: #f2f2ef;
    font-size: 0.68rem;
}
#library .book-meta {
    display: block;
    padding: 0.85rem 0.15rem 0;
}
#library .book-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#library .book-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.55rem;
    margin-top: 0.4rem;
    color: var(--text-mute);
    font-family: var(--font-mono, monospace);
    font-size: 0.68rem;
    line-height: 1.5;
}
#library .book-details > span + span::before {
    content: "/";
    margin-right: 0.55rem;
    opacity: 0.45;
}
#library .book-link:hover .book-cover,
#library .book-link:focus-visible .book-cover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transform: rotate(0deg) translateY(-0.3rem);
}
#library .book-link:focus-visible {
    border-radius: 2px;
    outline: 2px solid var(--text);
    outline-offset: 0.4rem;
}
[data-theme="dark"] #library .book-cover {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.42);
}

/* Visitor page */
.widget { margin-top: 2.5rem; }
.widget-title {
    margin-bottom: 1rem;
    color: var(--text-mute);
    font-size: 1rem;
}
.widget-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.visitor-chip {
    padding: 0.2rem 0.55rem;
    border: 1px solid var(--border);
    border-radius: 2px;
    color: var(--text-mute);
    font-size: 0.78rem;
}
#recent-comments { display: block; }
.comment-item {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--border);
    line-height: 1.65;
}
.comment-item a {
    color: var(--text-mute);
    font-size: 0.82rem;
}
.widget-empty { color: var(--text-mute); }
.more-comments {
    display: none;
    margin: 1.25rem auto 0;
    padding: 0.35rem 0.75rem;
    color: var(--text);
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 2px;
    cursor: pointer;
}

/* Photography detail */
.photo-detail-image { margin: 2rem 0 1rem; }
.photo-detail-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.photo-detail-back { margin-top: 2rem; }

/* Library detail pages */
.book-body { line-height: 2; }
.book-body hr { clear: both; }
.book-body .book-footer { color: var(--text-mute); font-size: 1rem; }
#book-page .book-page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
#book-page .book-page-header p { margin: 0; }
#book-page .book-page-header .book-cover {
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 2px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
#book-page .book-page-header .book-cover img { display: block; width: 10rem; }
#book-page .book-page-header .book-title { filter: url(#x); }
#book-page .book-page-header .title-image-container {
    position: absolute;
    top: 2rem;
    right: calc(50% - 10rem / 2 - 5rem);
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    background-color: var(--code-bg);
    border-radius: 50%;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
#book-page .book-page-header .title-image-container .title-image { width: 100%; }
#post-content .book-cover {
    display: block;
    max-width: 50%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 2px;
}
#post-content .book-cover img { display: block; width: 100%; }

@media screen and (min-width: 768px) {
    #library .book-group {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 2.75rem 1.4rem;
    }
    #book-page .book-page-header .book-cover img { width: 15rem; }
    #book-page .book-page-header .title-image-container { right: calc(50% - 15rem / 2 - 5rem); }
    #post-content .book-cover {
        display: inline-block;
        float: left;
        width: 12rem;
        margin: 0 2rem 1.2rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    #library .book-cover,
    #library .book:nth-child(even) .book-cover,
    #library .book:nth-child(3n) .book-cover,
    #library .book-link:hover .book-cover,
    #library .book-link:focus-visible .book-cover {
        transition: none;
        transform: none;
    }
}

/* Header seal: reveal the blog mark in the order of carved strokes. */
.brand-seal-strokes path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: brand-seal-draw 2.8s cubic-bezier(.22, .61, .36, 1) forwards;
}
.brand-seal-strokes path:nth-child(2) { animation-delay: .18s; }
.brand-seal-strokes path:nth-child(3) { animation-delay: .36s; }
.brand-seal-strokes path:nth-child(4) { animation-delay: .54s; }

@keyframes brand-seal-draw {
    to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .brand-seal-strokes path {
        animation: none;
        stroke-dashoffset: 0;
    }
}

#twikoo { min-height: 100px; }

@media (max-width: 767px), (pointer: coarse) {
    .hero-row .hero-nav a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }
    .hero-row .hero-social a,
    .hero-row .hero-social .theme-toggle {
        position: relative;
    }
    .hero-row .hero-social a::after,
    .hero-row .hero-social .theme-toggle::after {
        content: "";
        position: absolute;
        inset: -15px -5px;
    }
    #twikoo .tk-submit .tk-row.actions .el-button {
        min-height: 44px;
        min-width: 44px;
    }
    #twikoo .tk-action-link {
        display: inline-flex;
        align-items: center;
        min-width: 44px;
        min-height: 44px;
    }
}
