.article-group {
    margin-top: 48px;
}

.an-wrap {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.an-left, .an-right {
    flex: 1;
}

.an-right {
    display: flex;
    justify-content: flex-end;
}

.an-btn {
    width: 180px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f5f5f5;
    text-decoration: none;
}

.an-btn:hover {
    transform: scale(1.03);
}

.an-btn:active {
    transform: scale(.97);
}

.an-btn.is-disabled {
    background: #ececec;
    color: #9a9a9a;
    cursor: not-allowed;
    pointer-events: none;
}

.an-k {
    font-size: 12px;
    opacity: .7;
}

.an-t {
    font-size: 16px;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 360px;
}

.an-btn.is-disabled .an-t {
    color: #9a9a9a;
}
