
.ef_components-pub_covered_catalogue_info > .__swap_container {
  display: flex;
  overflow: hidden;
}

.ef_components-pub_covered_catalogue_info.__reveal > .__swap_container:before {
  content: '';
  display: block;
  width: 0;
  margin-left: -200%;
  flex: 0 0 auto;
}

.ef_components-pub_covered_catalogue_info > .__swap_container > div {
  width: 100%;
  margin-right: 100%;
  flex: 0 0 auto;
}

/* If an image is placed as a direct child, show it like this. */
.ef_components-pub_covered_catalogue_info > .__swap_container > .__cover > img {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 0;
  margin-top: 0;
}

.ef_components-pub_covered_catalogue_info > .__button_container {
  display: flex;
  background: #1a2f55;
  color: white;
}

.ef_components-pub_covered_catalogue_info > .__button_container.__click {
  cursor: pointer;
}

.ef_components-pub_covered_catalogue_info > .__button_container > .__label {
  flex: 1 1 auto;
  padding: 0 3px;
  font-size: 0.69231em;}

/* If an image is placed as a direct child, show it like this. */
.ef_components-pub_covered_catalogue_info > .__button_container > .__button {
  flex: 0 0 auto;
  width: 30px;
  position: relative;
}

.ef_components-pub_covered_catalogue_info > .__button_container > .__button:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  width: 12px;
  height: 4px;
  margin: -2px -6px;
  top: 50%;
  left: 50%;
}

.ef_components-pub_covered_catalogue_info > .__button_container > .__button:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  width: 4px;
  height: 12px;
  margin: -6px -2px;
  top: 50%;
  left: 50%;
}

.ef_components-pub_covered_catalogue_info.__reveal > .__button_container > .__button:after {
  display: none;
}

.ef_components-pub_covered_catalogue_info > .__swap_container > .__content .label-inline,
.ef_components-pub_covered_catalogue_info > .__swap_container > .__content .field-label {
  font-weight: 700 !important;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.ef_components-pub_covered_catalogue_info > .__swap_container > .__content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  background-color: #4c4c4c;
  color: #fff;
  padding: 8px;
}

.ef_components-pub_covered_catalogue_info > .__swap_container > .__content a {
  color: #fff;
}

.ef_components-pub_covered_catalogue_info > .__swap_container > .__content a:hover {
  color: #067EB1;
}
