.profile {
    float: left;
    width: 710px;
}

.writer-list {
    margin-top: 10px;
}

.writer-list__item {
    display: flex;
}

.writer-list__item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.writer-card__image-wrapper {
    width: 160px;
    height: 200px;
}

.writer-card__image {
    width: 100%;
}

.writer-card__detail {
    width: 394px;
    text-align: left;
    padding: 0 10px;
}

.writer-card__name {
    font-weight: bold;
    font-size: 16px;
}

.writer-card__description {
    font-size: 12px;
    text-align: left;
}

.writer-card__actions {
    width: 125px;
}

.button--ameba {
    background: #138139;
}

.button--x {
    background: #000000;
}

.button--instagram {
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.button--related-videos {
    background: var(--brand-color);
}

.writer-card__actions .c-button {
    width: 125px;
    height: 40px;
    line-height: 40px;
}

.button__link {
    display: block;
    color: #fff;
}

.writer-card__actions .c-button:not(:last-child) {
    margin-bottom: 5px;
}
