/* >>> Detail float layout (Currently used in repository detail page) <<< */
:root {
  --br-c1: var(--white-3);
}

/*** Show Floating panel ***/
.detail-float-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-top: 1px solid var(--br-c1);
  border-bottom: 1px solid var(--br-c1);
}

.detail-float-content-box *:not(:last-child) {
  margin-bottom: 16px;
}

.detail-float-info,
.detail-float-meta {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1716666666666666;
  color: var(--black-2);
  text-transform: uppercase;
}

.detail-float-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444444444;
  color: var(--black-2);
  font-family: var(--secondary-font);
}

/*** END OF Show Floating panel ***/
