.mrhw-pdfs-grid {
  margin: 1em 0
}

.mrhw-pdfs-group-title {
  font-size: 1.3rem;
  margin: 1em 0 .5em;
  font-weight: 600;
}

.mrhw-pdfs-group-items {
  display: grid;
  grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  padding-bottom: 1.25rem;
}

.mrhw-pdf-item {
  padding: 0.75rem;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mrhw-pdf-icon {
  display: block;
  /*font-size: 32px;
  margin-bottom: 0.5rem*/
}

.mrhw-pdf-icon .dashicons {
  margin: 0 2px
}

.lock {
  color: #E84C4E;
  position: relative;
  left: -12px;
  top: 5px;
}

.mrhw-pdf-title {
  margin-bottom: 0.7rem;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  min-height: calc(1.1em * 2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mrhw-pdf-download.button {
  background: #73B054;
  color: #fff !important;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 3px;
  margin-top: auto;
}

.mrhw-pdf-download.button::before {
  font-family: dashicons;
  content: "\f316"; /* downwards arrow to bar */
  display: inline-block;
  color: #fff;
  margin-right: 0.4em;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: 4px; /* shift icon 5px down */
}

.mrhw-pdf-download.button:hover {
  text-decoration: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
