.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}
.pkp_footer_content {
float:left; width:70%; padding-top:10px; padding bottom:10px
}
.pkp_brand_footer {
float:right; width:30%; padding-top:20px; padding bottom:10px
}

.menu-container {
    width: 100%;
    max-width: 400px;
    background-color: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto;
    font-family: Arial, sans-serif;
}

.menu-header {
    background-color: #017a7c;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.menu-item {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s;
}

.menu-item a {
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: 500;
}

.menu-item:hover {
    background-color: #d1e0e0;
}
