.role-scope-bar[data-v-a00e8e0a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  padding: 10px 12px;
  margin-bottom: 14px;
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
}
@media (max-width: 960px) {
.role-scope-bar[data-v-a00e8e0a] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.cbp-page[data-v-e2867eea] {
  color: #1f2d3d;
}
.cbp-header[data-v-e2867eea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cbp-header h2[data-v-e2867eea] {
  margin: 4px 0 6px;
  font-size: 22px;
  font-weight: 700;
}
.cbp-eyebrow[data-v-e2867eea] {
  color: #11a96a;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 960px) {
.cbp-header[data-v-e2867eea] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
