/* CPool editor context sections v11.3.17c */

.cpool-parent-context-slot {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}

.cpool-parent-section-shell {
  box-sizing: border-box;
  width: min(960px, calc(100% - 32px));
  max-width: 960px;
  min-width: 0;
  margin: 28px auto 0;
}

.cpool-parent-section-shell .cpool-v2-hero {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 82px;
  margin: 0 0 22px;
  padding: 0;
}

.cpool-parent-section-shell .cpool-v2-hero h1 {
  margin: 0;
  color: #0b1220;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.cpool-parent-section-shell .cpool-v2-hero p {
  max-width: 650px;
  margin: 10px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.55;
}

.cpool-parent-section-shell .cpool-v2-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

body.cpool-editor-layout .cpool-parent-context-slot {
  background: #f5f7fb;
  position: relative;
  z-index: 35;
}

body.cpool-editor-layout .cpool-parent-section-shell {
  margin-top: 20px;
}

body.cpool-editor-layout .cpool-document-full-header {
  flex: 0 0 auto;
}

body.cpool-editor-layout #cpool-editor-main {
  flex: 1 1 auto;
  min-height: 0;
}

@media (max-width: 767px) {
  .cpool-parent-section-shell {
    width: calc(100% - 28px);
    max-width: none;
    margin-top: 20px;
  }

  .cpool-parent-section-shell .cpool-v2-hero {
    display: block;
    min-height: 0;
  }

  .cpool-parent-section-shell .cpool-v2-actions {
    justify-content: flex-start;
    width: 100%;
    margin-top: 18px;
  }
}
