.shedule-container {
  width: 100%;
  ;
}

.hour-group {
  margin-bottom: 40px;
}

.hour-header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.user-card {
  margin-top: 10px;
  display: flex;
  width: 100%;
}

.user-row {
  display: flex;
  gap: 16px;
  padding: 8px;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  align-items: flex-start;
}

.avatar-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.avatar {
  width: 56px;
  height: 56px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.user-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.user-info {
  flex: 1;
}

.user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.user-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.user-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.time {
  font-size: 12px;
  color: #888;
}

.username {
  font-weight: 600;
}

.pizza {
  text-align: left;
  font-style: italic;
  color: #555;
}

.pizza-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  word-break: break-word;
  text-align: left;
}


.user-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.user-link {
  padding: 4px 10px;
  font-size: 12px;
  background: #f9bb2a;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.user-link:hover {
  background: #eec25c;
}


.channel-btn {
  align-self: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}


.provider-google {
  background: #f03;
  color: #fff;
}

.provider-twitch {
  background: #9146ff;
  color: #fff;
}

.provider-kick {
  background: #53fc18;
  color: #202020;
}