@charset "UTF-8";.kanews-panel{background:var(--kan-bg-white-color);margin-top:-6em;overflow:hidden;box-shadow:var(--kan-block-shadow);border:1px solid var(--kan-border-color);margin-bottom:30px;border-radius:10px}.kanews-panel-top{position:relative;padding:18.75px 22.5px;border-bottom:1px solid var(--kan-border-color);background:linear-gradient(165deg,color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 10%,var(--kan-bg-white-color)) 0,var(--kan-bg-white-color) 55%)}.kanews-panel-top__inner{display:flex;align-items:flex-start;gap:14px}.kanews-panel-top__avatar-slot{position:relative;flex-shrink:0}.kanews-panel-top__avatar{flex-shrink:0;position:relative;display:inline-flex;padding:0;border:0;background:0 0;border-radius:50%}.kanews-panel-top__avatar img{width:72px;height:72px;border-radius:50%;display:block;object-fit:cover}.kanews-panel-top__avatar.kanews-panel-user-avatar:before{transform:scale(1.08);border-width:2px;border-color:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 22%,var(--kan-border-color))}.kanews-panel-top__avatar-edit-btn{position:absolute;right:-2px;bottom:-2px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:2px solid var(--kan-bg-white-color);border-radius:50%;background:var(--kan-theme-color,var(--kan-theme-color));color:#fff;cursor:pointer;box-shadow:0 4px 12px color-mix(in srgb,var(--kan-surface-2,#191c20) 18%,transparent);transition:transform .2s,box-shadow .2s}.kanews-panel-top__avatar-edit-btn svg{width:14px;height:14px}.kanews-panel-top__avatar-edit-btn:focus-visible,.kanews-panel-top__avatar-edit-btn:hover{transform:scale(1.05);box-shadow:0 6px 16px color-mix(in srgb,var(--kan-surface-2,#191c20) 24%,transparent)}.kanews-panel-top__avatar-edit-btn.is-loading{opacity:.7;pointer-events:none}.kanews-panel-top__notice{margin:0 0 12px;font-size:12px;padding:8px 12px;border-radius:8px}.kanews-panel-top__body{flex:1;min-width:0;padding-top:2px}.kanews-panel-top__name{display:inline;font-size:16px;font-weight:700;line-height:1.35;color:var(--kan-text-color,#161616);text-decoration:none}.kanews-panel-top__name:hover{color:var(--kan-theme-color,var(--kan-theme-color-contrast,#161616))}.kanews-panel-top__name .kanews-user-badge{margin:0 0 0 6px;vertical-align:middle}.kanews-panel-top__handle{display:block;margin-top:2px;font-size:13px;font-weight:500;color:var(--kan-text-color-muted,#525659);line-height:1.3}.kanews-panel-top__email{display:block;margin-top:4px;font-size:12px;color:var(--kan-text-color-muted,#525659);line-height:1.35;word-break:break-word}.kanews-panel-top__badges{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;margin-top:8px}.kanews-panel-top__badges>span{margin:0}.kanews-panel-top__profile-link{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:52px;padding:8px 6px;border-radius:var(--kan-block-radius);border:1px solid var(--kan-border-color);background:var(--kan-bg-white-color);color:var(--kan-text-color-muted,#525659);font-size:11px;font-weight:600;text-decoration:none;line-height:1.2;transition:border-color .2s,color .2s,background-color .2s}.kanews-panel-top__profile-link svg{width:20px;height:20px}.kanews-panel-top__profile-link:hover{color:var(--kan-theme-color,var(--kan-theme-color-contrast,#161616));border-color:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 35%,var(--kan-border-color));background:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 6%,var(--kan-bg-white-color))}@media only screen and (max-width:992px) and (min-width:700px){.kanews-panel-top__inner{flex-direction:column;align-items:center;text-align:center}.kanews-panel-top__body,.kanews-panel-top__profile-link{display:none}}.kanews-panel-user-avatar{display:inline-block;position:relative}.kanews-panel-user-avatar img{border-radius:100%;width:72px;height:72px}.kanews-panel-user-avatar:before{content:"";position:absolute;left:0;top:0;bottom:0;right:0;transform:scale(1.08);border-radius:100%;border:2px solid color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 20%,var(--kan-border-color));width:100%;height:100%;pointer-events:none}.kanews-panel-footer{border-top:1px solid var(--kan-border-color);padding:15px 30px}.kanews-panel-nav{border-top:1px solid var(--kan-border-color);padding-bottom:1em}.kanews-panel-nav li{font-size:15px;position:relative}.kanews-panel-nav li.is-active:after{content:"";width:2px;height:100%;top:0;bottom:0;left:0;position:absolute;background:var(--kan-surface-2,#191c20)}.kanews-panel-nav li.is-active a{color:var(--kan-theme-color-contrast,#161616);font-weight:600}.kanews-panel-nav li.is-active svg{opacity:1}.kanews-panel-nav li.bks1{padding:15px 30px;font-weight:600}.kanews-panel-nav li:last-child{border:0}.kanews-panel-nav li a{padding:10px 30px;display:flex;align-items:center;gap:1em}.kanews-panel-nav li a:hover svg{opacity:1}.kanews-panel-nav li a svg{opacity:.25}.kanews-panel-nav li a .author-avatar{position:absolute;font-size:22px;top:50%;transform:translateY(-50%);left:30px}.kanews-panel-nav li a .author-avatar img{border-radius:100%}.kanews-not-found{text-align:center;padding:26.25px 15px;margin-bottom:15px}.kanews-not-found__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 12px;border-radius:50%;font-size:22px;line-height:1;color:var(--kan-theme-color,var(--kan-theme-color));background:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 12%,var(--kan-bg-white-color))}.kanews-not-found__icon .icon{display:block}.kanews-not-found__title{margin:0 0 8px;font-size:20px;font-weight:600;line-height:1.3;color:var(--kan-text-color,#161616)}.kanews-not-found__desc{margin:0 auto 15px;max-width:420px;font-size:14px;line-height:1.5;color:var(--kan-text-color-muted,#525659)}.kanews-not-found__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.kanews-not-found__actions .kanews-btn{margin:0}.kanews-not-found__subscribe{margin-top:15px;text-align:left}.kanews-not-found__subscribe .kanews-category-subscribe-button{padding:14px 15px;font-size:14px;box-shadow:var(--kan-block-shadow);background:var(--kan-bg-white-color)}.kanews-not-found--compact{padding:15px}.kanews-not-found--compact .kanews-not-found__icon{width:44px;height:44px;font-size:18px;margin-bottom:8px}.kanews-not-found--compact .kanews-not-found__title{font-size:16px}.kanews-not-found--compact .kanews-not-found__desc{margin-bottom:0}.kanews-not-found--inline{padding:0;margin:0;background:0 0;box-shadow:none}.kanews-not-found--inline .kanews-not-found__icon{display:none}.kanews-not-found--inline .infinite-scroll-error,.kanews-not-found--inline .infinite-scroll-last{margin:0;padding:10px 14px;border-radius:var(--kan-block-radius);background:var(--kan-bg-white-color);box-shadow:var(--kan-block-shadow);font-size:14px;color:var(--kan-text-color-muted,#525659)}.kanews-not-found--modal{margin-bottom:0;text-align:center}.kanews-not-found--feed{width:100%}.kanews-feed-page-inner{margin-top:6em}@media (min-width:992px){.page-template-inc-my-feed-php .container,.page-template-my-feed .container{max-width:1040px}.page-template-inc-my-feed-php .col-6.col-lg-4.toinfinite,.page-template-my-feed .col-6.col-lg-4.toinfinite{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media (min-width:1200px){.page-template-inc-my-feed-php .container,.page-template-my-feed .container{max-width:1280px}}.page-template-inc-my-feed-php .kanews-lr-page,.page-template-my-feed .kanews-lr-page{margin:30px 0;height:auto;box-shadow:var(--kan-block-shadow)}.page-template-inc-my-feed-php .kanews-page-header-special+.site-main,.page-template-my-feed .kanews-page-header-special+.site-main{margin-top:-4em}.kanews-feed-ad{width:100%;margin-bottom:15px}.kanews-feed-ad .kanews-banner{margin:0;border-radius:var(--kan-block-radius);overflow:hidden}.kanews-feed-ad--top{margin-top:0}.kanews-feed-ad--card,.kanews-feed-ad--sidebar{margin-bottom:15px}.kanews-feed-ad--card .kanews-banner-feed-item{box-shadow:var(--kan-block-shadow);background:var(--kan-bg-white-color)}.kanews-feed-filters{position:relative;margin-bottom:18.75px;padding:0 0 4px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kanews-feed-filters::-webkit-scrollbar{display:none}.kanews-feed-filters>.kanews-feed-filters__list{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;border-top:0;list-style:none;margin:0;padding:2px;min-width:min-content}.kanews-feed-filters>.kanews-feed-filters__list>.kanews-feed-filters__item{flex:0 0 auto;max-width:none;margin:0;scroll-snap-align:start}.kanews-feed-filters__add,.kanews-feed-filters__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:5px 14px 5px 6px;box-shadow:var(--kan-block-shadow);border-radius:25px;font-weight:600;background:var(--kan-bg-white-color);transition:color .2s,background-color .2s,border-color .2s}.kanews-feed-filters__add:hover,.kanews-feed-filters__link:hover{color:var(--kan-theme-color-contrast,#161616);border-color:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 30%,var(--kan-border-color));background:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 5%,var(--kan-bg-white-color))}.kanews-feed-filters__add:focus-visible,.kanews-feed-filters__link:focus-visible{outline:2px solid var(--kan-theme-color,var(--kan-theme-color));outline-offset:2px}.kanews-feed-filters__add.is-active,.kanews-feed-filters__link.is-active{color:#fff;border-color:var(--kan-theme-color,var(--kan-theme-color));background:var(--kan-theme-color,var(--kan-theme-color))}.kanews-feed-filters__add.is-active .kanews-feed-filters__icon,.kanews-feed-filters__link.is-active .kanews-feed-filters__icon{color:inherit;border-color:color-mix(in srgb,#fff 28%,transparent);background:color-mix(in srgb,#fff 14%,transparent)}.kanews-feed-filters__add.is-active .kanews-feed-filters__icon--avatar,.kanews-feed-filters__link.is-active .kanews-feed-filters__icon--avatar{border-color:color-mix(in srgb,#fff 55%,transparent)}.kanews-feed-filters__icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--kan-bg-white-color);border:1px solid transparent;color:var(--kan-theme-color-contrast,#161616);transition:color .2s,border-color .2s,background-color .2s}.kanews-feed-filters__icon svg{width:16px;height:16px}.kanews-feed-filters__icon--avatar{overflow:hidden}.kanews-feed-filters__icon--avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.kanews-feed-filters__icon--add{border:1px dashed var(--kan-text-color-muted,#525659);background:0 0;color:var(--kan-text-color-muted,#525659)}.kanews-feed-filters__add:hover .kanews-feed-filters__icon--add{color:var(--kan-theme-color,var(--kan-theme-color));border-color:var(--kan-theme-color,var(--kan-theme-color));background:0 0}.kanews-feed-filters__label{display:block;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:576px){.kanews-feed-filters{margin-right:-15px;margin-left:-15px;padding-right:15px;padding-left:15px}.kanews-feed-filters__list{gap:6px}.kanews-feed-filters__add,.kanews-feed-filters__link{min-height:38px;gap:6px;padding:4px 12px 4px 5px;font-size:11px}.kanews-feed-filters__icon{width:28px;height:28px}.kanews-feed-filters__label{max-width:90px}}.has-feed-reasons .kanews-feed-card__meta{padding-right:min(52%,200px)}.kanews-feed-card{padding-top:15px}.kanews-feed-card__header{position:relative;display:flex;align-items:center;gap:12px;margin-top:0;margin-bottom:14px;min-height:46px}.kanews-feed-card__avatar{flex:0 0 auto;display:block;padding:2px;border-radius:50%;background:linear-gradient(145deg,color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 80%,#fff),color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 18%,var(--kan-border-color)))}.kanews-feed-card__avatar img{width:44px;height:44px;border-radius:50%;border:2px solid var(--kan-bg-white-color);object-fit:cover;display:block}.kanews-feed-card__meta{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1;padding-right:6px}.kanews-feed-card__meta .kanews-post-date{display:block;margin-top:3px;color:var(--kan-text-color-muted,#525659);font-size:12px;font-weight:400;line-height:1.25}.kanews-feed-card__reasons{position:absolute;top:0;right:0;z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:4px;max-width:min(58%,220px);margin:0;pointer-events:none}.kanews-feed-card__reasons .kanews-user-badge{margin:0;pointer-events:auto}.kanews-feed-card__reasons .kanews-user-badge>span{max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:2px 8px;font-size:10px;font-weight:600;line-height:1.3;border-radius:999px;box-shadow:none}.kanews-feed-card__reason{flex-shrink:0}.kanews-feed-card__context{margin:0 0 10px;padding:10px 12px;border-left:3px solid var(--kan-theme-color,var(--kan-theme-color));border-radius:0 var(--kan-block-radius) var(--kan-block-radius) 0;background:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 6%,var(--kan-bg-white-color));font-size:12px;font-weight:600;line-height:1.45}.kanews-feed-card__context a{color:var(--kan-theme-color-contrast,#161616);text-decoration:none}.kanews-feed-card__context a:hover{text-decoration:underline}.kanews-feed-card--comment .kanews-feed-card__excerpt-link{font-style:italic}.kanews-feed-card__author{display:inline-flex;align-items:center;max-width:100%;font-weight:700;font-size:14px;color:var(--kan-theme-color-contrast,#161616);text-decoration:none;line-height:1.3}.kanews-feed-card__author .kanews-subscribe-badge{display:inline-block;vertical-align:middle;margin-left:2px}.kanews-feed-card__title{margin:0 0 8px;font-size:clamp(18px,2vw,22px);font-weight:750;line-height:1.28;letter-spacing:-.015em;color:var(--kan-text-color,#161616)}.kanews-feed-card__title a{color:inherit;text-decoration:none;transition:color .2s}.kanews-feed-card__title a:hover{color:var(--kan-theme-color,var(--kan-theme-color))}.kanews-feed-card__excerpt{margin:0 0 14px;font-size:14px;line-height:1.6;color:var(--kan-text-color-muted,#525659)}.kanews-feed-card__excerpt-link{color:inherit;text-decoration:none}.kanews-feed-card__excerpt-link:hover{color:var(--kan-theme-color-contrast,#161616)}.kanews-feed-card__media{display:block;position:relative;aspect-ratio:16/9;border-radius:calc(var(--kan-block-radius) + 2px);overflow:hidden;margin-bottom:14px;background-color:var(--kan-placeholder-bg);isolation:isolate}.kanews-feed-card__media::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,color-mix(in srgb,#000 12%,transparent),transparent 42%);pointer-events:none}.kanews-feed-card__media:hover img{transform:scale(1.025)}.kanews-feed-card__thumb{position:absolute;inset:0;width:100%;height:100%;margin:0}.kanews-feed-card__thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s}.kanews-feed-card__footer{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding-top:8px;border-top:1px solid var(--kan-border-color)}.kanews-feed-card__action{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:28px;padding:0 8px;border-radius:999px;background:var(--kan-placeholder-bg);font-size:11px;font-weight:600;color:var(--kan-text-color-muted,#525659);text-decoration:none;transition:color .2s,background-color .2s}.kanews-feed-card__action:hover{color:var(--kan-theme-color-contrast,#161616);background:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 8%,transparent)}.kanews-feed-card__action .kanews-label,.kanews-feed-card__action a.kanews-label{margin:0!important;padding:0!important;color:inherit!important;border:0!important;background:0 0!important;box-shadow:none!important;min-height:0!important;font-size:inherit!important;color:inherit!important}.kanews-feed-card__action .kanews-label span,.kanews-feed-card__action a.kanews-label span{font-size:inherit!important}.kanews-feed-card__action svg{width:15px;height:15px}.kanews-feed-card__action--like .sl-wrapper{margin:0}.kanews-feed-card__action--views{margin-left:auto}.kanews-feed-card__action .kanews-add-bookmark{position:static;display:block;width:16px;height:16px;top:auto;left:auto;margin:0;opacity:1;background-size:16px 16px}@media (max-width:576px){.kanews-feed-card__header{margin-bottom:12px}.kanews-feed-card__title{font-size:18px}.kanews-feed-card__excerpt{font-size:13px;line-height:1.55}.kanews-feed-card__footer{justify-content:space-between}.kanews-feed-card__action{min-width:28px;padding-right:6px;padding-left:6px}}.kanews-feed-layout{gap:0}.kanews-feed-main{min-width:0}.kanews-feed-aside{display:flex;flex-direction:column;align-items:stretch;width:100%;min-width:0;margin:0;gap:15px}.kanews-feed-aside>.kanews-feed-ad,.kanews-feed-aside>.kanews-feed-search-form,.kanews-feed-aside>.kanews-feed-trending-card,.kanews-feed-aside>.widget{width:100%;min-width:0;margin:0;background:var(--kan-bg-white-color);box-shadow:var(--kan-block-shadow);border-radius:var(--kan-block-radius);border:0}.kanews-feed-aside>.kanews-feed-ad{padding:0;background:0 0;box-shadow:none}.kanews-feed-aside>.widget>:not(.kanews-feed-widget-heading){padding-right:0;padding-left:0}.kanews-feed-aside--mobile{margin-bottom:18.75px}.kanews-feed-widget-heading{margin-bottom:12px}.kanews-feed-widget-title{margin:0;color:var(--kan-text-color,#161616);font-size:18px;font-weight:750;line-height:1.25;letter-spacing:-.015em}.kanews-feed-search-results-row{width:100%;margin:0 0 15px}.kanews-feed-search-results{margin-bottom:0}.kanews-feed-search-results__inner{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:12px 15px;border-radius:var(--kan-block-radius);background:var(--kan-bg-white-color);box-shadow:var(--kan-block-shadow)}.kanews-feed-search-results__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--kan-text-color-muted,#525659)}.kanews-feed-search-results__term{font-size:16px;font-weight:700;color:var(--kan-text-color,#161616);line-height:1.2}.kanews-feed-search-results__meta{width:100%;font-size:12px;color:var(--kan-text-color-muted,#525659);line-height:1.35}@media (min-width:768px){.kanews-feed-search-results__meta{width:auto;margin-left:auto}}.kanews-feed-sidebar{margin-bottom:15px}.kanews-feed-sidebar--right .kanews-feed-aside{position:sticky;top:calc(var(--kan-header-height,70px) + 12px)}.kanews-feed-sidebar--right>.kanews-section{background:0 0;border:0;box-shadow:none}.kanews-feed-sidebar--left .kanews-panel{margin-bottom:0}.kanews-feed-search-form{margin:0;padding:0}.kanews-feed-search-form__head{margin-bottom:12px}.kanews-feed-search-form__eyebrow{display:block;margin-bottom:4px;color:var(--kan-theme-color,var(--kan-theme-color));font-size:10px;font-weight:750;line-height:1.2;letter-spacing:.12em;text-transform:uppercase}.kanews-feed-search-form__title{margin:0;color:var(--kan-text-color,#161616);font-size:18px;font-weight:750;line-height:1.25;letter-spacing:-.015em}.kanews-feed-search-form__field{display:flex;align-items:center;gap:10px;margin:0 15px 15px;min-height:44px;padding:7px 8px 7px 14px;border-radius:999px;background:var(--kan-placeholder-bg);border:0;transition:background-color .2s,outline-color .2s}.kanews-feed-search-form__field:hover{background:color-mix(in srgb,var(--kan-bg-white-color) 96%,var(--kan-text-color,#161616) 4%)}.kanews-feed-search-form__field:focus-within{outline:2px solid color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 28%,transparent);outline-offset:1px;background:color-mix(in srgb,var(--kan-theme-color,var(--kan-theme-color)) 5%,var(--kan-bg-white-color))}.kanews-feed-search-form__field:focus-within>svg{color:var(--kan-theme-color,var(--kan-theme-color))}.kanews-feed-search-form__field>svg{width:17px;height:17px;flex-shrink:0;color:var(--kan-text-color-muted,#525659);transition:color .2s}.kanews-feed-search-form__input{flex:1;border:0;background:0 0;padding:0;min-height:0;font-size:13px;line-height:1.4;color:var(--kan-text-color,#161616)}.kanews-feed-search-form__input::placeholder{color:var(--kan-text-color-muted,#525659);opacity:.8}.kanews-feed-search-form__input:focus{outline:0;box-shadow:none}.kanews-feed-search-form__clear{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:color-mix(in srgb,var(--kan-text-color,#161616) 7%,transparent);color:var(--kan-text-color-muted,#525659);cursor:pointer;flex-shrink:0}.kanews-feed-search-form__clear.is-hidden{display:none}.kanews-feed-search-form__clear:hover{color:var(--kan-text-color,#161616);background:color-mix(in srgb,var(--kan-text-color,#161616) 12%,transparent)}.kanews-feed-search-form__clear svg{width:16px;height:16px}.kanews-feed-trending-card{padding:0;overflow:visible}.kanews-feed-trending-card__head{padding:0;margin-bottom:15px}.kanews-feed-trending-card__eyebrow{display:block;margin-bottom:4px;color:var(--kan-theme-color,var(--kan-theme-color));font-size:10px;font-weight:750;line-height:1.2;letter-spacing:.12em;text-transform:uppercase}.kanews-feed-trending-card__title{margin:0;font-size:18px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--kan-text-color,#161616);border-left:2px solid var(--kan-theme-color,var(--kan-theme-color));padding-left:8px}.kanews-feed-trending{list-style:none;margin:0!important;border:0!important;padding:0 15px 15px!important}.kanews-feed-trending__item{margin:15px 0 0!important;flex:0 0 100%!important}.kanews-feed-trending__item:first-child{border-top:0;margin:0!important}.kanews-feed-trending__link{display:block;padding:12px 15px;text-decoration:none;color:inherit;transition:background-color .15s}.kanews-feed-trending__link:hover{background:color-mix(in srgb,var(--kan-text-color,#161616) 5%,transparent)}.kanews-feed-trending__link:hover .kanews-feed-trending__tag{color:var(--kan-theme-color,var(--kan-theme-color))}.kanews-feed-trending__index{display:none}.kanews-feed-trending__body{min-width:0;display:flex;flex-direction:column;gap:2px}.kanews-feed-trending__context{display:block;font-size:11px;font-weight:500;color:var(--kan-text-color-muted,#525659);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kanews-feed-trending__tag{display:block;margin:0;overflow:hidden;color:var(--kan-text-color,#161616);font-size:15px;font-weight:750;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;transition:color .15s}.kanews-feed-trending__count{display:block;font-size:12px;color:var(--kan-text-color-muted,#525659);line-height:1.3}.kanews-feed-content{position:relative;min-height:120px}.kanews-feed-content.is-loading{opacity:.55;pointer-events:none}.kanews-feed-list .kanews-section{padding:1em}.kanews-feed-load-more{display:flex;align-items:center;justify-content:center;min-height:42px;margin:0 auto;font-size:14px;height:42px;line-height:42px}@media (min-width:992px){.kanews-feed-page-root .kanews-feed-list{max-width:none;margin-left:0;margin-right:0}}#kanews-modal-categories .kanews-modal-content-inner .kanews-category-subscribe-wrapper{display:flex;flex-wrap:wrap;margin:0 -5px}#kanews-modal-categories .kanews-modal-content-inner .kanews-category-subscribe-button{flex:1 1 calc(50% - 10px);min-width:0}#kanews-modal-categories .kanews-modal-content-inner .kanews-category-subscribe-button.category-subscribed .check{top:16px}#kanews-modal-categories .kanews-modal-content-inner .kanews-category-subscribe-button.category-subscribed .check::after{content:none}#kanews-modal-categories .kanews-modal-content-inner .kanews-category-subscribe-button:not(.category-subscribed) .check{right:15px;position:absolute;top:15px}#kanews-modal-categories .kanews-modal-content-inner .kanews-category-subscribe-button:not(.category-subscribed) .check::before{color:#fff;position:relative;z-index:2;content:"+"!important}