.zhchatbot-wrap { position: relative; font-family: system-ui, Arial, sans-serif; --zhchatbot-primary:#1f8f3a; --zhchatbot-bg:#ffffff; --zhchatbot-potyi:#1f8f3a; --zhchatbot-panel-height:70vh; --zhchatbot-bubble-size:56px; --zhchatbot-icon-size:28px; }
#zhchatbot-floating-root .zhchatbot-wrap { position: fixed; right: 20px; bottom: 20px; z-index: 99999; } #zhchatbot-floating-root .zhchatbot-ann-badge{ position:absolute; right:0; bottom:calc(var(--zhchatbot-bubble-size,56px) + 10px); background:var(--zhchatbot-potyi, var(--zhchatbot-primary, #1f8f3a)); color:#fff; font-size:12px; line-height:1; padding:8px 10px; border-radius:999px; cursor:pointer; box-shadow:0 8px 20px rgba(0,0,0,0.18); user-select:none; }
#zhchatbot-floating-root .zhchatbot-ann-badge:focus{ outline:2px solid rgba(0,0,0,0.35); outline-offset:2px; }
.zhchatbot-ann-home{ margin:0 0 10px 0; }
.zhchatbot-ann-card{ position:relative; border:1px solid rgba(0,0,0,0.08); border-radius:12px; padding:12px; background: #fff; }
.zhchatbot-ann-card-close{
position:absolute;
top:8px;
right:8px;
width:26px;
height:26px;
border:0;
border-radius:50%;
background:rgba(0,0,0,0.06);
cursor:pointer;
font-size:16px;
line-height:26px;
text-align:center;
opacity:0.75;
}
.zhchatbot-ann-card-close{ transition: background 160ms ease, transform 160ms ease, opacity 160ms ease, color 160ms ease; }
.zhchatbot-ann-card-close:hover{ opacity:1; background:var(--zhchatbot-primary,#1f8f3a); color:#fff; transform:scale(1.06); }
.zhchatbot-ann-card-close:focus{ outline:2px solid rgba(0,0,0,0.25); outline-offset:2px; }
.zhchatbot-ann-image{ width:100%; max-height:160px; object-fit:cover; border-radius:12px; display:block; margin:0 0 10px 0; }
.zhchatbot-ann-title{ font-weight:800; margin:0 0 6px 0; }
.zhchatbot-ann-body{ font-size:13px; line-height:1.45; opacity:0.95; }
.zhchatbot-ann-body a{ text-decoration:underline; }
.zhchatbot-ann-actions{ display:flex; gap:8px; margin-top:10px; align-items:center; flex-wrap:wrap; }
.zhchatbot-ann-btn{ border:0; border-radius:10px; padding:10px 12px; font-weight:700; cursor:pointer; background:rgba(0,0,0,0.06); }
.zhchatbot-ann-yes{ background:var(--zhchatbot-primary,#1f8f3a); color:#fff; }
.zhchatbot-ann-no{ background:rgba(0,0,0,0.08); }
.zhchatbot-ann-close{ background:rgba(0,0,0,0.08); }
.zhchatbot-ann-link{ display:inline-block; padding:10px 0; font-weight:700; text-decoration:underline; }
.zhchatbot-ann-popup{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.35); z-index:5; }
.zhchatbot-ann-popup-card{
width:min(420px, calc(100% - 24px));
background:#fff;
border-radius:14px; padding:52px 14px 14px 14px;
position:relative;
box-shadow:0 18px 40px rgba(0,0,0,0.25); max-height:min(70vh, calc(100vh - 140px));
overflow:auto;
}
.zhchatbot-ann-popup-close{
position:absolute;
top:10px;
right:10px;
border:0;
background:rgba(0,0,0,0.08);
width:34px;
height:34px;
border-radius:10px;
font-size:18px;
line-height:34px;
text-align:center;
cursor:pointer;
}
.zhchatbot-ann-popup-close{ transition: background 160ms ease, transform 160ms ease, color 160ms ease; }
.zhchatbot-ann-popup-close:hover{ background:var(--zhchatbot-primary,#1f8f3a); color:#fff; transform:scale(1.05); }
.zhchatbot-bubble{
width: var(--zhchatbot-bubble-size, 56px); height: var(--zhchatbot-bubble-size, 56px); border-radius: 999px;
border: 0; cursor: pointer; padding: 0;
box-shadow: 0 6px 18px rgba(0,0,0,.2);
display:flex; align-items:center; justify-content:center;
background: var(--zhchatbot-potyi, var(--zhchatbot-primary)); color: #fff; font-size: 22px;
padding:0; line-height:1;
}
.zhchatbot-bubble.has-icon{
font-size: 0; } .zhchatbot-bubbleicon{
width: var(--zhchatbot-icon-size, 28px);
height: var(--zhchatbot-icon-size, 28px);
display: block;
object-fit: contain;
transition: transform 180ms ease, opacity 180ms ease;
}
.zhchatbot-bubbleicon.zhchatbot-icon-anim-out{
opacity: 0;
transform: scale(0.85);
}
.zhchatbot-bubbleicon.zhchatbot-icon-anim-in{
opacity: 1;
transform: scale(1);
}
.zhchatbot-panel{
position: absolute;
right: 0;
bottom: calc(var(--zhchatbot-bubble-size, 56px) + 14px);
width: 340px;
max-width: calc(100vw - 40px);
background: var(--zhchatbot-bg, #fff);
border-radius: 14px;
box-shadow: 0 10px 30px rgba(0,0,0,.25);
overflow: hidden;
display:none;
max-height: var(--zhchatbot-panel-height, 70vh);
display:none;
flex-direction: column;
}
#zhchatbot-floating-root .zhchatbot-panel { position: fixed; right: 20px; bottom: calc(20px + var(--zhchatbot-bubble-size, 56px) + 14px); }
.zhchatbot-panel.open{ display:flex; }
.zhchatbot-head{
display:flex; align-items:center; justify-content:space-between;
padding: 10px 12px;
background: var(--zhchatbot-primary);
color:#fff;
}
.zhchatbot-title{ font-weight: 600; }
.zhchatbot-sidebtn{ background: transparent; border:0; color:#fff; font-size:18px; cursor:pointer; margin-left:auto; margin-right:6px; }
.zhchatbot-close{ background: transparent; border:0; color:#fff; font-size:18px; cursor:pointer; } .zhchatbot-body{ display:flex; width:100%; min-height:0; }
.zhchatbot-main{ flex: 1 1 auto; display:flex; flex-direction:column; min-width:0; } .zhchatbot-tabs{ flex: 1 1 auto; display:flex; flex-direction:column; min-height:0; }
.zhchatbot-tab{ flex: 1 1 auto; display:none; flex-direction:column; min-height:0; }
.zhchatbot-tabscroll{ flex: 1 1 auto; overflow-y:auto; padding: 12px; background: #f7f7f7; min-height:0; }
.zhchatbot-bottomnav{
flex: 0 0 auto;
display:flex;
justify-content:space-around;
gap: 6px;
border-top: 1px solid #e9e9e9;
background: #fff;
padding: 8px 6px 10px;
}
.zhchatbot-navbtn{
flex: 1 1 0;
background: transparent;
border: 0;
padding: 6px 6px 4px;
cursor:pointer;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap: 3px;
border-radius: 12px;
color: #666;
}
.zhchatbot-navbtn.active{ color: var(--zhchatbot-primary); }
.zhchatbot-navicon{ display:flex; align-items:center; justify-content:center; width:22px; height:22px; line-height:1; }
.zhchatbot-navemoji{ font-size: 18px; line-height: 1; }
.zhchatbot-navimg{ width:20px; height:20px; object-fit:contain; display:block; }
.zhchatbot-navlabel{ font-size: 12px; line-height: 1.1; } .zhchatbot-home-search, .zhchatbot-help-search{
display:flex;
align-items:center;
gap: 8px;
background:#fff;
border: 1px solid #e6e6e6;
border-radius: 12px;
padding: 8px 10px;
margin-bottom: 12px;
}
.zhchatbot-home-search input, .zhchatbot-help-search input{
flex: 1 1 auto;
border: 0;
outline: none;
font-size: 14px;
background: transparent;
}
.zhchatbot-home-searchbtn, .zhchatbot-help-searchbtn{
background: transparent;
border: 0;
cursor:pointer;
font-size: 18px;
color: var(--zhchatbot-primary);
} .zhchatbot-search-results{ margin: 0 0 12px; }
.zhchatbot-results-loading{
font-size: 13px;
opacity: .7;
padding: 6px 2px;
}
.zhchatbot-results-empty{
font-size: 13px;
opacity: .8;
padding: 6px 2px;
}
.zhchatbot-results-item{
display:block;
background:#fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 12px 12px;
margin-bottom: 10px;
text-decoration:none;
color: inherit;
}
.zhchatbot-results-title{ font-weight: 700; margin-bottom: 4px; }
.zhchatbot-results-excerpt{ font-size: 13px; opacity: .85; }
.zhchatbot-results-more{
width: 100%;
border: 1px solid #e6e6e6;
background: #fff;
border-radius: 12px;
padding: 10px 12px;
font-size: 13px;
cursor: pointer;
}
.zhchatbot-row, .zhchatbot-helpitem{
display:flex;
align-items:center;
justify-content:space-between;
gap: 10px;
padding: 12px 12px;
background:#fff;
border: 1px solid #eee;
border-radius: 14px;
margin-bottom: 10px;
text-decoration:none;
color: inherit;
}
.zhchatbot-rowarrow{ font-size: 18px; opacity: .6; }
.zhchatbot-featured{
display:block;
background:#fff;
border: 1px solid #eee;
border-radius: 16px;
overflow:hidden;
text-decoration:none;
color: inherit;
}
.zhchatbot-featured-media img{ width:100%; height:auto; display:block; }
.zhchatbot-featured-body{ padding: 12px 12px 14px; }
.zhchatbot-featured-title{ font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.zhchatbot-featured-text{ color:#555; font-size: 14px; line-height: 1.35; } .zhchatbot-home-featured{ margin-top: 10px; }
.zhchatbot-home-featured-headline{
font-weight: 700;
font-size: 15px;
margin: 6px 2px 10px;
color: #222;
}
.zhchatbot-home-featured-card{
display: block;
border: 1px solid rgba(0,0,0,0.08);
border-radius: 12px;
overflow: hidden;
background: #fff;
}
.zhchatbot-home-featured-media img{
width: 100%;
height: auto;
display: block;
}
.zhchatbot-home-featured-body{
padding: 12px 12px 14px;
}
.zhchatbot-home-featured-link{
display: inline-block;
font-weight: 700;
font-size: 16px;
color: #0b57d0;
text-decoration: none;
margin-bottom: 6px;
}
.zhchatbot-home-featured-link:hover{
text-decoration: underline;
}
.zhchatbot-home-featured-desc{
color: #555;
font-size: 14px;
line-height: 1.35;
}
.zhchatbot-helpitem{ border-radius: 0; border-left: 0; border-right: 0; border-top:0; margin-bottom:0; }
.zhchatbot-help-menu{ background:#fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.zhchatbot-helpitem-main{ flex: 1 1 auto; }
.zhchatbot-helpitem-title{ font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.zhchatbot-helpitem-text{ color:#555; font-size: 13px; margin-bottom: 6px; }
.zhchatbot-helpitem-meta{ color:#777; font-size: 12px; }
.zhchatbot-helpitem-arrow{ font-size: 18px; opacity: .6; }
.zhchatbot-sidebar{ width: 0;
flex: 0 0 auto;
max-width: 72vw;
background: #fff;
border-right: 0;
overflow: hidden;
min-height:0;
transform: translateX(-100%);
transition: width .18s ease, transform .18s ease;
}
.zhchatbot-panel.zhchatbot-sidebar-open .zhchatbot-sidebar{
width: var(--zhchatbot-sidebar-width, 260px);
border-right: 1px solid #eee;
overflow-y: auto;
transform: translateX(0);
}
.zhchatbot-sidebar-inner{ padding: 10px 10px 12px; font-size: var(--zhchatbot-sidebar-font-size, 13px); } .zhchatbot-sidebar-mobilebar{ display:none; align-items:center; justify-content:space-between; gap: 8px; padding: 10px 10px 12px; margin: -10px -10px 10px; border-bottom: 1px solid #eee; background:#fff; position: sticky; top: 0; z-index: 4; }
.zhchatbot-sidebar-mobiletitle{ font-weight: 700; font-size: 13px; }
.zhchatbot-sidebar-closebtn{ border: 1px solid rgba(0,0,0,.15); background: rgba(0,0,0,.03); border-radius: 10px; padding: 6px 10px; cursor:pointer; color:#111 !important; line-height: 1; }
.zhchatbot-sidebar-sticky{
position: sticky;
top: 0;
z-index: 3;
background: #fff;
padding: 10px 10px 12px;
margin: -10px -10px 10px;
border-bottom: 1px solid #eee;
}
.zhchatbot-sidebar-section{ margin-bottom: 12px; }
.zhchatbot-sidebar-title{ font-weight: 700; font-size: 12px; text-transform: uppercase; opacity: .75; margin: 4px 0 8px; }
.zhchatbot-newchat{
width:100%;
border: none;
background: var(--zhchatbot-newchat-color, #2a8f3a);
color: #fff;
border-radius: 10px;
padding: 9px 10px;
cursor:pointer;
font-weight: 600;
box-shadow: none;
}
.zhchatbot-newchat:hover{
background: var(--zhchatbot-newchat-hover-color, var(--zhchatbot-newchat-color, #2a8f3a));
}
.zhchatbot-newchat:focus{
outline: 2px solid rgba(0,0,0,.18);
outline-offset: 2px;
}
.zhchatbot-newchat:active{
background: var(--zhchatbot-newchat-color, #2a8f3a);
transform: none;
} .zhchatbot-sidebar-newchat{
opacity: 0;
max-height: 0;
overflow: hidden;
pointer-events: none;
transition: opacity .15s ease, max-height .15s ease;
}
.zhchatbot-sidebar:hover .zhchatbot-sidebar-newchat,
.zhchatbot-sidebar:focus-within .zhchatbot-sidebar-newchat{
opacity: 1;
max-height: 70px;
pointer-events: auto;
}
.zhchatbot-sidebar-links,
.zhchatbot-sidebar-recitems,
.zhchatbot-sidebar-sitemapitems{ display:flex; flex-direction:column; gap: 6px; }
.zhchatbot-sidebar-link,
.zhchatbot-sidebar-recitem,
.zhchatbot-sidebar-sitemapitem{
display:block;
padding: 7px 8px;
border-radius: 10px;
text-decoration: none;
color: var(--zhchatbot-sidebar-btn-text, #111);
border: 1px solid var(--zhchatbot-sidebar-btn-border, rgba(0,0,0,.08));
background: var(--zhchatbot-sidebar-btn-bg, rgba(0,0,0,.02));
}
.zhchatbot-sidebar-link:hover,
.zhchatbot-sidebar-recitem:hover,
.zhchatbot-sidebar-sitemapitem:hover{
opacity: .85;
background: var(--zhchatbot-sidebar-btn-hover-bg, var(--zhchatbot-sidebar-btn-bg, rgba(0,0,0,.02)));
}
.zhchatbot-sidebar-empty{
font-size: 12px;
opacity: .7;
padding: 6px 2px;
} .zhchatbot-sidebar-customhtml{ line-height: 1.45; }
.zhchatbot-sidebar-customhtml p{ margin: 0 0 8px; }
.zhchatbot-sidebar-customhtml p:last-child{ margin-bottom: 0; }
.zhchatbot-sidebar-customhtml a{ text-decoration: underline; color: var(--zhchatbot-sidebar-linkurl-color, inherit); } @media (max-width: 520px){
.zhchatbot-sidebar{
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: 2;
box-shadow: 8px 0 20px rgba(0,0,0,.18);
}
.zhchatbot-panel{ overflow: hidden; } .zhchatbot-sidebar-backdrop{ position:absolute; inset:0; z-index: 1; background: rgba(0,0,0,.25); }
.zhchatbot-panel.zhchatbot-sidebar-open .zhchatbot-sidebar-backdrop{ display:block !important; }
.zhchatbot-panel.zhchatbot-sidebar-open .zhchatbot-sidebar-mobilebar{ display:flex; }
}
.zhchatbot-intro{
padding: 10px 12px;
border-bottom: 1px solid #eee;
font-size: 13px;
color:#222; overflow: hidden;
transition: max-height .25s ease, padding .25s ease, border-color .25s ease, opacity .25s ease;
} .zhchatbot-intro-media{
text-align: center;
padding: 6px 0 2px;
}
.zhchatbot-intro-media img{
max-width: 100%;
height: auto; max-height: 190px;
} .zhchatbot-intro-text{
max-height: 110px;
overflow-y: auto;
padding-top: 6px;
}
@media (max-width: 640px){
.zhchatbot-intro-text{ max-height: 80px; }
}
.zhchatbot-intro-head{
display:flex;
justify-content:flex-end;
align-items:center;
margin-bottom: 6px;
}
.zhchatbot-intro-close{
border: 1px solid #dcdcdc;
background: #fff; color: #111 !important;
border-radius: 8px;
width: 30px;
height: 30px;
line-height: 28px;
padding: 0;
cursor: pointer;
font-size: 18px;
}
.zhchatbot-intro-close:hover{
background: #f5f5f5;
}
.zhchatbot-intro-body > :first-child{ margin-top: 0; }
.zhchatbot-intro-body > :last-child{ margin-bottom: 0; } .zhchatbot-intro.zhchatbot-intro-collapsed{
max-height: 0;
overflow: hidden;
padding-top: 0;
padding-bottom: 0;
border-color: transparent;
opacity: 0;
}
.zhchatbot-messages{
flex: 1 1 auto;
overflow-y: auto;
padding: 10px 12px;
background: #fafafa; min-height: 0;
}
.zhchatbot-msg{ margin: 8px 0; display:flex; }
.zhchatbot-user{ justify-content:flex-end; }
.zhchatbot-bot{ justify-content:flex-start; }
.zhchatbot-msg-inner{
max-width: 85%;
padding: 9px 10px;
border-radius: 12px;
font-size: 14px;
line-height: 1.35;
white-space: pre-wrap;
}
.zhchatbot-user .zhchatbot-msg-inner{ background:var(--zhchatbot-primary); color:#fff; border-bottom-right-radius: 4px; }
.zhchatbot-bot  .zhchatbot-msg-inner{ background:#fff; color:#111; border:1px solid #e6e6e6; border-bottom-left-radius: 4px; } .zhchatbot-typing .zhchatbot-msg-inner{
display: inline-flex;
align-items: center;
gap: 8px;
}
.zhchatbot-typing-text{ opacity: .85; font-size: 13px; }
.zhchatbot-typing-dots{ display:inline-flex; gap: 4px; align-items:center; }
.zhchatbot-typing-dots i{
width: 6px;
height: 6px;
border-radius: 50%;
background: currentColor;
opacity: .35;
animation: zhchatbotDot 1s infinite ease-in-out;
}
.zhchatbot-typing-dots i:nth-child(2){ animation-delay: .15s; }
.zhchatbot-typing-dots i:nth-child(3){ animation-delay: .3s; }
@keyframes zhchatbotDot{
0%, 80%, 100% { transform: translateY(0); opacity: .25; }
40% { transform: translateY(-3px); opacity: .75; }
} .zhchatbot-bot .zhchatbot-msg-inner a.zhchatbot-link{
color: inherit;
text-decoration: underline;
word-break: break-word;
}
.zhchatbot-bot .zhchatbot-msg-inner a.zhchatbot-link:hover{ opacity: .85; } .zhchatbot-bot .zhchatbot-msg-inner a.zhchatbot-titlelink{
color: inherit;
text-decoration: underline;
} .zhchatbot-titlelinks{
margin-top: 10px;
padding: 10px;
border: 1px solid rgba(0,0,0,.08);
border-radius: 12px;
background: rgba(0,0,0,.02);
}
.zhchatbot-titlelinks-head{ font-weight: 700; margin-bottom: 8px; }
.zhchatbot-titlelinks-list{ display:flex; flex-direction:column; gap: 6px; }
.zhchatbot-titlelinks-list a{ color: inherit; text-decoration: underline; font-size: 13px; word-break: break-word; } .zhchatbot-cards{ margin-top: 10px; display:flex; flex-direction:column; gap: 8px; }
.zhchatbot-card{
display:flex;
border: 1px solid #eaeaea;
border-radius: 12px;
overflow:hidden;
background:#fff;
}
.zhchatbot-card-img{
width: 92px;
min-width: 92px;
background-size: cover;
background-position: center;
}
.zhchatbot-card-body{ padding: 10px; display:flex; flex-direction:column; gap: 6px; }
.zhchatbot-card-title{ font-weight: 600; font-size: 13px; line-height: 1.25; }
.zhchatbot-card-excerpt{ font-size: 12px; color:#333; line-height: 1.3; }
.zhchatbot-card-btn{
align-self:flex-start;
text-decoration:none;
background: var(--zhchatbot-primary);
color:#fff;
padding: 6px 10px;
border-radius: 10px;
font-size: 12px;
}
.zhchatbot-card-btn:hover{ opacity: .9; }
.zhchatbot-input{
display:flex; gap:8px;
padding: 10px 12px;
border-top: 1px solid #eee;
background: var(--zhchatbot-bg, #fff);
}
.zhchatbot-input input{
flex:1; padding: 10px; border-radius: 10px;
border: 1px solid #ddd; outline:none;
height: 40px;
box-sizing: border-box; min-width: 0;
}
.zhchatbot-input button{
width: 44px; border-radius: 10px; border:0;
height: 40px;
cursor:pointer;
display:flex; align-items:center; justify-content:center;
padding:0;
line-height: 1;
}
.zhchatbot-send{
background:var(--zhchatbot-primary);
color:#fff;
}
.zhchatbot-searchtoggle{
background:#f3f3f3;
color:#222;
border: 1px solid #ddd;
}
.zhchatbot-searchtoggle.active{
background:var(--zhchatbot-primary);
color:#fff;
border-color: var(--zhchatbot-primary);
}
.zhchatbot-footnote{
padding: 8px 12px;
font-size: 12px;
color:#666;
border-top: 1px solid #f1f1f1;
background: var(--zhchatbot-bg, #fff);
}
.zhchatbot-topbar{
padding: 8px 12px;
border-bottom: 1px solid #eee;
background: var(--zhchatbot-bg, #fff);
display: block !important;
}
.zhchatbot-topbtn{
width: 100%;
background: var(--zhchatbot-primary) !important;
color: #fff !important;
border: 0 !important;
border-radius: 10px;
padding: 10px 12px;
font-size: 14px;
cursor: pointer;
display: flex !important;
align-items: center;
justify-content: space-between;
opacity: 1 !important;
visibility: visible !important;
}
.zhchatbot-topbtn-label{
flex: 1;
text-align: center;
padding-left: 16px; }
.zhchatbot-topbtn-arrow{
flex: 0 0 auto;
font-size: 16px;
line-height: 1;
margin-left: 8px;
opacity: .95;
}
.zhchatbot-topbtn-label{
display: inline-block;
flex: 1 1 auto;
text-align: center;
}
.zhchatbot-topbtn-arrow{
display: inline-block;
flex: 0 0 auto;
margin-left: 10px;
font-size: 16px;
line-height: 1;
opacity: .95;
}
.zhchatbot-topbar.is-open .zhchatbot-topbtn{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.zhchatbot-toplist{
padding: 8px 12px;
border-bottom: 1px solid #eee;
background: var(--zhchatbot-bg, #fff);
display:none;
flex-direction: column;
gap: 6px; max-height: none;
overflow: visible;
}
.zhchatbot-switch{
display:flex;
gap:6px;
margin-bottom: 8px;
}
.zhchatbot-switch-btn{
flex:1;
padding: 6px 10px; border-radius: 10px;
border: 1px solid rgba(0,0,0,.15);
background:#f5f5f5; color:#111 !important;
cursor:pointer;
font-size: 13px;
}
.zhchatbot-switch-btn.active{
background: var(--zhchatbot-primary); color:#fff !important;
border-color: transparent;
}
.zhchatbot-view{
display:flex;
flex-direction: column;
gap: 6px;
}
.zhchatbot-empty{
font-size: 13px;
color:#666;
padding: 6px 2px;
}
.zhchatbot-rec-link{
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
border: 1px solid #eee;
background:#fafafa;
border-radius: 10px;
padding: 8px 10px;
font-size: 13px;
color:#111;
}
.zhchatbot-rec-link:hover{ background: #f2f2f2; }
.zhchatbot-rec-icon{
width:24px;
height:24px;
object-fit: cover;
border-radius: 6px;
flex:0 0 auto;
} .zhchatbot-toprow{
appearance: none;
-webkit-appearance: none;
width: 100%;
display: flex !important;
align-items: center;
gap: 10px;
text-align: left;
cursor: pointer;
padding: 8px 10px;
border: 1px solid #eee;
border-radius: 10px;
background: #fff !important;
color: #111 !important;
font-size: 13px;
line-height: 1.3;
}
.zhchatbot-toprow:hover{ background:#f6f6f6 !important; }
.zhchatbot-toprow-icon{
width: 28px !important;
height: 28px !important;
min-width: 28px !important;
max-width: 28px !important;
border-radius: 50% !important;
object-fit: cover;
flex: 0 0 auto;
display: block;
}
.zhchatbot-toprow-text{
flex: 1 1 auto;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .zhchatbot-toprow.no-icon{
padding-left: 12px;
} .zhchatbot-topcard{
appearance: none;
-webkit-appearance: none;
text-align: left;
border: 1px solid #eee;
background: #fafafa !important; color:#111 !important;
border-radius: 10px;
padding: 8px 10px;
cursor: pointer;
font-size: 13px;
display:flex !important;
align-items:center;
gap:10px;
opacity:1 !important;
visibility:visible !important;
width:100%;
}
.zhchatbot-topcard:hover{ background: #f2f2f2; }
.zhchatbot-topcard-icon{
width:32px !important;
height:32px !important;
min-width:32px !important;
max-width:32px !important;
object-fit: cover;
border-radius: 8px;
flex:0 0 auto;
display:block;
}
.zhchatbot-topcard-body{
display:flex;
flex-direction:column;
gap:3px;
flex: 1 1 auto;
min-width: 0;
}
.zhchatbot-topcard-title{
font-weight: 600;
font-size: 13px;
line-height: 1.3;
white-space: normal;
}
.zhchatbot-topcard-sub{
font-size: 12px;
color: #666;
line-height: 1.25;
white-space: normal;
} .zhchatbot-toplink{
text-decoration: none;
}
@media (max-height: 700px){
.zhchatbot-panel{
max-height: calc(var(--zhchatbot-panel-height, 70vh) - 10vh);
} .zhchatbot-toplist{ max-height: none; }
} .zhchatbot-mini{
position: fixed;
right: 18px;
bottom: calc(20px + var(--zhchatbot-bubble-size, 56px) + 20px);
display: none;
flex-direction: column;
gap: 8px;
background: var(--zhchatbot-bg, #fff);
border: 1px solid rgba(0,0,0,.12);
border-radius: 12px;
padding: 10px;
box-shadow: 0 12px 30px rgba(0,0,0,.18);
z-index: 999999;
opacity: 1;
}
.zhchatbot-mini .zhchatbot-mini-actions{
display: flex;
flex-direction: column;
gap: 8px;
}
.zhchatbot-mini .zhchatbot-mini-btn{
appearance: none;
border: 0;
cursor: pointer;
padding: 10px 12px;
border-radius: 10px;
background: var(--zhchatbot-primary, #1f8f3a);
color: #fff;
font: inherit;
line-height: 1;
white-space: nowrap;
}
.zhchatbot-mini .zhchatbot-mini-btn:hover{
filter: brightness(.92);
}
.zhchatbot-mini .zhchatbot-mini-social{
margin-top: 2px;
padding-top: 8px;
border-top: 1px solid rgba(0,0,0,.10);
display: flex;
gap: 10px;
justify-content: center;
}
.zhchatbot-mini .zhchatbot-mini-ico{
width: 36px;
height: 36px;
border-radius: 12px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(0,0,0,.06);
}
.zhchatbot-mini .zhchatbot-mini-ico svg{
width: 20px;
height: 20px;
fill: var(--zhchatbot-primary, #1f8f3a);
}
.zhchatbot-mini .zhchatbot-mini-ico:hover{
background: rgba(0,0,0,.10);
} .zhchatbot-firstopen{padding:12px 12px 0 12px;}
.zhchatbot-firstopen-question{
margin: 0 0 10px 0;
font-size: 13px;
line-height: 1.3;
opacity: .9;
}
.zhchatbot-quickreplies{display:flex;flex-wrap:wrap;gap:10px;}
.zhchatbot-quickreply{
appearance:none;
border:2px solid var(--zhchatbot-primary, #1f8f3a);
background: transparent;
color: var(--zhchatbot-primary, #1f8f3a);
border-radius: 999px;
padding: 8px 12px;
font-size: 13px;
line-height: 1;
cursor:pointer;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.zhchatbot-quickreply:hover{background: rgba(0,0,0,.04);} .zhchatbot-firstopen-qa .zhchatbot-msg-text{display:none;}
.zhchatbot-firstopen-answers{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.zhchatbot-firstopen-answer{appearance:none;border:2px solid var(--zhchatbot-primary, #1f8f3a);background: transparent;color: var(--zhchatbot-primary, #1f8f3a);border-radius: 999px;padding: 8px 12px;font-size: 13px;line-height: 1;cursor:pointer;max-width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zhchatbot-firstopen-answer:hover{background: rgba(0,0,0,.04);} .zhchatbot-firstopen-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;}
.zhchatbot-firstopen-row .zhchatbot-firstopen-question{flex:0 1 60%;}
.zhchatbot-firstopen-row .zhchatbot-firstopen-qa{flex:0 1 40%;margin-left:auto;} .zhchatbot-firstopen-answers{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.zhchatbot-firstopen-answer{
appearance:none;
border:1px solid #e6e6e6 !important;
background:#fff !important;
color:#111 !important;
border-radius:12px !important;
padding:10px 12px !important;
font-size:14px;
line-height:1.2;
cursor:pointer;
max-width:100%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.zhchatbot-firstopen-answer:hover{background:#f7f7f7 !important;} .zhchatbot-firstopen-answerbubble{outline:none;}
.zhchatbot-firstopen-answerbubble .zhchatbot-msg-text{cursor:pointer;user-select:none;}
.zhchatbot-firstopen-answerbubble:hover .zhchatbot-msg-text{background: rgba(0,0,0,.04);}
.zhchatbot-firstopen-answerbubble:focus .zhchatbot-msg-text{box-shadow: 0 0 0 2px rgba(0,0,0,.08);} .zhchatbot-firstopen-answers{
display:flex;
flex-direction:column;
flex-wrap:nowrap;
align-items:flex-end;
gap:10px;
}
.zhchatbot-firstopen-answer{
white-space: normal;
text-align: right;
max-width: 85%;
} .zhchatbot-firstopen-qa .zhchatbot-msg-inner{
background: transparent !important;
padding: 0 !important;
border: 0 !important;
} .zhchatbot-firstopen-row .zhchatbot-firstopen-answers{
flex-direction: row !important;
flex-wrap: wrap !important;
align-items: center !important;
justify-content: flex-end !important;
}
.zhchatbot-firstopen-row .zhchatbot-firstopen-qa{
position: relative;
z-index: 3;
pointer-events: auto;
}
.zhchatbot-firstopen-row .zhchatbot-firstopen-answer{
position: relative;
z-index: 4;
pointer-events: auto;
} .zhchatbot-webview{
position:absolute;
left:0;right:0;
top:0;bottom:0;
background: #fff;
z-index: 50;
display:none; pointer-events: auto;
} .zhchatbot-webview,
.zhchatbot-webview *{
pointer-events: auto !important;
}
.zhchatbot-webviewbar{
height: 44px;
display:flex;
align-items:center;
justify-content:space-between;
padding: 0 8px;
border-bottom: 1px solid rgba(0,0,0,.08);
background: #fff;
}
.zhchatbot-webviewbtn{
border:0;
background: transparent;
cursor:pointer;
font-size: 18px;
padding: 8px;
}
.zhchatbot-webviewtitle{
flex:1;
text-align:center;
font-size: var(--zhchatbot-newsletter-title-size, 13px);
font-weight: var(--zhchatbot-newsletter-title-weight, 600);
font-style: var(--zhchatbot-newsletter-title-style, normal);
color: var(--zhchatbot-newsletter-title-color, #111);
text-transform: var(--zhchatbot-newsletter-title-transform, none);
font-family: var(--zhchatbot-newsletter-title-font, inherit);
padding: 0 6px;
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis;
}
@media (max-width: 480px) {
.zhchatbot-webviewtitle{
font-size: var(--zhchatbot-newsletter-title-size-mobile, var(--zhchatbot-newsletter-title-size, 13px));
}
}
.zhchatbot-webviewframe{
width:100%;
height: calc(100% - 44px);
border:0; pointer-events: auto !important;
background: #fff;
} .zhchatbot-wrap.zhchatbot-webview-open .zhchatbot-input,
.zhchatbot-wrap.zhchatbot-webview-open .zhchatbot-footnote{
display:none !important;
} .zhchatbot-firstopen-qa .zhchatbot-msg-text{display:none;}
.zhchatbot-firstopen-answers{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.zhchatbot-firstopen-answer{
appearance:none;
border:2px solid var(--zhchatbot-primary, #1f8f3a);
background: transparent;
color: var(--zhchatbot-primary, #1f8f3a);
border-radius: 999px;
padding: 8px 12px;
font-size: 13px;
line-height: 1;
cursor:pointer;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.zhchatbot-firstopen-answer:hover{background: rgba(0,0,0,.04);} .zhchatbot-firstopen-qa .zhchatbot-msg-text{display:none;}
.zhchatbot-firstopen-answers{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.zhchatbot-firstopen-answer{
appearance:none;
border:2px solid var(--zhchatbot-primary, #1f8f3a);
background: transparent;
color: var(--zhchatbot-primary, #1f8f3a);
border-radius: 999px;
padding: 8px 12px;
font-size: 13px;
line-height: 1;
cursor:pointer;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.zhchatbot-firstopen-answer:hover{background: rgba(0,0,0,.04);} .zhchatbot-newsletter-form{
display:block; max-width: 360px;
width: 100%;
margin: 0 auto;
padding: 10px 6px;
box-sizing: border-box; pointer-events: auto;
}
.zhchatbot-newsletter-form,
.zhchatbot-newsletter-form *{
pointer-events: auto;
user-select: text;
-webkit-user-select: text;
white-space: normal;
}
.zhchatbot-newsletter-form button{
user-select: none;
-webkit-user-select: none;
}
.zhchatbot-newsletter-field{margin-bottom:10px;}
.zhchatbot-newsletter-field label{
display:block;
font-size:12px;
margin-bottom:4px;
opacity:0.85;
}
.zhchatbot-newsletter-field input,
.zhchatbot-newsletter-field textarea{
width:100%;
box-sizing:border-box;
border:1px solid #d9d9d9;
border-radius:8px;
padding:8px 10px;
font-size:13px;
outline:none;
}
.zhchatbot-newsletter-field textarea{resize:vertical;}
.zhchatbot-newsletter-consent{margin:10px 0 12px 0;}
.zhchatbot-newsletter-consent label{font-size:12px; line-height:1.4;}
.zhchatbot-newsletter-consent a{text-decoration:underline;}
.zhchatbot-newsletter-submit{
width:100%;
border:0;
border-radius:10px;
padding:10px 12px;
cursor:pointer;
font-weight:700;
}
.zhchatbot-newsletter-msg,
.zhchatbot-newsletter-status{
margin-top:10px;
font-size:12px;
opacity:0.9;
} .zhchatbot-ann-card-close{
position:absolute;
top:8px;
right:8px;
width:26px;
height:26px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
cursor:pointer;
transition:.2s;
}
.zhchatbot-ann-card-close:hover{
background:#2ecc71;
color:#fff;
transform:scale(1.1);
}.footer-widgets-container{padding:40px}.inside-footer-widgets{display:flex}.inside-footer-widgets>div{flex:1 1 0}.site-footer .footer-widgets-container .inner-padding{padding:0 0 0 40px}.site-footer .footer-widgets-container .inside-footer-widgets{margin-left:-40px}.top-bar{font-weight:400;text-transform:none;font-size:13px}.top-bar .inside-top-bar{display:flex;align-items:center;flex-wrap:wrap}.top-bar .inside-top-bar .widget{padding:0;display:inline-block;margin-bottom:0}.top-bar .inside-top-bar .textwidget p:last-child{margin:0}.top-bar .widget-title{display:none}.top-bar .widget{margin:0 10px}.top-bar .widget_nav_menu>div>ul{display:flex;align-items:center}.top-bar .widget_nav_menu li{margin:0 10px;padding:0}.top-bar .widget_nav_menu li:first-child{margin-left:0}.top-bar .widget_nav_menu li:last-child{margin-right:0}.top-bar .widget_nav_menu li ul{display:none}.inside-top-bar{padding:10px 40px}div.top-bar .widget{margin-bottom:0}.top-bar-align-right .widget{margin-right:0}.top-bar-align-right .widget:first-child{margin-left:auto}.top-bar-align-right .widget:nth-child(2n){order:-20}.top-bar-align-right .widget:nth-child(2){margin-left:0}.top-bar-align-left .widget{margin-left:0}.top-bar-align-left .widget:nth-child(odd){order:-20}.top-bar-align-left .widget:nth-child(2){margin-left:auto}.top-bar-align-left .widget:last-child{margin-right:0}.top-bar-align-center .widget:first-child{margin-left:auto}.top-bar-align-center .widget:last-child{margin-right:auto}.top-bar-align-center .widget:not(:first-child):not(:last-child){margin:0 5px}.footer-bar-active .footer-bar .widget{padding:0}.footer-bar .widget_nav_menu>div>ul{display:flex;align-items:center;flex-wrap:wrap}.footer-bar .widget_nav_menu li{margin:0 10px;padding:0}.footer-bar .widget_nav_menu li:first-child{margin-left:0}.footer-bar .widget_nav_menu li:last-child{margin-right:0}.footer-bar .widget_nav_menu li ul{display:none}.footer-bar .textwidget p:last-child{margin:0}.footer-bar .widget-title{display:none}.footer-bar-align-right .copyright-bar{order:-20;margin-right:auto}.footer-bar-align-left .copyright-bar{margin-left:auto}.footer-bar-align-center .inside-site-info{flex-direction:column}.footer-bar-align-center .footer-bar{margin-bottom:10px}.site-footer:not(.footer-bar-active) .copyright-bar{margin:0 auto}@media (max-width:768px){.top-bar .inside-top-bar{justify-content:center}.top-bar .inside-top-bar>.widget{order:1;margin:0 10px}.top-bar .inside-top-bar:first-child{margin-left:auto}.top-bar .inside-top-bar:last-child{margin-right:auto}.top-bar .widget_nav_menu li{padding:5px 0}.top-bar-align-center{text-align:center}.inside-footer-widgets{flex-direction:column}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0}.footer-bar-active .inside-site-info{flex-direction:column}.footer-bar-active .footer-bar{margin-bottom:10px}.footer-bar .widget_nav_menu>div>ul{justify-content:center}.footer-bar .widget_nav_menu li{padding:5px 0}.footer-bar .widget_nav_menu li:first-child{margin-left:10px}.footer-bar .widget_nav_menu li:last-child{margin-right:10px}.footer-bar-align-left .copyright-bar{margin-left:0}.footer-bar-align-right .copyright-bar{order:unset;margin-right:0}}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.header-widget{margin-left:auto}.header-widget p:last-child{margin-bottom:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.wp-calendar-table{table-layout:fixed}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px}.both-left .inside-left-sidebar,.both-right .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar,.both-right .inside-right-sidebar{margin-left:10px}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.sidebar .grid-container{max-width:100%;width:100%}.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar{order:10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}@media (max-width:768px){.hide-on-mobile{display:none!important}a,body,button,input,select,textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar,.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media (min-width:769px) and (max-width:1024px){.hide-on-tablet{display:none!important}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}