.ebwmd-document-actions {
  margin: 14px 0 30px;
  padding: 14px 0 0;
  border-top: 1px solid #d8d8d8;
}

.ebwmd-document-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #111;
  color: #fff;
  background: #111;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.ebwmd-document-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ebwmd-document-button--secondary {
  color: #111;
  background: #fff;
}

.ebwmd-document-button:hover,
.ebwmd-document-button:focus {
  color: #111;
  background: #fff;
}

.ebwmd-document-button--secondary:hover,
.ebwmd-document-button--secondary:focus {
  color: #fff;
  background: #111;
}

.ebwmd-cod-explanation,
.ebwmd-unavailable {
  max-width: 760px;
  margin: 10px 0 0;
  color: #444;
  font-size: 13px;
  line-height: 1.7;
}

.ebwmd-unavailable {
  color: #8a2d24;
}

@media screen and (max-width: 600px) {
  .ebwmd-document-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ebwmd-document-button {
    width: 100%;
  }
}
