.back-container{align-items:center;background-color:var(--system-bg-elevation-layer-1);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-between-inputs);height:auto;justify-content:center;margin-block:var(--space-between-sections);padding:var(--space-padding-lg);width:100%}.back-container .back-container__warning{color:var(--system-text-on-elevation-primary);font-size:12px;font-weight:400;line-height:16px;text-align:center}.back-container button.btn{margin:12px}.back-container .action-buttons{display:flex;flex-wrap:wrap;gap:var(--space-margin);justify-content:center}.back-container .action-buttons .btn{flex:1 0 auto}.back-container .action-buttons button{color:var(--component-button-secondary-text);font-family:var(--system-label-default-bold-family);font-size:var(--system-label-default-bold-size);font-weight:600;letter-spacing:var(--system-label-default-bold-letter-spacing);line-height:var(--system-label-default-bold-line-height)}@media only screen and (max-width:1279px){.back-container .action-buttons button{width:100%}}.news-page,.news-page .news-list{display:flex;flex-direction:column}.news-page .news-list{gap:var(--space-between-sections)}.news-page .news-date-group{display:flex;flex-direction:column;gap:var(--space-title-to-content)}.news-page .page-header{display:flex;margin:6px 2px 10px 2px}.news-page .page-header i{margin:2px}.news-page .page-header .text{color:#333;font-size:16px;font-weight:600;height:24px;line-height:24px;margin:0 6px}.news-page .badge-container{gap:12px;width:100%}.badge-container{display:grid;grid-auto-rows:minmax(min-content,max-content);grid-template-columns:repeat(1,1fr);width:calc(100vw - 560px)}@media only screen and (max-width:1279px){.news-container__wrapper .badge-container{margin:0}.news-article-page .article h1.article__title{line-height:1.2}}@media only screen and (min-width:1232px){.badge-container{grid-template-columns:repeat(2,1fr)}}