#article_tags.label_tabs{border:none;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:var(--gap, 30px)}@media(max-width:800px){#article_tags.label_tabs{gap:15px;margin-bottom:var(--article-gap, 40px)}}#article_tags.label_tabs>a{color:hsl(var(--srugim-light-blue));text-decoration:none;transform:skew(-10deg);background:hsl(var(--muted));font-size:15px;display:inline-flex;align-items:center;padding:0 10px;height:30px;border-radius:8px;font-family:var(--font-srugim),sans-serif;font-weight:500;transition:background .2s ease,color .2s ease}@media(min-width:801px){#article_tags.label_tabs>a{font-size:15px}}@media(max-width:800px){#article_tags.label_tabs>a{font-size:3vw}}#article_tags.label_tabs>a:before{content:"#";display:inline-block}#article_tags.label_tabs>a:hover{background:hsl(var(--srugim-light-blue));color:#fff}#article_tags.label_tabs>a span{transform:skew(10deg);display:inline-block}.article-tags a{display:inline-block;background:hsl(var(--muted));color:hsl(var(--srugim-light-blue));padding:4px 10px;margin:0 4px 8px 0;border-radius:calc(var(--radius) / 3);font-size:var(--font-ui-small);transform:skew(-10deg);transition:background .2s ease,color .2s ease}.article-tags a:hover{background:hsl(var(--srugim-light-blue));color:#fff}.article-tags a:before{content:"#"}.article-tags-list{display:flex;flex-wrap:wrap;gap:var(--gap, 20px);margin-bottom:var(--gap, 20px)}.article-tags-list a{color:hsl(var(--srugim-light-blue));transform:skew(-10deg);background:hsl(var(--muted));font-size:var(--font-ui-small);display:flex;padding:0 10px;height:30px;align-items:center;border-radius:calc(var(--radius) - 4px);text-decoration:none;transition:background .2s ease,color .2s ease}.article-tags-list a:hover{background:hsl(var(--srugim-light-blue));color:#fff}.article-tags-list a:before{content:"#"}#comments-section.comments{padding-block:var(--gap);display:flex;flex-direction:column;gap:20px;margin-top:var(--gap, 30px);margin-bottom:var(--gap, 30px)}@media(max-width:800px){#comments-section.comments{margin-bottom:20px;padding-block:20px}}#comments-section.comments .section_title{position:relative;display:block;color:hsl(var(--srugim-red));font-size:var(--h4);font-weight:700}#comments-section.comments .section_title.gap_bottom{margin-bottom:var(--gap, 30px)}#comments-section.comments .section_title .content h3.mid_ttl{margin:0;font-family:var(--font-srugim),sans-serif;font-size:var(--font-red-badge);font-weight:700;color:hsl(var(--srugim-red));line-height:1.2;display:flex;align-items:center;flex-wrap:wrap;gap:6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#comments-section.comments .section_title .mid_ttl .comments-ttl-count{font-size:inherit;font-weight:inherit;color:inherit;background:none;padding:0;border-radius:0}.srugim-comment-form-root{margin-bottom:var(--gap, 30px)}@keyframes srg-comment-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.srugim-comment-form-root .comment-trigger-collapsed{width:100%;box-sizing:border-box;padding:14px 16px;background:#fff;border:1px solid #dcdcdc;border-radius:10px;cursor:pointer;text-align:right;font-family:var(--font-srugim),sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.srugim-comment-form-root .comment-trigger-collapsed:hover{border-color:#c8c8c8}.srugim-comment-form-root .comment-trigger-collapsed .trigger-text{display:block;font-size:16px;color:#a8a8a8}.srugim-comment-form-root .comment-form-panel{background:var(--surface-form);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px;animation:srg-comment-slide-in .25s ease-out}.srugim-comment-form-root.is-reply .comment-form-panel{background:var(--surface-form);border:1px solid var(--color-grey-border-soft)}.srugim-comment-form-root .form_submit_error{margin:0;font-size:14px;color:#c4091e}.srugim-comment-form-root .field_error{margin:-6px 0 0;font-size:13px;color:#c4091e}.srugim-comment-form-root .field_error_stack{margin:-4px 0 0;display:flex;flex-direction:column;gap:4px;font-size:13px;color:#c4091e}.srugim-comment-form-root .field_error_stack p{margin:0}.srugim-comment-form-root .message-input-line{width:100%;box-sizing:border-box;border:1px solid #dcdcdc;border-radius:9px;padding:12px 14px;font-size:15px;background:#fff;text-align:right;font-family:var(--font-srugim),sans-serif;color:#333}.srugim-comment-form-root .message-input-line::-moz-placeholder{color:#a8a8a8}.srugim-comment-form-root .message-input-line::placeholder{color:#a8a8a8}.srugim-comment-form-root .message-input-line:focus{outline:none;border-color:var(--color-focus-ring);box-shadow:0 0 0 1px var(--color-focus-ring)}.srugim-comment-form-root .message-input-line.has-error{border-color:#e85d6f}.srugim-comment-form-root .add-comment-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%}@media(max-width:800px){.srugim-comment-form-root .add-comment-row{grid-template-columns:1fr}}.srugim-comment-form-root .meta-field{box-sizing:border-box;width:100%;min-width:0;border:1px solid #dcdcdc;border-radius:9px;padding:11px 12px;font-size:15px;background:#fff;text-align:right;font-family:var(--font-srugim),sans-serif;color:#333}.srugim-comment-form-root .meta-field::-moz-placeholder{color:#a8a8a8}.srugim-comment-form-root .meta-field::placeholder{color:#a8a8a8}.srugim-comment-form-root .meta-field:focus{outline:none;border-color:silver}.srugim-comment-form-root .meta-field.has-error{border-color:#e85d6f}.srugim-comment-form-root .add-comment-buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px;justify-content:flex-start}.srugim-comment-form-root .submit-comment-primary{background:hsl(var(--srugim-red));color:#fff;border:none;border-radius:9px;padding:11px 26px;font-size:15px;font-weight:700;cursor:pointer;font-family:var(--font-srugim),sans-serif;transition:filter .15s ease,transform .15s ease}.srugim-comment-form-root .submit-comment-primary:hover:not(:disabled){filter:brightness(1.05)}.srugim-comment-form-root .submit-comment-primary:active:not(:disabled){transform:scale(.98)}.srugim-comment-form-root .submit-comment-primary:disabled{opacity:.55;cursor:not-allowed}.srugim-comment-form-root .cancel-comment-outline{background:#fff;color:#444;border:1px solid #dcdcdc;border-radius:9px;padding:11px 22px;font-size:15px;font-weight:500;cursor:pointer;font-family:var(--font-srugim),sans-serif;transition:background .15s ease,border-color .15s ease}.srugim-comment-form-root .cancel-comment-outline:hover:not(:disabled){background:#fafafa;border-color:#c8c8c8}.srugim-comment-form-root .cancel-comment-outline:disabled{opacity:.55;cursor:not-allowed}#comments-section.comments .srugim-inline-reply{margin-top:12px;margin-bottom:8px}#comments-section.comments .srugim-inline-reply__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:10px;gap:12px}#comments-section.comments .srugim-inline-reply__title{font-family:var(--font-srugim),sans-serif;font-size:17px;font-weight:600;color:hsl(var(--srugim-red))}#comments-section.comments .srugim-inline-reply__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:#0000000f;color:#444;cursor:pointer;transition:background .15s ease,color .15s ease}#comments-section.comments .srugim-inline-reply__close:hover{background:#0000001a;color:#111}#comments-section.comments .srugim-inline-reply .srugim-comment-form-root{margin-bottom:0}#comments-section.comments .srugim-comment-sent,.srugim-comment-sent{padding:16px;background:var(--surface-soft);border-radius:var(--radius, 12px);border:1px solid var(--color-grey-border-soft);font-family:var(--font-srugim),sans-serif;line-height:1.5}#comments-section.comments .comments-list{display:flex;flex-direction:column;margin-bottom:3vw;gap:0}@media(min-width:800px){#comments-section.comments .comments-list{gap:calc(var(--gap, 30px) / 2)}}@media(max-width:800px){#comments-section.comments .comments-list{gap:2.5vw}}#comments-section.comments .comment-wrapper:not(:first-child){padding-top:calc(var(--gap, 30px) / 2);border-top:1px solid #e6e6e6}#comments-section.comments .comment{display:block;position:relative}#comments-section.comments .comment:not(.reply) .comment-header .indicator{background-color:#2b82a4}#comments-section.comments .comment.reply .comment-header .indicator{background-color:#e62e3a}#comments-section.comments .comment-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}@media(max-width:800px){#comments-section.comments .comment-header{gap:8px;margin-bottom:10px}}#comments-section.comments .comment-header .indicator{color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-bottom:2px;width:30px;height:30px;font-size:14px;font-weight:600;flex-shrink:0}@media(max-width:800px){#comments-section.comments .comment-header .indicator{width:25px;height:25px;font-size:13px}}#comments-section.comments .comment-header-info{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}#comments-section.comments .comment-header-info label{font-weight:700;font-size:16px;color:hsl(var(--title));font-family:var(--font-srugim),sans-serif}@media(max-width:800px){#comments-section.comments .comment-header-info label{font-size:15px}}#comments-section.comments .comment-header-info .date{color:#7c7c7c;font-size:13px;font-weight:300}@media(max-width:800px){#comments-section.comments .comment-header-info .date{font-size:12px}}#comments-section.comments .msg{overflow:visible;padding-inline-start:0;padding-inline-end:25px;margin-bottom:8px;position:relative}@media(max-width:800px){#comments-section.comments .msg{padding-inline-end:12px}}#comments-section.comments .msg .msg_inner{font-size:16px;line-height:1.45;color:var(--color-text-secondary-msg);word-break:break-word;white-space:pre-wrap;background:transparent;border:none;border-radius:0;padding:4px 0 0;font-family:var(--font-srugim),sans-serif}#comments-section.comments .srg-reaction-toolbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-top:6px;width:100%}#comments-section.comments .srg-reaction-toolbar__cluster{flex:1;min-width:0}#comments-section.comments .srg-reaction-toolbar__reply{flex-shrink:0}#comments-section.comments .reply_to_comment{background:none;border:none;padding:0;margin:0;font-size:15px;font-weight:500;color:hsl(var(--srugim-red));cursor:pointer;font-family:var(--font-srugim),sans-serif}#comments-section.comments .reply_to_comment:hover{text-decoration:underline}#comments-section.comments button.srg-reaction-countpair{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit}#comments-section.comments .srg-reaction-countpair{display:inline-flex;align-items:center;gap:5px;padding:0;margin:0;border:none;background:transparent;font-size:15px;color:#333;cursor:pointer}#comments-section.comments .srg-reaction-countpair__n{font-weight:600}#comments-section.comments .srg-reaction-add-face{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #dcdcdc;background:#fff;color:#555;cursor:pointer;padding:0;flex-shrink:0}#comments-section.comments .srg-reaction-add-face:hover{background:#f8f8f8}#comments-section.comments .foot{color:#575757;font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:12px;padding-inline-start:0;margin-top:4px;flex-wrap:wrap}@media(max-width:800px){#comments-section.comments .foot{flex-direction:column;align-items:flex-start}}#comments-section.comments .foot .comment-foot-actions button{font-size:15px!important;color:#8e8e8e!important}#comments-section.comments .foot .comment-foot-actions button:hover{color:hsl(var(--srugim-light-blue))!important}#comments-section.comments .replys{display:flex;flex-direction:column;gap:10px;padding-top:calc(var(--gap, 30px) / 2);margin-top:8px}#comments-section.comments .replys .comment.reply{padding:12px 24px 12px 0;border-right:2px solid #e8e8e8;margin-right:16px}#comments-section.comments .see-more-comments-wrap{display:flex;justify-content:center;align-items:center;padding-block:8px 4px;padding-inline:12px}#comments-section.comments .see_more_comments{display:inline-flex;align-items:center;justify-content:center;margin:16px auto 0;padding:12px 32px;min-height:48px;width:-moz-fit-content;width:fit-content;max-width:min(100%,22rem);box-sizing:border-box;border-radius:var(--radius-pill);font-weight:500;font-size:15px;line-height:1.25;text-align:center;color:#fff!important;text-decoration:none!important;cursor:pointer;font-family:var(--font-srugim),sans-serif;background:linear-gradient(135deg,hsl(var(--srugim-dark-blue)),hsl(var(--srugim-light-blue)));box-shadow:var(--shadow-comment-cta);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;border:none;-webkit-tap-highlight-color:transparent}#comments-section.comments button.see_more_comments{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit}#comments-section.comments .see_more_comments:focus-visible{outline:2px solid hsl(var(--srugim-dark-blue));outline-offset:3px}#comments-section.comments .see_more_comments:hover{transform:translateY(-2px);box-shadow:var(--shadow-comment-cta-hover)}#comments-section.comments .see_more_comments:active{transform:translateY(0);box-shadow:var(--shadow-comment-cta-active);filter:brightness(.97)}#comments-section.comments .comments-feed-clip{position:relative}#comments-section.comments .comments-feed-clip.is-collapsed{max-height:300px;overflow:hidden}#comments-section.comments .comments-feed-clip .see-more-fade{position:absolute;bottom:0;left:0;right:0;text-align:center;background:linear-gradient(to top,#ffffff 42%,transparent);padding-top:48px;z-index:30;pointer-events:none}#comments-section.comments .comments-feed-clip .see-more-fade .see_more_comments{pointer-events:auto}
