/* ── DSG HEADER ── */
.petitions-header-title {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.header-left {
  display: flex;
  align-items: center;
}

.region-header-left {
  display: flex;
  align-items: center;
}

.region-header-left .block,
.region-header-left .contextual-region {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.region-header-left h1.page-title,
.region-header-left .page-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 1 !important;
}

.title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lang-selector,
.notifications-box,
.user-avatar {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #f0f2f9;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.lang-selector {
  color: var(--dsg-color-accent);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.lang-selector:hover,
.notifications-box:hover,
.user-avatar:hover {
  background-color: #e2e7f5;
}

.notifications-icon {
  width: 22px;
  height: auto;
  display: block;
}

.user-avatar-box {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #f0f2f9;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.user-avatar-box:hover {
  background-color: #e2e7f5;
}

.header-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

#block-dsg-theme-languageswitcher {
  display: flex;
  justify-content: flex-end;
}

#block-dsg-theme-languageswitcher ul {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

#block-dsg-theme-languageswitcher li {
  display: flex;
}

#block-dsg-theme-languageswitcher a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

#block-dsg-theme-languageswitcher img {
  width: 30px;
  height: 28px;
  object-fit: cover;
  display: block;
}