  .pkp_footer_content {
    float: left;
    width: 70%;  padding-top: 10px;
    padding-bottom:10px;
  }
  .pkp_brand_footer {
    float: right;
    width: 30%;
    padding-bottom:10px;
    padding-top: 10px;
  }
  .pkp_site_name .is_img img {
      display: inline-block;
      max-height: 160px;
      max-width: 100%;
      width: auto;
      height: auto;
  }
.btn-group .button {
  background-color: #9932CC; /* Green */
  border: 1px solid magenta;
  color: white;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  width: 200px;
  display: block;
}
.btn-group .button:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}
.btn-group .button:hover {
  background-color: #8B008B;
}

.pkp_block block_information ul {
  background-color: #9932CC; /* Green */
  border: 1px solid magenta;
  color: white;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  width: 200px;
  display: block;
}
.pkp_block block_information ul:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
}
.pkp_block block_information ul:hover {
  background-color: #8B008B;
}


