:root {
    --stardust: 200;
	--color-selection-bar: linear-gradient(to right, oklch(.8 .1 0), oklch(.8 .1 30), oklch(.8 .1 60), oklch(.8 .1 90), oklch(.8 .1 120), oklch(.8 .1 150), oklch(.8 .1 180), oklch(.8 .1 210), oklch(.8 .1 240), oklch(.8 .1 270), oklch(.8 .1 300), oklch(.8 .1 330), oklch(.8 .1 360));
    --farallon-main-color: oklch(.7 .14 var(--stardust));
    --farallon-hover-color: oklch(.55 .12 var(--stardust));
    --farallon-dark-main-color: oklch(.7 .14 var(--stardust));
    --farallon-dark-hover-color: oklch(.55 .12 var(--stardust));
    --farallon-text-color: oklch(.25 .02 var(--stardust));
    --farallon-text-light: rgba(0, 0, 0, .68);
    --farallon-text-gray: rgba(0, 0, 0, .6);
    --farallon-text-gray-lightest: rgba(0, 0, 0, .5);
    --farallon-background-white: oklch(.95 .005 var(--stardust));
    --farallon-background-whitefff: #ffffff;
    --farallon-background-lightcyan: oklch(.95 .01 var(--stardust));
    --farallon-background-gray: #f0f0f0;
    --farallon-background-gray-light: #f8f8f8;
    --farallon-background-opacity: 0.9;
    --farallon-background-white-opacity: rgba(255, 255, 255, var(--farallon-background-opacity));
    --farallon-griedent-start: oklch(.6 .1  var(--stardust));
    --farallon-griedent-end: oklch(.85 .08 var(--stardust));
    --farallon-border-color: rgba(0, 0, 0, .1);
    --farallon-border-color-light: rgba(0, 0, 0, .05);
    --block-separator-color: #244654;
    --article-target-color: #283c50;
    --farallon-text-size-small: 14px;
    --farallon-text-size-normal: 16px;
    --farallon-text-size-smallest: 12px;
    --farallon-main-width: 1200px;
}

@media(prefers-color-scheme:dark) {
    .auto {
        --farallon-main-color: var(--farallon-dark-main-color);
        --farallon-hover-color: var(--farallon-dark-hover-color);
        --farallon-text-color: #a1a1aa;
        --farallon-text-light: #a1a1aa;
        --farallon-text-gray: #71717a;
        --farallon-text-gray-lightest: hsla(240, 4%, 46%, .95);
        --farallon-background-white: #1e1e1e;
		--farallon-background-whitefff: #101010;
		--farallon-background-lightcyan: #1a1a1a;
        --farallon-background-gray: #000;
        --farallon-background-gray-light: #1e1e1e;
        --farallon-background-white-opacity: rgba(30, 30, 30, var(--farallon-background-opacity));
        --farallon-border-color: rgba(63, 63, 70, .6);
        --farallon-border-color-light: rgba(63, 63, 70, .4)
    }
}

.dark {
    --farallon-main-color: var(--farallon-dark-main-color);
    --farallon-hover-color: var(--farallon-dark-hover-color);
    --farallon-text-color: #a1a1aa;
    --farallon-text-light: #a1a1aa;
    --farallon-text-gray: #71717a;
    --farallon-text-gray-lightest: hsla(240, 4%, 46%, .95);
    --farallon-background-white: #1e1e1e;
	--farallon-background-whitefff: #101010;
	--farallon-background-lightcyan: #1a1a1a;
    --farallon-background-gray: #000;
    --farallon-background-gray-light: #1e1e1e;
    --farallon-background-white-opacity: rgba(30, 30, 30, var(--farallon-background-opacity));
    --farallon-border-color: rgba(63, 63, 70, .6);
    --farallon-border-color-light: rgba(63, 63, 70, .4)
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSans-Light.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Medium.woff2) format("woff2"), url(../fonts/OpenSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@keyframes a {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@keyframes b {
    0% {
        background-color: var(--farallon-comment-fresh-start-color)
    }

    to {
        background-color: var(--farallon-comment-fresh-end-color)
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.colorfultxt {
            position: relative;
            display: inline-block;
            isolation: isolate;
        }

        .colorfultxt:before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, #00cfff, #aeff00, #12d1be, #d1ece9);


            -webkit-filter: blur(15px) brightness(1);
            filter: blur(15px) brightness(1);
            opacity: 0.7;
            border-radius: 100px;
            z-index: -1;
            pointer-events: none;
            background-size: 300% 300%;
            -webkit-animation: gradientShift 10s ease-in-out infinite;
            animation: gradientShift 10s ease-in-out infinite;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .colorfultxt:after {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            font: inherit;
            letter-spacing: inherit;
            background: linear-gradient(90deg, #00cfff, #aeff00, #12d1be, #d1ece9);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            -webkit-mix-blend-mode: difference;
            mix-blend-mode: difference;
            -webkit-filter: blur(0.5px) brightness(1.3);
            filter: blur(0.5px) brightness(1.3);
            z-index: 0;
            pointer-events: none;
            background-size: 300% 300%;
            -webkit-animation: gradientShift 10s ease-in-out infinite;
            animation: gradientShift 10s ease-in-out infinite;
        }

        @-webkit-keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }

        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }


html {
    scroll-behavior: smooth
}

body {
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
	background:  var(--farallon-background-white);
    font-family: Open Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    font-size: var(--farallon-text-size-normal);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    color: var(--farallon-text-color);
    line-height: 1.8;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

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

p {
    margin-top: 0;
    margin-bottom: 0
}

button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Open Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    font-size: var(--farallon-text-size-normal);
    color: var(--farallon-text-color)
}

.sep:before {
    content: "/";
    margin: 0 5px
}

.notice--wrapper {
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    font-size: var(--farallon-text-size-smallest);
    max-width: 800px;
    padding: 10px 15px;
    border-radius: 8px;
    position: fixed;
    z-index: 1000;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform .5s
}

@media(max-width:768px) {
    .notice--wrapper {
        width: 80%
    }
	.homelistheader {
	    display: block; 
	    justify-content: space-between; 
	    align-items: center;
    }
}

@media(min-width:768px) {
	.homelistheader {
	    display: flex; 
	    justify-content: space-between; 
	    align-items: center;
    }
}

.u-textAlignCenter {
    text-align: center
}

.u-overflowYHidden {
    overflow-y: hidden
}

.u-cursorPointer {
    cursor: pointer
}

.u-hide {
    display: none
}

@media screen and (max-width:768px) {
    .u-xs-hide {
        display: none
    }

    .u-xs-show {
        display: inline
    }
}

.button--like {
    border: 0;
    background-color: transparent;
    cursor: pointer
}

.button--like.is-active svg {
    fill: var(--farallon-main-color)
}

.button--like.is-active .icon--active {
    display: block
}

.button--like .icon--active,
.button--like .icon--block,
.button--like.is-active .icon--default {
    display: none
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--farallon-background-white-opacity);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100
}

@media(max-width:800px) {
    .overlay {
        flex-direction: column
    }
}

.overlay-img-wrap {
    position: relative;
    opacity: 0;
    transition: opacity .5s;
    display: flex;
    align-items: center
}

.overlay-img-wrap.is-finieshed {
    opacity: 1
}

.zoomImgClose {
    border: 0;
    color: var(--farallon-text-light);
    background-color: var(--farallon-background-gray);
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.zoomImgClose svg {
    transition: transform .5s;
    fill: var(--farallon-text-light)
}

.zoomImgClose:hover svg {
    transform: rotate(90deg)
}

.zoomNav {
    display: flex;
    justify-content: center
}

.mfp-arrow-left {
    opacity: .65;
    left: 0;
    width: 90px;
    height: 110px;
    background-color: transparent;
    color: var(--farallon-text-light)
}

.mfp-arrow-left svg {
    fill: currentColor
}

.mfp-arrow-left {
    position: absolute;
    left: 10px;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    height: 44px;
    background-color: var(--farallon-background-gray);
    cursor: pointer;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    color: var(--text-gray-light)
}

.mfp-arrow-left svg {
    transform: rotate(180deg)
}

.mfp-arrow-left.disabled {
    opacity: .4;
    cursor: not-allowed
}

.mfp-arrow-right {
    border: 0;
    color: var(--farallon-text-light);
    position: absolute;
    right: 10px;
    background-color: var(--farallon-background-gray);
    cursor: pointer;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow-right.disabled {
    opacity: .4;
    cursor: not-allowed
}

.image--nav {
    width: 120px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    transform: rotate(90deg) translateX(4%);
    text-align: right;
    pointer-events: none;
    font-size: 100px;
    max-height: 80vh;
    color: var(--farallon-text-light);
    font-style: italic;
    white-space: nowrap
}

@media(max-width:800px) {
    .image--nav {
        transform: rotate(0deg) translateX(0);
        width: 100%;
        margin-left: 0;
        overflow-x: auto;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        font-size: 24px;
        margin-top: 30px
    }

    .image--nav img {
        width: 64px
    }
}

.main {
    background-color: var(--farallon-background-white);
    max-width: var(--farallon-main-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    position: relative
}

body:not(.is-cleanMode) .main:after {
    aspect-ratio: 1/3;
    background-image: linear-gradient(90deg, var(--farallon-griedent-start), var(--farallon-griedent-end));
    border: 0;
    border-radius: 9999px;
    bottom: calc(100% - 100px);
    filter: blur(44px);
    opacity: .2;
    position: absolute;
    right: 0;
    left: 0;
    content: ""
}

body.dark:not(.is-cleanMode) .main {
    box-shadow: 0 0 0 1px hsla(240, 5%, 84%, .2)
}

body.dark:not(.is-cleanMode) .main:after {
    background-image: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    body.auto:not(.is-cleanMode) .main {
        box-shadow: 0 0 0 1px hsla(240, 5%, 84%, .2)
    }

    body.auto:not(.is-cleanMode) .main:after {
        background-image: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.site--main {
    padding: 10px 30px 10px 30px;
    min-height: 60vh;
    background-color: var(--farallon-background-white);
    border-radius: 8px;
}

.site--main__map {
    padding-left: 0;
    padding-right: 0
}

.site--main .markerPro--posts {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

@media(max-width:820px) {
    .site--main {
        padding: 40px
    }
}

@media(max-width:768px) {
    .site--main {
        padding: 10px;
    }
}

.fHeader {
    padding: 20px 80px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90px;
    box-sizing: border-box
}

@media(max-width:820px) {
    .fHeader {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 59px
    }
}

@media(max-width:768px) {
    .fHeader {
        padding-left: 3.5%;
        padding-right: 3.5%;
        padding-bottom: 0
    }
}

.fHeader--icon {
    margin-left: auto;
    fill: var(--farallon-text-gray-lightest);
    position: relative;
    cursor: pointer
}

.fHeader .avatar {
    --farallon-logo-size: 48px;
    height: var(--farallon-logo-size);
    width: var(--farallon-logo-size);
    border: 3px var(--farallon-background-white) solid;
    box-shadow: 0 2px 4px 0 var(--farallon-border-color);
    border-radius: 100%;
    transition: .5s ease-in-out
}

@media screen and (max-width:768px) {
    .fHeader .avatar {
        --farallon-logo-size: 40px
    }
}

.fHeader.is-active .avatar {
    box-shadow: 0 2px 4px 0 var(--farallon-border-color)
}

.fHeader--content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 39px;
    top: 25px;
    z-index: 1;
    box-shadow: 0 0 #fff, 0 0 0 1px hsla(240, 5%, 96%, .1), 0 10px 15px -3px rgba(39, 39, 42, .05), 0 4px 6px -4px rgba(39, 39, 42, .05);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: hsla(0, 0%, 100%, .5);
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 999rem;
    overflow: hidden
}

.dark .fHeader--content {
    background-color: rgba(39, 39, 42, .9);
    border-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    box-shadow: 0 0 transparent, 0 0 0 1px hsla(0, 0%, 100%, .1), 0 0 transparent;
    color: #e4e4e7
}

@media(prefers-color-scheme:dark) {
    .fHeader--content {
        background-color: rgba(39, 39, 42, .9);
        border-color: rgba(0, 0, 0, .5);
        -webkit-backdrop-filter: saturate(180%) blur(5px);
        backdrop-filter: saturate(180%) blur(5px);
        box-shadow: 0 0 transparent, 0 0 0 1px hsla(0, 0%, 100%, .1), 0 0 transparent;
        color: #e4e4e7
    }
}

.fHeader--content .inner {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    transition: transform .5s
}

.fHeader--content .inner .search--area {
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center
}

.fHeader--content .inner .search--area .search-field {
    background-color: transparent;
    border: 0;
    font-size: 14px
}

.fHeader--content .inner .search--area .search-submit {
    background-color: #fff;
    border: 0;
    display: none
}

.fHeader--content .inner.search--active {
    transform: translateY(-39px)
}

@media(max-width:820px) {
    .fHeader--content {
        left: 0;
        right: 0;
        transform: translateZ(0);
        border-radius: 0;
        top: 0;
        box-shadow: 0 0 #fff, 0 0 0 1px hsla(240, 5%, 96%, .1), 3px -8px 15px -3px rgba(39, 39, 42, .05), 0 4px 6px -4px rgba(39, 39, 42, .05)
    }

    .fHeader--content .inner .search--area {
        width: 100%
    }

    .fHeader--content .inner .search--area .search-form {
        width: 90%
    }

    .fHeader--content .inner .search--area .search-field {
        width: 100%;
        font-size: 12px
    }
}

.fHeader--menu {
    display: flex;
    align-items: center;
    height: 39px;
    box-sizing: border-box;
    padding: 15px 2px;
	gap: 5px;
}

.fHeader--menu .menu-item {
    padding: 15px 2px;
    flex: 0 0 auto;
    position: relative
}

.fHeader--menu .menu-item.current-menu-item a,
.fHeader--menu .menu-item a {
	padding:5px 15px 6px 15px;
	border-radius:999rem;
	
}

.fHeader--menu .menu-item.current-menu-item a,
.fHeader--menu .menu-item a:hover {
	
	background: var(--farallon-background-whitefff);
	color: var(--farallon-hover-color);

	padding:5px 15px 6px 15px;
    border-radius:999rem;
    box-shadow: 0 2px 8px var(--farallon-griedent-end);
    transition: all .5s cubic-bezier(.25, .8, .25, 1);
}

@media(max-width:820px) {
    .fHeader--menu .menu-item {
        padding: 0 10px
    }
}

@media(max-width:820px) {
    .fHeader--menu {
        overflow-x: auto;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:768px) {
    .fHeader--menu {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px
    }
}

@media(max-width:414px) {
    .fHeader--menu {
        padding-left: 5px;
        padding-right: 5px
    }
}

.site--url {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .site--url {
        font-size: 18px
    }
}

.site--url .avatar {
    margin-right: 10px
}

.u-xs-show {
    display: none
}

.fBlock--list {
    position: relative
}

.fBlock--item {
    padding: 25px 40px;
    display: flex;
    align-items: center;
	transition: all 0.3s ease, opacity 0.5s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    white-space: normal;
    word-break: break-word;
	margin: 20px;
	background-color: var(--farallon-background-whitefff);
	border-radius: 8px;
}

@media(max-width:820px) {
    .fBlock--item {
        padding: 10px 20px
    }
}

@media(max-width:768px) {
    .fBlock--item {
        padding: 15px 15px；  
	}
}

.fBlock--item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.dark .fBlock--item:hover {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .fBlock--item:hover {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.fBlock--content {
    flex: 1 1 auto
}

.fBlock--cover {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 150/100;
    transition: .5s
}

.fBlock--cover,
.fBlock--coverLink {
    width: var(--farallon-block-cover-width, 150px);
    height: var(--farallon-block-cover-height, 100px);
    border-radius: 5px
}

.fBlock--coverLink {
    position: relative;
    flex: 0 0 auto;
    margin-left: 20px;
    display: flex;
    align-items: center;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .fBlock--coverLink {
        width: 100px;
        height: 75px
    }
}

.fBlock--coverLink:hover .fBlock--cover {
    transform: scale(1.1)
}

.fBlock--coverLink .marker--tips {
    left: auto;
    right: 8px;
    top: 8px
}

.fBlock--coverLink .cover--count {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background-color: rgba(0, 0, 0, .5);
    color: hsla(0, 0%, 100%, .95);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 700
}

.fBlock--coverLink .cover--count svg {
    margin-right: 5px
}

@media screen and (max-width:768px) {
    .fBlock--coverLink .cover--count {
        display: none
    }
}

.fBlock--title {
    flex-wrap: wrap;
    margin: 15px 0;
	background: var(--farallon-background-lightcyan);
    color: var(--farallon-hover-color);
    font-family: Hack, monospace, "Century Gothic", "LXGW WenKai Screen", sans-serif;
    padding: 3px 8px;
	font-size: 1em;
    border-radius: 12px;
    width: fit-content;
}
.fBlock--title:hover {
    background: var(--farallon-griedent-end);
    color: var(--farallon-hover-color);
    transition: all 1s ease-in-out;
}

@media screen and (max-width:768px) {
    .fBlock--title {
        font-size: 15px
    }
}

.fBlock--title .sticky--post {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: linear-gradient(90deg, #c00000, #b00000); /*#8a63d2, #f81ce5);*/
    padding: 3px 5px;
    border-radius: 5px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.fBlock--title:hover {
    color: var(--farallon-hover-color)
}

.fBlock--title+.fBlock--meta {
    margin-top: 10px
}

.fBlock--snippet {
    font-size: 15px;
    color: var(--farallon-text-color);
    line-height: 1.6;
    max-height: 3.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:768px) {
    .fBlock--snippet {
        font-size: 13px
    }
}

.fBlock--meta {
    flex-wrap: wrap;
    margin-top: 5px;
	background: var(--farallon-background-lightcyan);
    color: var(--farallon-hover-color);
    font-family: Hack, monospace, "Century Gothic", "LXGW WenKai Screen", sans-serif;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.9rem;
    width: fit-content;
}

.fBlock--meta,
.fBlock--meta time {
    display: flex;
    align-items: center
}

.fBlock--meta svg {
    margin-right: 4px;
    fill: var(--farallon-text-gray-lightest);
    margin-left: 10px
}

.fBlock--meta svg:first-child {
    margin-left: 0
}

.fBlock--meta a:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .fBlock--meta {
        font-size: 12px
    }
}

.status--archive {
    padding: 50px 80px
}

.status--archive .status--header {
    display: flex;
    align-items: center
}

.fStatus--list {
    padding: 0
}

.fStatus--item {
    padding: 20px 40px;
    align-items: center;
	transition: all 0.3s ease, opacity 0.5s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    white-space: normal;
    word-break: break-word;
	margin: 20px;
	background-color: var(--farallon-background-whitefff);
	border-radius: 8px;
}

@media(max-width:768px) {
    .fStatus--item {
        padding: 15px 0
    }
}

.fStatus--header {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--farallon-text-gray)
}

.fStatus--header .avatar {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.fStatus--header a:hover {
    color: var(--farallon-hover-color)
}

.fStatus--snippet {
    font-size: 15px;
    line-height: 1.5;
    color: var(--farallon-text-gray);
    margin-top: 10px
}

@media(max-width:768px) {
    .fStatus--snippet {
        font-size: 13px
    }
}

.status--archiveLink {
    border-radius: 999rem;
    font-size: 14px;
    color: var(--farallon-text-gray)
}

.status--archiveLink:hover {
    color: var(--farallon-hover-color)
}

.post-navigation {
    overflow: hidden;
    padding-top: 20px
}

.post-navigation.is-active .nav-links {
    transform: translateZ(0)
}

.post-navigation .nav-links {
    position: relative;
    transform: translate3d(0, 150%, 0);
    display: flex;
    justify-content: space-between;
    transition: .5s
}

.post-navigation .nav-links>div:only-child {
    text-align: center !important;
    width: 100%
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
    padding: 15px;
    background-color: var(--farallon-background-white);
    width: 48%;
    box-sizing: border-box;
    text-align: right;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent
}

.post-navigation .nav-next a,
.post-navigation .nav-previous a {
    display: flex;
    flex-direction: column
}

.post-navigation .nav-previous {
    text-align: left
}

.post-navigation .meta-nav {
    font-size: var(--farallon-text-size-smallest);
    text-transform: uppercase;
    color: var(--farallon-text-gray)
}

.post-navigation .post-title {
    font-size: 14px;
    min-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-navigation .post-title:hover {
    color: var(--farallon-hover-color)
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

.nav-links .loadmore {
    cursor: pointer;
    position: relative;
    padding: 4px 32px;
    border-radius: 999rem;
    font-size: var(--farallon-text-size-smallest);
    background-color: #000;
    color: #fff
}

.nav-links .loadmore:hover {
    background-color: var(--farallon-text-light)
}

.nav-links .page-numbers,
.nav-links .post-page-numbers {
    padding: 20px;
    --farallon-navigation-font-size: 20px;
    color: var(--farallon-text-light);
    position: relative
}

.nav-links .page-numbers:hover,
.nav-links .post-page-numbers:hover {
    color: var(--farallon-hover-color)
}

.nav-links .page-numbers.current,
.nav-links .post-page-numbers.current {
    font-size: var(--farallon-navigation-font-size);
    font-weight: 700;
    cursor: not-allowed
}

body:not(.is-cleanMode) .nav-links .page-numbers.current:after,
body:not(.is-cleanMode) .nav-links .post-page-numbers.current:after {
    border: 12px solid transparent;
    background-clip: padding-box;
    content: "";
    filter: blur(36px);
    height: 50%;
    opacity: .8;
    position: absolute;
    width: 50%;
    background-image: linear-gradient(165deg, var(--farallon-main-color), var(--farallon-griedent-end));
    left: 0
}

body.dark:not(.is-cleanMode) .nav-links .page-numbers.current:after,
body.dark:not(.is-cleanMode) .nav-links .post-page-numbers.current:after {
    background-image: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {

    body.auto:not(.is-cleanMode) .nav-links .page-numbers.current:after,
    body.auto:not(.is-cleanMode) .nav-links .post-page-numbers.current:after {
        background-image: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.nav-links .page-numbers.dots,
.nav-links .post-page-numbers.dots {
    color: var(--farallon-text-gray)
}

.nav-links__comment .page-numbers,
.nav-links__comment .post-page-numbers {
    font-size: 14px;
    padding: 10px;
    line-height: 1;
    --farallon-navigation-font-size: 16px
}

.nav-links__comment .page-numbers.current,
.nav-links__comment .post-page-numbers.current {
    font-size: var(--farallon-navigation-font-size)
}

.nav-links__comment .page-numbers.current:after,
.nav-links__comment .post-page-numbers.current:after {
    border: 6px solid transparent;
    background-clip: padding-box;
    content: "";
    filter: blur(10px);
    height: 50%;
    opacity: .8;
    position: absolute;
    width: 50%;
    background-image: linear-gradient(165deg, #007cf0, #00dfd8);
    left: 0
}

.fFooter {
    font-size: var(--farallon-text-size-small);
    padding: 20px 80px;
    border-top: 1px dotted var(--farallon-border-color);
    color: var(--farallon-text-light)
}

@media screen and (max-width:768px) {
    .fFooter {
        padding: 20px 3.5%
    }
}

.fFooter--content {
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .fFooter--content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 3.5%;
        padding-left: 3.5%
    }
}

.fFooter--info {
    display: none;
    text-align: center;
    color: var(--farallon-text-light)
}

.fFooter--info a {
    text-decoration: underline
}

.fFooter--info a:hover {
    color: var(--farallon-hover-color)
}

.fFooter--info.active {
    display: block
}

.fFooter--copyright {
    margin-left: auto;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .fFooter--copyright {
        margin-left: 0
    }
}

.fFooter--copyright svg {
    fill: var(--farallon-text-light);
    margin-left: 8px;
    cursor: pointer
}

.fFooter--copyright svg:hover {
    fill: var(--farallon-hover-color)
}

.fFooter--icons {
    display: flex;
    align-items: center;
    --farallon-icon-size: 20px;
    --farallon-icon-size: 18px
}

.fFooter--icons a {
    margin: 0 10px 0 0
}

.fFooter--icons a:last-child {
    margin-right: 0
}

.fFooter--icons svg {
    fill: var(--farallon-text-color);
    width: var(--farallon-icon-size);
    height: var(--farallon-icon-size)
}

.fFooter--icons svg:hover {
    fill: var(--farallon-hover-color)
}

.fFooter--icons svg.sns {
    fill: none;
    stroke: var(--farallon-text-color)
}

.fFooter--icons svg.sns:hover {
    stroke: var(--farallon-hover-color);
    fill: none
}

.fThemeSwitcher {
    position: fixed;
    right: 10px;
    top: 40%;
    display: flex;
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    box-shadow: 0 0 0 1px var(--farallon-border-color);
    background-color: var(--farallon-background-white);
    border-radius: 999rem;
    width: -moz-max-content;
    width: max-content;
    padding: 3px
}

@media(max-width:768px) {
    .fThemeSwitcher {
        top: auto;
        bottom: 100px
    }
}

.fThemeSwitcher span {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--farallon-text-gray-lightest);
    margin-bottom: 5px
}

.fThemeSwitcher span.is-active,
.fThemeSwitcher span:hover {
    color: var(--farallon-text-color)
}

.fThemeSwitcher span.is-active {
    background-color: var(--farallon-background-gray-light)
}

.fThemeSwitcher span:last-child {
    margin-bottom: 0
}

.fBackTop {
    background-color: var(--border-color);
    z-index: 10;
    transition: all .3s ease;
    position: fixed;
    bottom: 25px;
    right: -25px;
    cursor: pointer;
}

.fBackTop .svgIcon {
    width: 17px;
    height: 17px;
    fill: var(--farallon-hover-color);
    animation: a 1s ease-in infinite alternate;
}

.fBackTop:hover .svgIcon {
    fill: var(--farallon-main-color);
    animation-play-state: paused;
}

.fBackTop.is-active {
    right: 25px;
}

.fWidget--item {
    padding-top: 0;
}

.fWidget--title {
    font-size: 16px;
    font-weight: 700;
}

.fWidgetCategory--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    padding-top: 15px
}

@media(max-width:768px) {
    .fWidgetCategory--list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:414px) {
    .fWidgetCategory--list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.fWidgetCategory--item {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100px
}

.fWidgetCategory--image {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.fWidgetCategory--meta {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.fWidgetCategory--meta:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1));
    border-radius: 5px
}

.fWidgetCategory--meta:hover:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5))
}

.fWidgetCategory--title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative
}

.fWidgetAuthor--name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width:768px) {
    .fWidgetAuthor--name {
        font-size: 20px
    }
}

.fWidgetAuthor--description {
    color: var(--farallon-text-gray);
    font-size: 18px
}

@media screen and (max-width:768px) {
    .fWidgetAuthor--description {
        font-size: 14px
    }
}

.footer--bar {
    padding: 0 40px;
    padding-top: 30px
}

@media(max-width:414px) {
    .footer--bar {
        padding: 0
    }
}

.top--bar {
    padding: 0 40px;
    padding-bottom: 30px
}

@media(max-width:414px) {
    .top--bar {
        padding: 0
    }
}

.fTerm--header {
    padding: 10px 60px;
    display: flex;
    align-items: center
}

.fTerm--header,
.fTerm--header+.site--main {
    padding-top: 30px
}

@media screen and (max-width:820px) {
    .fTerm--header {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        font-size: 14px
    }
}

.fTerm--cover {
    height: 72px;
    width: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
    flex: 0 0 auto
}

@media screen and (max-width:820px) {
    .fTerm--cover {
        height: 50px;
        width: 50px;
        margin-right: 10px
    }
}

.fTerm--content {
    flex: 1 1 auto
}

.fTerm--title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0
}

@media screen and (max-width:820px) {
    .fTerm--title {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.fTerm--description {
    font-size: 14px;
    color: var(--farallon-text-gray);
    line-height: 1.5
}

.tagCard {
    display: grid;
    grid-template-columns: repeat(var(--farallon-tag-grid, 5), 1fr);
    grid-gap: 15px;
    padding-top: 20px
}

.tagCard--item {
    transition: .5s;
    padding: 8px 15px;
    border: 1px solid var(--farallon-border-color);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: var(--farallon-text-gray)
}

.tagCard--item:hover {
    color: var(--farallon-hover-color)
}

.tagCard--item:hover .collectionCard--title {
    color: var(--farallon-hover-color);
    text-decoration: underline
}

.tagCard--item:after {
    position: absolute;
    content: attr(data-count);
    opacity: .15;
    bottom: -8px;
    right: -2px;
    color: var(--farallon-text-gray-lightest);
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 1
}

@media screen and (max-width:920px) {
    .tagCard {
        --farallon-tag-grid: 4
    }
}

@media screen and (max-width:480px) {
    .tagCard {
        --farallon-tag-grid: 2
    }
}

.collectionCard {
    display: grid;
    grid-template-columns: repeat(var(--farallon-collection-grid, 3), 1fr);
    grid-gap: 12px;
    padding-top: 20px;
    overflow: hidden;
    position: relative
}

.collectionCard--item {
    transition: .5s;
    padding: 8px;
    border: 1px solid var(--farallon-border-color);
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.collectionCard--item:hover .collectionCard--title {
    color: var(--farallon-hover-color);
    text-decoration: underline
}

.collectionCard--item:after {
    position: absolute;
    content: attr(data-count);
    opacity: .15;
    bottom: -8px;
    right: -5px;
    color: var(--farallon-text-gray-lightest);
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 1
}

.collectionCard--image {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.collectionCard--meta {
    padding: 5px
}

.collectionCard--title {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px
}

.collectionCard--description {
    line-height: 1.2;
    height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.collectionCard--count,
.collectionCard--description {
    font-size: 12px;
    color: var(--farallon-text-gray)
}

@media(max-width:920px) {
    .collectionCard {
        --farallon-collection-grid: 2
    }
}

@media(max-width:480px) {
    .collectionCard {
        --farallon-collection-grid: 1
    }
}

.link-items {
    display: grid;
    grid-template-columns: repeat(var(--farallon-link-grid, 3), 1fr);
    grid-gap: 20px;
    list-style: none;
    padding-top: 15px
}

@media screen and (max-width:768px) {
    .link-items {
        --farallon-link-grid: 2
    }
}

.link-item {
    border-radius: 10px;
    padding: 15px
}

.link-item .sitename {
    font-size: var(--farallon-text-size-smallest);
    color: var(--farallon-text-gray);
    display: flex;
    flex-direction: column;
    line-height: 1.5
}

.link-item .sitename strong {
    font-size: var(--farallon-text-size-noral);
    color: var(--farallon-text-color);
    margin-bottom: 10px
}

.link-item:hover {
    background-color: rgba(234, 243, 255, .5);
    background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
    transform: none;
    transform-origin: 50% 50% 0
}

.dark .link-item:hover {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .link-item:hover {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.link-title {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 30px
}

.link-description {
    font-size: 14px;
    color: var(--farallon-text-gray);
    text-align: center
}

.fError--area {
    padding: 0 80px 80px
}

.fError--text {
    font-size: 120px;
    text-align: center;
    color: var(--farallon-text-gray)
}

.fError--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

@media screen and (max-width:768px) {
    .fError--list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:480px) {
    .fError--list {
        grid-template-columns: 1fr
    }
}

.fError--item {
    border: 1px solid var(--farallon-border-color);
    padding: 15px;
    border-radius: 10px
}

.fError--item:hover {
    background-color: rgba(234, 243, 255, .5);
    background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
    transform: none;
    transform-origin: 50% 50% 0
}

.dark .fError--item:hover {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .fError--item:hover {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.fError--cover {
    border-radius: 9px
}

.fError--content {
    margin-top: 5px
}

.fError--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px
}

.fError--meta {
    font-size: var(--farallon-text-size-small);
    color: var(--farallon-text-gray-lightest);
    flex-wrap: wrap;
    margin-top: 2px
}

.fError--meta,
.fError--meta time {
    display: flex;
    align-items: center
}

.fError--meta svg {
    margin-right: 4px;
    fill: var(--farallon-text-gray-lightest);
    margin-left: 10px
}

.fError--meta svg:first-child {
    margin-left: 0
}

.fError--meta a:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .fError--meta {
        font-size: 12px
    }
}

.fSearch--header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 120px 20px
}

@media screen and (max-width:768px) {
    .fSearch--header {
        padding-left: 20px;
        padding-right: 20px
    }
}

.fSearch--header .search-form {
    border: 1px solid var(--farallon-border-color);
    border-radius: 999rem;
    padding: 5px
}

.fSearch--header .search-form .search-field {
    border: 0;
    background-color: transparent;
    padding: 0 15px;
    font-size: 14px;
    width: 250px
}

.fSearch--header .search-form .search-submit {
    border-radius: 999rem;
    border: 0;
    background: var(--farallon-background-gray);
    font-size: 14px;
    color: var(--farallon-text-gray);
    padding: 8px 22px;
    cursor: pointer
}

.fArticle {
    margin-left: auto;
    margin-right: auto;
	padding: 20px 40px;
    max-width: var(--farallon-article-width, 1000px);
	background-color: var(--farallon-background-whitefff);
	border-radius: 8px;
}

.fArticle--wide {
    --farallon-article-width: 800px
}

.fArticle--full {
    --farallon-article-width: 100%
}

.fArticle--header {
    text-align: center;
    padding-bottom: 15px
}

.fArticle--header .fArticle--headline {
    margin-bottom: 0
}

.fArticle--headline {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px 0;
}

@media screen and (max-width:768px) {
    .fArticle--headline {
        font-size: 24px;
        margin-bottom: 10px
    }
}

.fArticle--meta {
    font-size: 14px;
    color: var(--farallon-text-gray);
    display: flex
}

.fArticle--toc {
    background-color: var(--farallon-background-gray-light);
    padding: 12px 15px;
    border-radius: 10px;
    font-size: var(--farallon-text-size-small);
    margin-bottom: 15px;
    color: var(--farallon-text-light);
    line-height: 1.4 !important
}

.fArticle--toc summary {
    cursor: pointer
}

.fArticle--toc ul,
.fArticle--toc ul li {
    margin-bottom: 0 !important
}

.fArticle--toc ul li {
    margin-left: 20px !important
}

.fArticle--toc ul li:before {
    padding-right: 6px !important
}

.fArticle--toc a {
    box-shadow: none !important
}

.fArticle--toc a:hover {
    color: var(--farallon-hover-color)
}

.fArticle--content {
    font-size: 16px
}

.fArticle--tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 5px
}

.fArticle--tags a {
    margin-right: 10px;
    margin-bottom: 10px;
    background: var(--farallon-background-lightcyan);
    font-size: 12px;
    padding: 3px 15px;
    border-radius: 8px;
    color: var(--farallon-hover-color);
}

.fArticle--tags a:hover {
	color: var(--farallon-background-lightcyan);
    background-color: var(--farallon-hover-color);
	transition: all 1s ease-in-out;
}

.fCategory--title {
    margin-right: 10px;
    margin-bottom: 10px;
    background: var(--farallon-background-lightcyan);
    font-size: 12px;
    padding: 3px 15px;
    border-radius: 8px;
    color: var(--farallon-hover-color);
	width: fit-content;
}

.fCategory--title:hover {
	color: var(--farallon-background-lightcyan);
    background-color: var(--farallon-hover-color);
}


.fArticle--share {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 15px;
    font-size: 14px;
    color: var(--farallon-text-gray);
    line-height: 1.2
}

.fArticle--share svg {
    height: 16px;
    width: 16px;
    fill: var(--farallon-text-gray);
    margin-right: 4px;
    flex: 0 0 auto
}

.fArticle--share .text {
    flex: 0 0 auto
}

.fArticle--share .link {
    margin-left: 5px;
    border-bottom: 1px dotted;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fArticle--share .link:hover {
    color: var(--farallon-hover-color);
    border-bottom-color: var(--farallon-hover-color)
}

.fArticle--actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

@media screen and (max-width:768px) {
    .fArticle--actions {
        padding: 10px 0
    }
}

.fArticle--actions .button--like svg {
    fill: var(--farallon-text-gray)
}

.fArticle--actions .button--like.is-active svg,
.fArticle--actions .button--like:hover svg {
    fill: var(--farallon-hover-color)
}

.fArticle--actions+.fArticle--share {
    padding-top: 0
}

.fArticle--footer {
    font-size: 14px;
    color: var(--farallon-text-gray);
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center
}

.fArticle--footer .icon {
    width: 16px;
    height: 16px;
    fill: var(--farallon-text-gray);
    margin-right: 5px
}

.fArticle--footer .text {
    margin-right: 5px
}

.fGraph {
    color: var(--farallon-text-color);
    word-break: break-all;
    font-size: var(--farallon-text-size-normal)
}

.fGraph table {
    border: 1px solid var(--farallon-border-color);
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--farallon-text-size-smallest);
    color: var(--farallon-text-light)
}

.fGraph table thead tr {
    background-color: #f5f5f5
}

.fGraph table tr {
    background-color: #fff
}

.fGraph table tr:hover>td {
    background-color: #f5f5f5;
    background-clip: padding-box
}

.fGraph table td,
.fGraph table th {
    border-bottom: 1px solid var(--farallon-border-color);
    border-right: 1px solid var(--farallon-border-color);
    transition: background-color .25s ease;
    height: 40px;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 0 10px
}

.fGraph code {
    white-space: pre-wrap;
    padding: 5px 10px;
    color: var(--farallon-text-color)
}

.fGraph code,
.fGraph pre {
    word-break: break-all;
    background-color: var(--farallon-background-gray);
    border-radius: 5px;
    font-size: var(--farallon-text-size-small)
}

.fGraph pre {
    white-space: break-spaces;
    padding: 10px
}

.fGraph p {
    margin-bottom: 20px;
    -webkit-hyphens: auto;
    hyphens: auto
}

.fGraph p:last-child {
    margin-bottom: 0
}

.fGraph blockquote {
    color: var(--farallon-text-light);
    border-color: var(--farallon-border-color-light);
    margin-left: -3.5%;
    margin-right: -3.5%;
    margin-bottom: 35px;
    background-color: #fafafa;
    background: linear-gradient(90deg, rgba(255, 233, 244, .3), rgba(234, 243, 255, .5));
    padding: 30px;
    border-radius: 10px
}

@media screen and (max-width:768px) {
    .fGraph blockquote {
        padding: 15px
    }
}

.fGraph blockquote p:last-child {
    margin-bottom: 0
}

.dark .fGraph blockquote {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .fGraph blockquote {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.fGraph a {
    text-decoration: none;
    box-shadow: inset 0 -3px 0 var(--farallon-main-color);
    transition: .2s
}

.fGraph a[href*=gif],
.fGraph a[href*=gif]:hover,
.fGraph a[href*=jpeg],
.fGraph a[href*=JPEG],
.fGraph a[href*=jpeg]:hover,
.fGraph a[href*=JPEG]:hover,
.fGraph a[href*=jpg],
.fGraph a[href*=JPG],
.fGraph a[href*=jpg]:hover,
.fGraph a[href*=JPG]:hover,
.fGraph a[href*=png],
.fGraph a[href*=PNG],
.fGraph a[href*=png]:hover,
.fGraph a[href*=PNG]:hover {
    box-shadow: none
}

.fGraph a:hover {
    box-shadow: inset 0 -5px 0 var(--farallon-hover-color)
}

.fGraph h2,
.fGraph h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
    color: var(--farallon-text-gray);
    line-height: 1.3;
    position: relative
}

.fGraph h2+h4,
.fGraph h3+h4 {
    margin-top: 15px
}

.fGraph h2 :before,
.fGraph h3 :before {
    content: "";
    position: absolute;
    top: .5em;
    bottom: -2px;
    left: -10px;
    width: 3.4em;
    z-index: -1;
    background: var(--farallon-hover-color);
    opacity: .3;
    transform: skew(-35deg);
    transition: opacity .2s ease;
    border-radius: 3px 8px 10px 6px
}

.fGraph h2:target,
.fGraph h3:target {
    color: var(--farallon-hover-color)
}

.fGraph h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--farallon-gray-lightest);
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 1.3
}

.fGraph hr {
    border: 0;
    text-align: center;
    font-size: 32px;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px
}

.fGraph hr:before {
    content: "...";
    letter-spacing: .6em;
    text-indent: .6em
}

.fGraph b,
.fGraph strong {
    font-weight: 700
}

.fGraph ol,
.fGraph ul {
    margin-bottom: 25px;
    padding-left: 15px
}

.fGraph ol li,
.fGraph ul li {
    margin-left: 25px;
    margin-bottom: 5px
}

.fGraph ol li:before,
.fGraph ul li:before {
    content: "•";
    box-sizing: border-box;
    font-size: 18px;
    margin-left: -35px;
    padding-right: 10px;
    display: inline-block;
    text-align: right;
    width: 32px;
    color: var(--farallon-hover-color)
}

.fGraph ol {
    counter-reset: a
}

.fGraph ol>li:before {
    content: counter(a);
    counter-increment: a;
    font-size: var(--farallon-text-size-smallest);
    font-weight: 700;
    align-items: center;
    background-color: rgba(195, 218, 254, .43);
    border: 0 solid #999;
    border-radius: 9999px;
    box-sizing: border-box;
    color: var(--farallon-hover-color);
    display: inline-flex;
    height: 19px;
    justify-content: center;
    margin-left: -24px !important;
    margin-right: 10px;
    margin-top: 4px;
    transform: translateY(-1px);
    width: 30px;
    padding: 0
}

@media(max-width:820px) {
    .fGraph blockquote {
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        background-position: left 10px top 0;
        margin-bottom: 15px
    }

    .fGraph h2,
    .fGraph h3 {
        font-size: 20px
    }

    .fGraph ul {
        padding-left: 0
    }

    .fGraph ul li {
        line-height: 1.6
    }

    .fGraph p {
        margin-bottom: 15px
    }
}

.fComment--heroTitle {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.fComment--heroTitle svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: relative;
    transform: translate3d(0, 1px, 0);
    fill: var(--farallon-text-color)
}

.fComment--list {
    border-top: 1px solid var(--farallon-border-color-light);
    list-style: none
}

.fComment--list .comment-respond {
    margin-top: 20px;
    padding: 20px;
    background-color: var(--farallon-background-gray-light);
    border-radius: 5px
}

@media screen and (max-width:768px) {
    .fComment--list .comment-respond {
        padding: 10px
    }
}

.fComment--placeholder {
    text-align: center;
    padding: 50px 0;
    color: var(--farallon-text-light);
    font-size: 14px
}

.fComment--item {
    --farallon-comment-avatar-size: 42px
}

@media screen and (max-width:768px) {
    .fComment--item {
        --farallon-comment-avatar-size: 32px
    }
}

.fComment--body {
    padding: 25px 0;
    border-bottom: 1px solid var(--farallon-border-color-light)
}

@media screen and (max-width:768px) {
    .fComment--body {
        padding: 15px 0
    }
}

.fComment--body__fresh {
    --farallon-comment-fresh-start-color: #fff;
    --farallon-comment-fresh-end-color: #fffee0;
    animation: b 1.5s ease-in-out infinite alternate;
    border-radius: 5px
}

@media screen and (prefers-color-scheme:dark) {
    .auto .fComment--body__fresh {
        --farallon-comment-fresh-start-color: #1a1a1a;
        --farallon-comment-fresh-end-color: #383524
    }
}

.dark .fComment--body__fresh {
    --farallon-comment-fresh-start-color: #1a1a1a;
    --farallon-comment-fresh-end-color: #383524
}

.fComment--body .avatar {
    transition: box-shadow .5s
}

.fComment--body:hover .avatar {
    box-shadow: 0 0 3px 0 var(--farallon-hover-color)
}

.fComment--header {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .fComment--header {
        font-size: 12px;
        margin-bottom: 5px
    }
}

.fComment--header .comment-reply-link {
    margin-left: auto;
    font-size: 12px
}

.fComment--header .comment-reply-link svg {
    fill: var(--farallon-text-gray);
    width: 15px;
    height: 15px
}

.fComment--header .comment-reply-link:hover svg {
    fill: var(--farallon-hover-color)
}

.fComment--avatar {
    margin-right: 10px;
    display: flex;
    flex: 0 0 auto
}

.fComment--avatar .avatar {
    border-radius: 100%;
    width: var(--farallon-comment-avatar-size);
    height: var(--farallon-comment-avatar-size)
}

.fComment--meta {
    display: flex;
    align-items: center;
    flex: 1 1 auto
}

.fComment--meta .dot:before {
    content: "·";
    margin: 0 6px
}

.fComment--meta a {
    color: var(--farallon-main-color)
}

.fComment--meta a:hover {
    color: var(--farallon-hover-color);
    text-decoration: underline
}

.fComment--meta .url {
    display: flex;
    align-items: center
}

.fComment--meta .friend--icon {
    margin-left: 5px;
    width: 16px;
    height: 16px
}

.fComment--tag {
    margin-left: 5px;
    font-size: 12px;
    color: var(--farallon-background-white);
    background-color: var(--farallon-main-color);
    line-height: 1.1;
    padding: 2px 5px;
    border-radius: 3px
}

.fComment--time {
    color: var(--farallon-text-light);
    font-size: 12px
}

.fComment--content {
    color: var(--farallon-text-light);
    font-size: 14px;
    padding: 0 10px
}

.fComment--content a {
    text-decoration: underline
}

.fComment--content a:hover {
    color: var(--farallon-hover-color)
}

.fComment--parent {
    margin-right: 5px;
    color: var(--farallon-main-color);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center
}

.fComment--parent:hover {
    color: var(--farallon-hover-color);
    text-decoration: underline
}

.fComment--parent .friend--icon {
    margin-left: 5px;
    width: 16px;
    height: 16px
}

.children {
    margin-left: 0
}

.depth-1>.children {
    margin-left: 50px;
    padding-top: 5px
}

@media screen and (max-width:768px) {
    .depth-1>.children {
        margin-left: 20px
    }
}

.children .avatar {
    width: 32px;
    height: 32px
}

.children .fComment--body {
    padding: 15px 0
}

@media screen and (max-width:768px) {
    .children .fComment--body {
        padding: 10px 0
    }
}

.children .fComment--content {
    font-size: 14px
}

.comment-form label {
    display: block;
    margin-bottom: .5rem;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.4
}

.comment-form label .required {
    color: red
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    resize: none;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid var(--farallon-border-color);
    padding: 8px 15px;
    font-size: 14px;
    color: var(--farallon-text-light)
}

.dark .comment-form input,
.dark .comment-form textarea {
    background-color: rgba(63, 63, 70, .15);
    border-color: #3f3f46
}

@media(prefers-color-scheme:dark) {

    .comment-form input,
    .comment-form textarea {
        background-color: rgba(63, 63, 70, .15);
        border-color: #3f3f46
    }
}

.comment-form textarea {
    padding: 15px
}

.comment-form .submit {
    background-color: #000;
    color: #fff;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 30px;
    border-radius: 999rem;
    width: auto
}

.comment-form .submit:hover {
    background-color: var(--farallon-text-light)
}

.dark .comment-form .submit {
    background-color: #3f3f46
}

.dark .comment-form .submit:hover {
    background-color: #52525b
}

@media(prefers-color-scheme:dark) {
    .comment-form .submit {
        background-color: #3f3f46
    }

    .comment-form .submit:hover {
        background-color: #52525b
    }
}

.comment-form p {
    margin-bottom: 15px
}

.comment-form p:last-of-type {
    margin-bottom: 0
}

.comment-form .comment-notes,
.comment-form .logged-in-as {
    font-size: 12px;
    color: var(--farallon-text-gray);
    line-height: 1.5
}

.comment-reply-title {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center
}

.comment-reply-title small {
    margin-left: auto;
    font-weight: 400;
    font-size: 14px
}

.comment-respond {
    padding-top: 30px
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    display: none
}

.comment-form-cookies-consent label {
    font-size: 14px;
    color: var(--farallon-text-gray);
    display: flex;
    align-items: center;
    position: relative
}

.comment-form-cookies-consent label:before {
    background-color: var(--farallon-background-white);
    border: 1px solid var(--farallon-border-color);
    border-radius: 100%;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    width: 16px;
    content: "";
    flex: 0 0 auto
}

.comment-form-cookies-consent input:checked+label:after {
    background-color: var(--farallon-main-color);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 1px;
    height: 12px;
    margin: 2px;
    width: 12px;
    flex: 0 0 auto
}

.pingback {
    padding: 25px 0;
    border-bottom: 1px solid var(--farallon-border-color-light)
}

.pingback:last-child {
    border-bottom: 0
}

.pingback .pingback-content {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--farallon-text-light)
}

.pingback .pingback-content svg {
    fill: currentColor;
    margin-right: 6px
}

.pingback .pingback-content a:hover {
    color: var(--farallon-hover-color);
    text-decoration: underline
}

#cancel-comment-reply-link {
    font-size: var(--farallon-text-size-smallest);
    color: var(--farallon-text-light)
}

#cancel-comment-reply-link:hover {
    color: var(--farallon-text-color)
}

.fAuthor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid var(--farallon-border-color-light);
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .fAuthor {
        padding: 20px 0;
        margin-top: 10px
    }
}

.fAuthor .avatar {
    border-radius: 100%
}

@media(max-width:768px) {
    .fAuthor .avatar {
        width: 48px;
        height: 48px
    }
}

.fAuthor--name {
    font-weight: 700;
    margin-top: 10px;
    font-size: 18px
}

@media(max-width:768px) {
    .fAuthor--name {
        font-size: 16px;
        margin-top: 5px
    }
}

.fAuthor--description {
    font-size: 14px;
    color: var(--farallon-text-gray)
}

@media(max-width:768px) {
    .fAuthor--description {
        font-size: 12px
    }
}

.fAuthor--icons {
    margin-top: 12px;
    display: flex;
    align-items: center;
    --farallon-icon-size: 20px
}

.fAuthor--icons a {
    margin: 0 10px 0 0
}

.fAuthor--icons a:last-child {
    margin-right: 0
}

.fAuthor--icons svg {
    fill: var(--farallon-text-color);
    width: var(--farallon-icon-size);
    height: var(--farallon-icon-size)
}

.fAuthor--icons svg:hover {
    fill: var(--farallon-hover-color)
}

.fAuthor--icons svg.sns {
    fill: none;
    stroke: var(--farallon-text-color)
}

.fAuthor--icons svg.sns:hover {
    stroke: var(--farallon-hover-color);
    fill: none
}

.fCard--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding-bottom: 20px
}

@media(max-width:414px) {
    .fCard--list {
        grid-template-columns: 1fr
    }
}

.fCard--item {
    border: 1px solid var(--farallon-border-color);
	background: var(--farallon-background-whitefff);
    padding: 40px;
	margin: 5px;
    border-radius: 18px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:768px) {
    .fCard--item {
        padding: 15px
    }
}

.fCard--item:hover {
    background-color: rgba(234, 243, 255, .5);
    background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
    transform: none;
    transform-origin: 50% 50% 0
}

.dark .fCard--item:hover {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .fCard--item:hover {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.fCard--cover {
    border-radius: 10px;
    margin-bottom: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 60/36
}

.fCard--coverLink {
    display: flex;
    align-items: center;
    position: relative
}

.fCard--title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px
}

.fCard--title:hover {
    color: var(--farallon-hover-color)
}

.fCard--title+.fCard--meta {
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .fCard--title {
        font-size: 18px;
        margin-bottom: 0
    }
}

.fCard--content {
    position: relative
}

.fCard--content .date {
    height: 36px;
    width: 36px;
    background-color: var(--farallon-background-white);
    border-radius: 100%;
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: var(--farallon-text-gray);
    right: 15px;
    top: -30px;
    box-shadow: 0 0 0 5px var(--farallon-border-color-light)
}

.fCard--snippet {
    font-size: 15px;
    color: var(--farallon-text-light);
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (max-width:768px) {
    .fCard--snippet {
        font-size: 13px
    }
}

.fCard--meta {
    font-size: var(--farallon-text-size-small);
    color: var(--farallon-text-gray-lightest);
    flex-wrap: wrap;
    margin-top: 2px
}

.fCard--meta,
.fCard--meta time {
    display: flex;
    align-items: center
}

.fCard--meta svg {
    margin-right: 4px;
    fill: var(--farallon-text-gray-lightest);
    margin-left: 10px
}

.fCard--meta svg:first-child {
    margin-left: 0
}

.fCard--meta a:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .fCard--meta {
        font-size: 12px
    }
}

.fRelated--heroTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.fRelated--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
}

@media(max-width:414px) {
    .fRelated--list {
        grid-template-columns: 1fr
    }
}

.fRelated--item {
    padding: 10px;
    border: 1px solid var(--farallon-border-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column
}

.fRelated--item:hover {
    background-color: rgba(234, 243, 255, .5);
    background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
    transform: none;
    transform-origin: 50% 50% 0
}

.dark .fRelated--item:hover {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .fRelated--item:hover {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.fRelated--status {
    font-size: 14px;
    background-color: var(--farallon-background-gray-light);
    border-radius: 5px;
    padding: 10px;
    border: 1px solid var(--farallon-border-color-light)
}

.fRelated--status:hover {
    background-color: rgba(234, 243, 255, .5);
    background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
    transform: none;
    transform-origin: 50% 50% 0
}

.dark .fRelated--status:hover {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .fRelated--status:hover {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.fRelated--snippet {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    color: var(--farallon-text-gray);
    margin-bottom: 5px
}

.fRelated--cover {
    display: flex;
    padding-bottom: 6px
}

.fRelated--cover .cover {
    border-radius: 8px;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fRelated--title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px
}

.fRelated--title:hover {
    color: var(--farallon-hover-color)
}

.fRelated--meta {
    font-size: var(--farallon-text-size-smallest);
    color: var(--farallon-text-gray);
    line-height: 1;
    display: flex;
    align-items: center
}

.fArchive--main {
    padding: 20px 80px 30px
}

@media screen and (max-width:820px) {
    .fArchive--main {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:768px) {
    .fArchive--main {
        padding-left: 3.5%;
        padding-right: 3.5%
    }
}

.fArchive--heroTitle {
    font-size: 24px;
    font-weight: 700
}

.fArchive--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 20px 0
}

@media screen and (max-width:820px) {
    .fArchive--list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:414px) {
    .fArchive--list {
        grid-template-columns: 1fr
    }
}

.fArchive--item {
    border: 1px solid var(--farallon-border-color-light);
    padding: 15px;
    border-radius: 8px;
	background-color: var(--farallon-background-whitefff);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.fArchive--item:hover {
    background-color: rgba(234, 243, 255, .5);
    background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
    transform: none;
    transform-origin: 50% 50% 0
}

.dark .fArchive--item:hover {
    background: linear-gradient(180deg, #1e1e1e, #121212)
}

@media(prefers-color-scheme:dark) {
    .auto .fArchive--item:hover {
        background: linear-gradient(180deg, #1e1e1e, #121212)
    }
}

.fArchive--item:hover .fArchive--title {
    color: var(--farallon-hover-color)
}

.fArchive--title {
    line-height: 1.4;
    font-size: 14px
}

.fArchive--meta {
    font-size: 12px;
    color: var(--farallon-text-gray)
}

.db--container,
.doulist-item {
    --db--text-color: var(--farallon-text-color);
    --db--text-color-light: var(--farallon-text-light);
    --db--background-gray: var(--farallon-background-gray);
    --db-border-color: var(--farallon-border-color)
}

.doulist-item {
    background: linear-gradient(90deg, rgba(255, 233, 244, .3), rgba(234, 243, 255, .5));
    border-color: var(--farallon-border-color);
    color: var(--farallon-text-gray)
}

.doulist-item .doulist-subject .doulist-title a {
    box-shadow: none !important
}

.doulist-item .doulist-subject .doulist-title a:hover {
    color: var(--farallon-hover-color)
}

.dark .doulist-item {
    background: rgba(63, 63, 70, .15)
}

@media(prefers-color-scheme:dark) {
    .doulist-item {
        background: rgba(63, 63, 70, .15)
    }
}

.template--map {
    padding: 50px 0;
    min-height: 60vh
}

.footer-map {
    border: 0;
    margin-top: 40px
}

.markerPro--post {
    padding-top: 30px;
    padding-bottom: 30px
}

.marker--tips {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    top: 10px;
    left: 10px;
    font-size: 12px;
    border-radius: 999rem;
    padding: 1px 8px
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.alignleft {
    float: left;
    margin-right: 20px
}

.alignright {
    float: right;
    margin-left: 20px
}

.alignfull {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.gallery {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 25px
}

.gallery .gallery-item {
    margin: 0
}

.gallery .gallery-item .gallery-caption {
    text-align: center;
    font-size: 12px;
    color: var(--farallon-text-light)
}

.gallery-columns-2,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-7,
.gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3,
.gallery-columns-6,
.gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr)
}

.colonel--figure,
.grap--figure,
.wp-caption {
    margin: 0 -50px 25px;
    position: relative;
    max-width: calc(100% + 100px);
    line-height: 1
}

.colonel--figure img,
.grap--figure img,
.wp-caption img {
    border-radius: 4px
}

@media(max-width:820px) {

    .colonel--figure,
    .grap--figure,
    .wp-caption {
        margin: 0 0 20px;
        margin-left: -3.5%;
        margin-right: -3.5%;
        max-width: 107%
    }

    .colonel--figure img,
    .grap--figure img,
    .wp-caption img {
        border-radius: 0
    }
}

.colonel--figure .imageCaption,
.colonel--figure .wp-caption-text,
.grap--figure .imageCaption,
.grap--figure .wp-caption-text,
.wp-caption .imageCaption,
.wp-caption .wp-caption-text {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    background-color: hsla(0, 0%, 7%, .8);
    border-radius: 5px;
    padding: 8px 10px
}

.widget_links {
    font-size: var(--farallon-text-size-small);
    color: var(--farallon-text-light)
}

.widget_links .blogroll {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap
}

.widget_links .blogroll li {
    margin-right: 15px;
    margin-bottom: 15px
}

.widget_links .blogroll li a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle
}

.widget_links .blogroll li a:hover {
    color: var(--farallon-hover-color);
    text-decoration: underline
}