.buleensemble-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: visible;
    padding-bottom: 28px;
}

.buleensemble-card-container {
    position: relative;
    display: inline-block;
    width: 200px;
    max-width: 200px;
    overflow: visible;
}

.buleensemble-card-image,
.buleensemble-card-image-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
    background-color: #f0f0f0;
    border-radius: 0 !important;
}

.buleensemble-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    min-height: 0;
}

.buleensemble-card-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    width: 80%;
    padding: 12px 16px;
    text-align: center;
    border-radius: 0;
    background-color: #908A8D;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.buleensemble-role {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #ffffff;
}

.buleensemble-name {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
}
