:root {
--green-50:  #E1F5EE;
--green-100: #9FE1CB;
--green-400: #1D9E75;
--green-600: #0F6E56;
--gray-50:  #F5F5F3;
--gray-100: #EEECEA;
--gray-200: #E0DED8;
--gray-300: #C0BEB6;
--gray-500: #888780;
--text-primary:   #1a1a18;
--text-secondary: #666662; --text-muted:     #6E6E68;
--border: #E0DED8;
--radius-sm: 6px;
--radius-md: 10px;
--radius-lg: 16px;
} *, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
} .ct-header-text,
[data-id="text"],
.zoo-btn {
display: none !important;
}  .home-news-style .stk-block-posts__item article {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
gap: 15px !important;
overflow: hidden !important;
padding: 12px 0 !important;
line-height: 1 !important;
} .home-news-style .stk-block-posts__meta {
flex-shrink: 0 !important;
font-size: 1.1rem !important;
color: #fff !important;
background-color: #fa0 !important;
padding: 0 16px !important;
border-radius: 50px !important;
font-weight: 700 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
line-height: 1 !important;
margin: 0 !important;
}
.home-news-style .stk-block-posts__meta time {
margin: 0 !important;
padding: 8px 0 !important;
line-height: 1 !important;
display: inline-block !important;
} .home-news-style .stk-block-posts__title {
display: inline !important;
margin: 0 !important;
font-size: 1.25rem !important;
font-weight: 700 !important;
flex: 1 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.home-news-style .stk-block-posts__title a {
text-decoration: none !important;
color: inherit !important;
} .home-news-style .stk-block-posts__excerpt {
display: none !important;
} @media (max-width: 767px) {
.home-news-style .stk-block-posts__item article {
flex-wrap: wrap !important;
}
.home-news-style .stk-block-posts__title {
white-space: normal !important;
margin-top: 10px !important;
line-height: 1.4 !important;
overflow: hidden !important;
}
} .wp-block-columns .wp-block-column .wp-block-image img,
.entry-card .ct-media-container img {
aspect-ratio: 16 / 10 !important;
object-fit: cover !important;
width: 100% !important;
display: block !important;
} body.category .hero-section,
body.archive .hero-section {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
body.category .hero-section .entry-header,
body.archive .hero-section .entry-header,
body.category header.entry-header.ct-container-narrow,
body.archive header.entry-header.ct-container-narrow {
display: block !important;
background-color: #f7fbf8 !important;
border: 1px solid rgba(31, 107, 82, 0.14) !important;
border-radius: 20px !important;
padding: 24px 18px !important;
margin: 16px auto 28px auto !important;
box-shadow: 0 4px 16px rgba(31, 107, 82, 0.04) !important;
text-align: left !important;
max-width: var(--theme-wide-container-max-width, 1550px) !important;
width: calc(100% - (var(--theme-container-padding, 20px) * 2)) !important;
box-sizing: border-box !important;
}
@media (min-width: 768px) {
body.category .hero-section .entry-header,
body.archive .hero-section .entry-header,
body.category header.entry-header.ct-container-narrow,
body.archive header.entry-header.ct-container-narrow {
padding: 32px 24px !important;
margin: 20px auto 36px auto !important;
width: calc(100% - (var(--theme-container-padding, 30px) * 2)) !important;
}
}
body.category .page-title,
body.archive .page-title {
color: #1f6b52 !important;
font-weight: 800 !important;
font-size: clamp(20px, 1.25rem + ((1vw - 3.2px) * 0.938), 32px) !important;
line-height: 1.3 !important;
margin-bottom: 16px !important;
text-align: left !important;
} body.category .entry-card .entry-title,
body.category .entry-card .entry-title a,
body.archive .entry-card .entry-title,
body.archive .entry-card .entry-title a,
.entries .entry-card .entry-title,
.entries .entry-card .entry-title a,
.entry-card .entry-title,
.entry-card .entry-title a {
color: #1a202c !important;
font-weight: 700 !important;
text-decoration: none !important;
transition: color 0.2s ease;
}
body.category .entry-card .entry-title a:hover,
body.archive .entry-card .entry-title a:hover,
.entries .entry-card .entry-title a:hover,
.entry-card .entry-title a:hover {
color: #1f6b52 !important;
} #floatingAnchor {
position: fixed;
right: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
width: auto;
}
#floatingAnchor .floating-anchor__card {
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(180, 165, 140, 0.3);
border-radius: 16px;
padding: 8px 0;
box-shadow:
0 2px 8px rgba(0,0,0,0.06),
0 8px 24px rgba(0,0,0,0.08),
inset 0 1px 0 rgba(255,255,255,0.8);
}
#floatingAnchor .anchor-item {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
cursor: pointer;
text-decoration: none;
color: #888680;
transition: color 0.25s ease;
padding: 0 6px;
}
#floatingAnchor .anchor-item::before {
content: '';
position: absolute;
inset: 4px 6px;
border-radius: 10px;
background: transparent;
transition: background 0.25s ease;
}
#floatingAnchor .anchor-item:hover::before {
background: rgba(180, 150, 90, 0.08);
}
#floatingAnchor .anchor-item.is-active::before {
background: #66ab441f;
}
#floatingAnchor .anchor-item.is-active {
color: #3a6b22;
}
#floatingAnchor .anchor-item:hover {
color: #3a6b22;
}
#floatingAnchor .anchor-item__icon {
position: relative;
z-index: 1;
width: 25px;
height: 25px;
margin-bottom: 4px;
transition: transform 0.2s ease;
}
#floatingAnchor .anchor-item:hover .anchor-item__icon {
transform: translateY(-1px);
}
#floatingAnchor .anchor-item__icon svg {
width: 100%;
height: 100%;
stroke: #3a6b22;
fill: none;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
}
#floatingAnchor .anchor-item__label {
position: relative;
z-index: 1;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.3;
text-align: center;
white-space: nowrap;
}
#floatingAnchor .anchor-item__bar {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%) scaleY(0);
width: 4px;
height: 58px;
background: linear-gradient(180deg, #73bb51, #3a6b23);
border-radius: 0 3px 3px 0;
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#floatingAnchor .anchor-item.is-active .anchor-item__bar {
transform: translateY(-50%) scaleY(1);
}
#floatingAnchor .anchor-divider {
width: 30px;
height: 1px;
background: rgba(180, 165, 140, 0.25);
margin: 0 auto;
}
#floatingAnchor .anchor-item--ticket,
#floatingAnchor .divider--ticket {
display: none;
}
#floatingAnchor .anchor-item__tooltip {
position: absolute;
right: calc(100% + 12px);
top: 50%;
transform: translateY(-50%) translateX(6px);
background: #2c2a24;
color: #f7f4ef;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.04em;
padding: 6px 12px;
border-radius: 8px;
white-space: nowrap;
pointer-events: none;
opacity: 0;
transition: opacity 0.18s ease, transform 0.18s ease;
}
#floatingAnchor .anchor-item__tooltip::after {
content: '';
position: absolute;
left: 100%;
top: 50%;
transform: translateY(-50%);
border: 5px solid transparent;
border-left-color: #2c2a24;
}
#floatingAnchor .anchor-item:hover .anchor-item__tooltip {
opacity: 1;
transform: translateY(-50%) translateX(0);
}
@media (max-width: 550px) {
#floatingAnchor {
right: 0;
left: 0;
top: auto;
bottom: 0;
transform: none;
width: 100%;
flex-direction: row;
align-items: stretch;
margin-bottom: 0;
}
#floatingAnchor .floating-anchor__card {
display: flex;
flex-direction: row;
align-items: stretch;
width: 100%;
border-radius: 0;
border-left: none;
border-right: none;
border-bottom: none;
border-top: 1px solid rgba(180, 165, 140, 0.3);
padding:0;
box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
#floatingAnchor .anchor-item[data-section="section-news"],
#floatingAnchor .anchor-item[data-section="section-news"] + .anchor-divider {
display: none;
}
#floatingAnchor .anchor-item--ticket,
#floatingAnchor .divider--ticket {
display: flex;
}
#floatingAnchor .anchor-item {
flex: 1;
width: auto;
height: 56px;
padding: 0 2px;
}
#floatingAnchor .anchor-item__icon {
width: 22px;
height: 22px;
margin-bottom: 3px;
}
#floatingAnchor .anchor-item__label {
font-size: 10px;
}
#floatingAnchor .anchor-item__bar {
left: 50%;
top: 0;
transform: translateX(-50%) scaleX(0);
width: 32px;
height: 3px;
background: linear-gradient(90deg, #73bb51, #3a6b23);
border-radius: 0 0 3px 3px;
}
#floatingAnchor .anchor-item.is-active .anchor-item__bar {
transform: translateX(-50%) scaleX(1);
}
#floatingAnchor .anchor-divider {
width: 1px;
height: 32px;
margin: auto 0;
background: rgba(180, 165, 140, 0.25);
}
#floatingAnchor .anchor-item__tooltip {
display: none;
}
}
.home [id^="section-"],
.page-id-636 [id^="animal-"] {
scroll-margin-top: 110px;
}