.oas-wrap {
    margin-top: 8px;
}

.oas-stack {
    display: flex;
    align-items: center;
}

.oas-avatar {
    width: 64px; /* oder deine ACP Größe */
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -8px;
    box-shadow: 0 0 0 3px rgba(5, 13, 26, 0.9), 0 0 0 4px rgba(194, 138, 98, 0.5);
}

.oas-avatar:first-child {
    margin-left: 0;
}

.oas-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oas-more {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: -8px;
}