.mcs-999-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    gap: 20px;
}

.mcs-999-content-area {
    flex: 1;
}

.mcs-999-header {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 600;
}

.mcs-999-body {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.5;
}

.mcs-999-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid currentColor;
}

.mcs-999-image-area {
    flex-shrink: 0;
}

.mcs-999-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}