/* Extracted from inline <style> block #4. */
.header_panel_info ul {
                display: flex;
                column-gap: 20px;
                list-style: none;
              }

              .header_panel_info img {
                margin-right: 10px;
              }

              .panel.header div {
                width: 100%;
              }

              .top-header-components-mc {
                display: flex;
                justify-content: space-between;
              }

              .lang-switch-mc li {
                list-style: none;
              }

              @media only screen and (max-width: 769px) {
                .header_panel_info ul {
                  flex-direction: column;
                }
              }
