
/* Pboot migration additions: language switch and pagination normalization. */
.header-title-right{position:relative;}
.pboot-header-contact{width:420px!important;padding-left:0!important;}
.pboot-header-contact .pboot-tel-row{align-items:center;white-space:nowrap;transform:translateX(-18px);}
.pboot-header-contact .pboot-tel-num{display:inline-block;flex:0 0 auto;}
.pboot-lang-switch{display:inline-flex;align-items:center;gap:7px;margin-left:16px;line-height:1;white-space:nowrap;vertical-align:middle;flex:0 0 auto;}
.pboot-lang-switch a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:21px;padding:2px;border:1px solid rgba(255,255,255,.75);border-radius:4px;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.16);box-sizing:border-box;overflow:hidden;transition:all .18s ease;flex:0 0 30px;}
.pboot-lang-switch a:hover,.pboot-lang-switch a.active{border-color:#00923f;box-shadow:0 0 0 2px rgba(0,146,63,.22),0 2px 7px rgba(0,0,0,.18);transform:translateY(-1px);}
.pboot-lang-switch img{display:block;width:100%;height:100%;object-fit:cover;border-radius:2px;}
.eyou-column ul:empty,.navsub:empty{display:none!important;}
@media (max-width: 768px){.pboot-header-contact{width:100%!important;padding-top:16px!important}.pboot-header-contact .pboot-tel-row{justify-content:center;transform:none}.pboot-lang-switch{gap:6px;margin-left:10px}.pboot-lang-switch a{width:28px;height:20px;padding:2px;flex-basis:28px}}

/* Simplified frontend pagination. */
.eyou-pages{margin:28px 0;text-align:center;}
.eyou-pages .pagination-wrapper{margin:0;}
.eyou-pages .pagination{display:flex;align-items:center;justify-content:center;gap:8px;height:auto;margin:0;padding:0;border:0;background:transparent;}
.eyou-pages .pagination span{display:inline-flex;margin:0;padding:0;border:0;background:transparent;color:inherit;}
.eyou-pages .pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;margin:0;padding:0 12px;border:1px solid #d9e2ea;border-radius:17px;background:#fff;color:#35637f;font-size:14px;line-height:34px;text-decoration:none;box-shadow:none;box-sizing:border-box;transition:all .18s ease;}
.eyou-pages .pagination a:hover{border-color:#00923f;background:#f4fbf7;color:#00923f;}
.eyou-pages .pagination .page-num-current{border-color:#00923f;background:#00923f;color:#fff;cursor:default;}
.eyou-pages .pagination .page-numbar{gap:8px;}
.eyou-pages .pagination a[href="javascript:;"]{opacity:.45;cursor:not-allowed;pointer-events:none;}
@media (max-width:768px){.eyou-pages .pagination{gap:6px;flex-wrap:wrap}.eyou-pages .pagination a{height:32px;min-width:32px;padding:0 10px;font-size:13px}.eyou-pages .pagination .page-numbar{gap:6px}}

/* Keep article detail return button away from footer background. */
.eyou-infocontent{padding-bottom:34px;}
.eyou-infocontent-return{margin-bottom:28px;clear:both;overflow:hidden;}
