/**
 * @file
 * Styles for My Stream Artists view
 */

.warning {
  color: #fff;
  background: #d00e0e;
  padding: 12px 20px;
  margin: 10px 0 17px;
}

/* Group header styling with color */
.view-my-stream-artists .views-group-title {
  background-color: #c5eefd;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* Horizontal line after each group */
.view-my-stream-artists .views-view-grid {
  border-bottom: 2px solid #c5eefd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.4rem;
    font-weight: 700;
}

/* Remove border from last group */
.view-my-stream-artists .views-group:last-child {
  border-bottom: none;
}

/* Optional: Style the grid items */
.view-my-stream-artists .views-view-grid {
  width: 100%;
}

.view-my-stream-artists .views-col {
  padding: 5px 10px;
}

/* Artist name links */
.view-my-stream-artists .views-field-title a {
  text-decoration: none;
  color: #c5eefd;;
}

.view-my-stream-artists .views-field-title a:hover {
  text-decoration: underline;
  color: #c5eefd;;
}
