.role-card small {
  white-space: pre-line;
}

.quick-action.is-disabled,
.quick-action:disabled {
  cursor: not-allowed;
  background: #eef1f4;
  border-color: #d5dbe2;
  color: #687381;
  box-shadow: none;
  opacity: .82;
}

.quick-action.is-disabled .quick-icon,
.quick-action:disabled .quick-icon {
  background: #4d5967;
  color: #fff;
}

.quick-action.is-disabled:hover,
.quick-action:disabled:hover {
  transform: none;
  box-shadow: none;
}

@media (min-width: 901px) {
  .quick-action-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .quick-action {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .quick-action strong,
  .quick-action small {
    max-width: 100%;
    word-break: keep-all;
  }
}

.table-view-button {
  width: auto;
  min-width: 76px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #bfd4ea;
  border-radius: 999px;
  padding: 6px 12px;
  background: #f4f9ff;
  color: #174b8f;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.table-view-button::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.table-view-button:hover {
  border-color: #8eb9e1;
  background: #e8f2fd;
  color: #0f3f7a;
}

.table-view-button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .18);
  outline-offset: 2px;
}
