.l2-response-modes article {
  position: relative;
}

.l2-response-modes article > button:first-child {
  width: 100%;
  min-height: 112px;
  padding: 13px 42px 13px 13px;
  border: 2px solid #bed1e7;
  border-radius: 20px;
  background: #f8fbff;
  color: #173b70;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.l2-response-modes article > button:first-child img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.l2-response-modes article > button:first-child:hover,
.l2-response-modes article > button:first-child:focus-visible {
  border-color: #2b6fc5;
  outline: 3px solid #d8eaff;
}

.l2-response-modes article > button:first-child.selected {
  border-color: #0b62c9;
  background: #eaf4ff;
  box-shadow: 0 0 0 3px #c7e0ff;
}

.l2-response-modes article > .audio-button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 31px;
  height: 31px;
  min-height: 31px;
  padding: 0;
  opacity: .62;
}

@media (max-width: 760px) {
  .l2-response-modes article > button:first-child {
    min-height: 100px;
  }
}
