.brandbook-download {
  display: flex;
  justify-content: center;
}
.brandbook-download p {
  color: #000000;
}
.brandbook-download .file-multi-download-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  width: 98px;
  padding: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #000000;
  border-radius: 30px;
}
.brandbook-download .file-multi-download {
  display: none;
  position: absolute;
  margin-top: 68px;
  background-color: #ebebeb;
  padding: 5px;
  width: 240px;
  z-index: 99;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.brandbook-download .file-multi-download:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(43% - 10px);
  top: -15px;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ebebeb transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.brandbook-download .file-multi-download .file-download-item {
  display: inline;
}
.brandbook-download .file-multi-download .file-download-item a .file-download-text {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  margin: 10px;
  padding: 8px;
}
.brandbook-download .file-multi-download .file-download-item a .file-download-text p {
  margin: 0;
}
.brandbook-download .file-multi-download .file-download-item a .file-download-text p.file-name {
  font-size: 15px;
}
.brandbook-download .file-multi-download .file-download-item a .file-download-text p.file-properties {
  font-size: 10px;
}
.brandbook-download .file-multi-download .file-download-item a:hover .file-download-text {
  background-color: white;
}

@media (max-width: 1023px) {
  .brandbook-download {
    justify-content: flex-end;
  }
  .brandbook-download .file-multi-download {
    width: 180px;
    right: -4px;
  }
  .brandbook-download .file-multi-download:before {
    right: calc(18% - 10px);
  }
  .brandbook-download .file-multi-download .file-download-text {
    background-color: #ffffff;
  }
}

/*# sourceMappingURL=download.css.map */
