.ii-help-block {
    background: #f3f3f3;
    padding: 36px 20px 28px 20px;
}
.ii-help-inner {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    text-align: left;
}
.ii-help-text {
    flex: 1 1 420px;
}
.ii-help-title {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}
.ii-help-desc {
    font-size: 16px;
    color: #333;
}
.ii-help-action {
    flex: 0 0 auto;
}
.ii-help-btn {
    display: inline-block;
    background: #6f6f6f;
    color: #fff !important;
    padding: 12px 26px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
}
.Footer__footerCopyRight {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #1c1c1c !important;
    color: #ffffff !important;
    padding: 12px 0;
}
.Footer__footerLink {
    color: #ffffff !important;
    text-decoration: none;
}
.Footer__footerBg {
  display: none !important;
}
a[data-id="addticket"] {
  display: none !important;
}
.Footer__footerBg {
  display: none !important;
}
a[data-act-clickable="false"][data-id="addTicket"] {
  display: none !important;
}
[data-id="addTicket"],
[data-id="edit_close"],
.ticket_entityskills {
  display: none !important;
}

/* Hide original Announcements text and replace with Home */
#portal_tabHome {
  color: transparent;
  font-size: 0;
}

#portal_tabHome::before {
  content: "Home";
  font-size: 16px;
  color: inherit;
  display: inline-block;
}

/* Hide Help Center tab */
#portal_tabSolutions {
  display: none !important;
}
/* Hide Help Center tab */
a[href*="help-center"] {
  display: none !important;
}
