.rhn-unified-footer .footer-top {
  padding-bottom: 45px;
}

.rhn-unified-footer .logo-footer {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 28px 32px 22px;
  border-radius: 0 0 18px 18px;
}

.rhn-unified-footer .ftr-right-section {
  padding-top: 55px;
}

.rhn-unified-footer .footer-top .widget.widget_about {
  margin-right: 35px;
}

.rhn-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 30px;
}

.rhn-footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.rhn-footer-credit {
  margin-left: 8px;
  padding: 0 !important;
  text-transform: none !important;
}

.rhn-footer-credit a {
  color: #2dbd68;
  font-weight: 600;
}

.rhn-footer-credit a:hover,
.rhn-footer-credit a:focus-visible {
  color: #111;
}

.rhn-footer-button,
.rhn-footer-button.rhn-cookie-reopen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid #2dbd68;
  border-radius: 5px;
  background: #2dbd68;
  color: #fff;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.rhn-footer-button:hover,
.rhn-footer-button:focus-visible,
.rhn-footer-button.rhn-cookie-reopen:hover,
.rhn-footer-button.rhn-cookie-reopen:focus-visible {
  border-color: #111;
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .rhn-unified-footer .footer-top .widget.widget_about {
    margin-right: 0;
  }

  .rhn-unified-footer .ftr-right-section {
    padding-top: 25px;
  }

  .rhn-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .rhn-footer-actions {
    justify-content: center;
  }
}
