verdocs-template-card {
  font-family: "Inter", "Barlow", sans-serif;
  width: 320px;
  height: 320px;
  display: flex;
  padding: 25px;
  flex-wrap: nowrap;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(51, 54, 75, 0.05);
}
verdocs-template-card .thumbnail {
  width: 272px;
  height: 158px;
  object-fit: cover;
  margin-bottom: 22px;
  object-position: -20% 0;
}
verdocs-template-card .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
verdocs-template-card .org-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
verdocs-template-card hr {
  width: 100%;
  margin-bottom: 17px;
  background-color: #aeb4bf;
}
verdocs-template-card .controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
}
verdocs-template-card .controls .control {
  flex: 1;
  display: flex;
  margin-right: 8px;
  align-items: flex-start;
  border-right: 1px solid #aeb4bf;
}
verdocs-template-card .controls .control.secondary {
  justify-content: center;
}
verdocs-template-card .controls .control svg {
  fill: #aeb4bf;
  height: 16px;
  max-width: 16px;
  margin: 0 8px -2px 0;
}
verdocs-template-card .additional-controls svg {
  margin-right: 0;
  fill: #654dcb;
}