/* Access-state buttons: guarantee readable Korean copy on the RIOT lime action. */
.access-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.access-actions .lime-button,
.access-actions .outline-button {
  min-height: 48px;
}

.access-actions [data-access-primary].lime-button {
  color: #090a0a !important;
  -webkit-text-fill-color: #090a0a !important;
  background-color: #64ff00 !important;
  font-family: "Noto Sans KR", "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: none;
  white-space: nowrap;
}

.access-actions [data-access-primary].lime-button:focus-visible,
.access-actions [data-access-secondary].outline-button:focus-visible {
  outline: 3px solid #f2f2ee;
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .access-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .access-actions .lime-button,
  .access-actions .outline-button {
    width: 100%;
  }
}
