.ra-artist-list-arts .ra-artist-list-arts-col {
  width: 33.3%;
}
@media only screen and (min-width: 600px) {
  .ra-artist-list-arts .ra-artist-list-arts-col {
    width: 20%;
  }
}

.ra-artist-list-card .ra-heading {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .ra-artist-list-card .ra-heading span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ra-artist-list-card .ra-artist-list-card-details {
  color: #7c7876;
}
.ra-artist-list-card .ra-artist-list-card-details .ra-follow-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .ra-artist-list-card .ra-artist-list-card-details .ra-follow-btn {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .ra-artist-list-card .ra-artist-list-card-arts {
    margin-top: 10px;
  }
}

.ra-artist-comment {
  width: 100%;
}
.ra-artist-comment.ra-artist-comment-small {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .ra-artist-comment.ra-artist-comment-small {
    text-align: left;
  }
}
.ra-artist-comment.ra-artist-comment-small .ra-paragraph {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.ra-artist-comment.ra-artist-comment-medium {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
}
.ra-artist-comment.ra-artist-comment-medium .ra-paragraph {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media only screen and (min-width: 600px) {
  .ra-artist-comment.ra-artist-comment-medium .ra-paragraph {
    font-size: 30px;
  }
}
.ra-artist-comment.ra-artist-comment-large {
  text-align: center;
}
.ra-artist-comment.ra-artist-comment-large .ra-paragraph {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  .ra-artist-comment.ra-artist-comment-large .ra-paragraph {
    font-size: 42px;
  }
}
.ra-artist-comment .ra-artist-comment-author {
  color: #7c7876;
  text-transform: uppercase;
  font-weight: 400;
}
.ra-artist-comment .ra-artist-comment-author.ra-artist-comment-author-dash:before {
  content: ' ';
  display: inline-block;
  width: 25px;
  height: 1px;
  margin-top: -1px;
  margin-right: 10px;
  vertical-align: middle;
  background: #7c7876;
}

.ra-artist-editorial:after {
  content: ' ';
  display: block;
  width: 55px;
  height: 0;
  border-top: 2px solid #343434;
  margin-left: auto;
}
.ra-artist-editorial .ra-artist-editorial-item {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  overflow-y: hidden;
}

.ra-profile-detail-card {
  margin-bottom: 30px;
}
.ra-profile-detail-card .ra-profile-detail-card-paragraph {
  margin-top: 25px;
}

.ra-profile-list-card {
  margin-bottom: 30px;
}
.ra-profile-list-card .ra-profile-list-card-list .ra-profile-list-card-list-row {
  margin: 3px 0;
}
.ra-profile-list-card .ra-profile-list-card-list .ra-profile-list-card-list-row.ra-profile-list-card-list-row-flex {
  display: -webkit-flex;
  display: flex;
}
.ra-profile-list-card .ra-profile-list-card-list .ra-profile-list-card-list-row.ra-profile-list-card-list-row-flex .ra-profile-list-card-list-row-field {
  width: 75px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.ra-profile-list-card.ra-profile-list-card-short .ra-profile-list-card-list .ra-profile-list-card-list-row-hidden {
  display: none;
}


/*# sourceMappingURL=vendors~artist-Grid~pages-artist-List~pages-artist-Profile.7a3f98fc.chunk.css.map*/