.btn.btn-default {
    background-color: #c73840;
    border-color: #c73840;
    color: var(--button_color_text);
}
.logo {
    max-width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    width: 200%;
    height: 200%;
}

.header-menu__dropdown-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #222;
}

.header-menu__dropdown-item:hover {
  border-color: #00969b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header-menu__dropdown-item .dropdown-item__text {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.header-menu__dropdown-item .dropdown-item__image {
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.header-menu__dropdown-item .dropdown-item__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.article {
font-weight: 600;
color: black;
}