/* assets/css/creator-subscribers-list.css */
/* クリエイター加入者一覧のスタイル */

.creator-subscribers-list {
  overflow-x: auto;
  font-size: 0.9em;
}

.creator-subscribers-list form {
  margin-bottom: 1em;
}

.creator-subscribers-list p {
  margin-bottom: 1em;
}

.creator-subscribers-list table {
  min-width: 600px;
  border-collapse: collapse;
  width: 100%;
}

.creator-subscribers-list thead tr {
  background: #f3f4f6;
}

.creator-subscribers-list th {
  padding: 8px;
  border: 1px solid #ccc;
}

.creator-subscribers-list th:first-child {
  width: 60px;
}

.creator-subscribers-list td {
  padding: 6px;
  border: 1px solid #ddd;
}

.creator-subscribers-list td:first-child {
  text-align: center;
}

.creator-subscribers-list .pagination {
  margin-top: 10px;
  font-size: 0.9em;
}

.creator-subscribers-list .pagination a {
  margin-right: 5px;
}

.creator-subscribers-list .pagination a.active {
  font-weight: bold;
  text-decoration: underline;
}

.creator-subscribers-list .back-button-container {
  text-align: center;
  margin-top: 2em;
}

.creator-subscribers-list .primall-btn {
  display: inline-block;
  background-color: #64748b;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
}

.creator-subscribers-list .avatar {
  border-radius: 50%;
}

.creator-subscribers-list .avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

