footer {
  display: none;
}

.elementor-widget-theme-site-logo a:after {
  opacity: 1;
}

.rcc-portal {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px 24px;
}

.rcc-portal__grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
}

.rcc-portal__nav {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px;
  position: sticky;
  top: 142px;
  height: fit-content;
  background: #fff;
}

.rcc-portal__nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}

.rcc-portal__nav a.is-active {
  background: #f2f4f7;
  font-weight: 600;
}

.rcc-portal__panel {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 25px 0 0;
  background: #fff;
}

.rcc-portal__iframe {
  width: 100%;
  height: 75vh;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.rcc-portal__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 30px;
  margin-bottom: 14px;
}

.rcc-portal__button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  text-decoration: none;
}

.rcc-portal__note {
  color: #667085;
  font-size: 14px;
}

@media (max-width: 900px) {
  .rcc-portal__grid {
    grid-template-columns: 1fr;
  }

  .rcc-portal__nav {
    position: relative;
    top: auto;
  }
}
