body .cw-block-presentations .form-check {
  padding-top: 0;
  padding-bottom: 0;
}

.cw-block-presentations + .cw-block-presentations {
  margin-top: var(--space-40);
}

.cw-block-presentations-file-upload input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.cw-block-presentations-file-upload label {
  display: flex !important;
  padding: 0;
  margin-bottom: 0;
}

.cw-upload-button {
  padding-left: var(--space-1) !important;
  padding-right: var(--space-1) !important;
}

.cw-block-presentations-file-upload .inputfile:focus + label,
.cw-block-presentations-file-upload .inputfile + label:hover {
  background-color: var(--gray-300);
}

.cw-block-presentations-file-upload .inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}

.cw-block-presentations-file-upload .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.cw-block-presentations-file-upload .inputfile + label * {
  pointer-events: none;
}

.cw-block-presentations legend {
  font-size: var(--text-3xl);
  margin-bottom: var(--space-6);
}

body .cw-block-presentations-count {
  padding: 0 !important;
}

.help-text {
  margin-top: var(--space-2);
}

.help-text + .alert,
.cw-block-presentations-count + .alert {
  margin-top: var(--space-2);
}

.alert-danger {
  position: relative;
  display: flex;
}

.page-reviews .entry-container > .entry-header {
  display: none;
}

.alert-danger {
  background-color: red;
  color: #fff;
}

.alert-success {
  background-color: green;
  color: #fff;
}

.cw-review-list-item:first-child {
  border-radius: 3px 3px 0 0;
}

p + .cw-review-list {
  margin-top: var(--space-8);
}

.cw-presentation-categorised-speaker-item
  + .cw-presentation-categorised-speaker-item {
  margin-top: var(--space-3);
}

.cw-presentation-list-speaker-image {
  max-width: var(--cw-presentation-list-speaker-width);
}

.cw-block-presentations-shortcode .cw-speaker-name {
  font-weight: var(--font-weight-heading);
  font-size: var(--text-2xl);
}
